Description Usage Details Value Author(s) References See Also Examples
These low level functions provide general general libary functions for HDF5.
1 2 3 4 | H5open ()
H5close ()
H5garbage_collect ()
H5get_libversion ()
|
These low level functions provide general general libary functions for HDF5 C-library libhdf5. See https://portal.hdfgroup.org/display/HDF5/Library for further details.
H5open
initializes the HDF5 library. H5close
flushes all data to disk, closes all open identifiers, and cleans up memory. H5garbage_collect
cleans up memory. H5get_libversion
returns the version number of the HDF5 C-library.
Bernd Fischer
https://portal.hdfgroup.org/display/HDF5
h5version
, rhdf5
1 2 3 4 5 6 7 8 9 | # test for file locking
if( !h5testFileLocking( tempdir() ) ) {
h5disableFileLocking()
}
H5open()
H5close()
H5garbage_collect()
H5get_libversion()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.