Initializes the HDF5 library
Procedure:
Signature:
SUBROUTINE h5open_f(error)
INTEGER, INTENT(OUT) :: error
Parameters:
Description:
H5_OPEN initializes the HDF5 library.
When the HDF5 library is employed in a C application, the library is automatically initialized when the first HDf5 function call is issued. If one finds that an HDF5 library function is failing inexplicably, H5_OPEN can be called first. It is safe to call H5_OPEN before an application issues any other function calls to the HDF5 library as there are no damaging side effects in calling it more than once.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Example:
History:
Release | Change |
---|
1.8.8 | Fortran subroutine updated in this release. |
--- Last Modified: July 28, 2020 | 10:15 AM