H5close
(void)
H5close
flushes all data to disk,
closes all open HDF5 identifiers, and cleans up all memory used by
the HDF5 library. This function is generally called when the
application calls exit()
, but may be called earlier
in the event of an emergency shutdown or out of a desire to free all
resources used by the HDF5 library.
h5open_f
and h5close_f
are
required calls in Fortran90 applications.
SUBROUTINE h5close_f(hdferr) IMPLICIT NONE INTEGER, INTENT(OUT) :: hdferr ! Error code END SUBROUTINE h5close_f