Ungrab HDF5 I/O library¶
saf_ungrab_hdf5 is a function defined in utils.c.
Synopsis:
-
int
saf_ungrab_hdf5(hid_t __UNUSED__ h5f_id)¶
Formal Arguments:
h5f_id: HDF5 file handle previously obtained from a call to saf_grab_hdf5
Description: This function is used to ungrab the HDF5 lower level I/O library.
Return Value: (See *Return Values*)
Parallel Notes: This call is collective in the communicator of the database containing the file whose handle was grabbed by saf_grab_hdf5
See Also:
- saf_grab_hdf5: 22.1: Grab HDF5 I/O library
- Raw Data I/O: Introduction for current chapter