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. Note |
---|
For Fortran Developers: When the HDF5 library is employed in a Fortran application, H5_CLOSE closes the HDF5 Fortran interface but does not shut down the HDF5 library, leaving HDF5 available to other software that may require the resource. H5_OPEN and H5_CLOSE are required calls in HDF5 Fortran applications. |
|