General library functions, macros (HDF5)

This is a table of general library functions, macros (H5).

C Function Fortran Function Purpose
H5check_version h5check_version_f Verifies that HDF5 library versions are consistent.
H5close h5close_f Flushes all data to disk, closes all open identifiers, and cleans up memory.
H5dont_atexit h5dont_atexit_f Instructs the library not to install the atexit cleanup routine.
H5garbage_collect h5garbage_collect_f Garbage collects on all free-lists of all types.
H5get_libversion h5get_libversion_f Returns the HDF library release number.
H5open h5open_f Initializes the HDF5 library.
H5set_free_list_limits h5set_free_list_limits_f Sets free-list size limits.
H5_VERSION_GE (none) Determines whether the version of the library being used is greater than or equal to the specified version.
H5_VERSION_LE (none) Determines whether the version of the library being used is less than or equal to the specified version.
Updated: 2024-04-17, 14:47