hdf5_close Subroutine

public subroutine hdf5_close(ierr)

this subroutine will close ALL existing file handles only call it at end of your program "Flushes all data to disk, closes all open identifiers, and cleans up memory." "Should be called by all HDF5 Fortran programs"

Arguments

Type IntentOptional AttributesName
integer, intent(out), optional :: ierr

Calls

proc~~hdf5_close~~CallsGraph proc~hdf5_close hdf5_close proc~check check proc~hdf5_close->proc~check h5close_f h5close_f proc~hdf5_close->h5close_f

Called by

proc~~hdf5_close~~CalledByGraph proc~hdf5_close hdf5_close proc~test_multifiles test_multifiles proc~test_multifiles->proc~hdf5_close program~exist_tests exist_tests program~exist_tests->proc~test_multifiles

Contents

None