Close all open HDF5 handles
Occasionally references to HDF5 files, groups, datasets etc can be
created and not closed correctly. This function identifies all open handles
and closes them. It replaces the functionality previously supplied by
H5close
.
h5closeAll()
Mike Smith
## create an empty file and then re-open it h5createFile("ex_h5closeAll.h5") H5Fopen("ex_h5closeAll.h5") ## list all open identifiers h5listIdentifier() ## close all open identifiers and verify h5closeAll() h5listIdentifier()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.