Flushes all data to disk, closes all open objects, and cleans up memory
Procedure:
Signature:
SUBROUTINE h5close_f(error)
INTEGER, INTENT(OUT) :: error
Parameters:
Description:
H5_CLOSE flushes all data to disk, closes all open HDF5 objects, 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.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Example:
History:
Release | Change |
---|
1.8.8 | Fortran subroutine modified not to shutdown the HDF5 library. |
--- Last Modified: July 28, 2020 | 10:13 AM