37 use hdf5,
only : h5open_f, h5close_f
58 if (ierr .ne. 0)
call neko_error(
'Failed to initialize HDF5')
75 if (ierr .ne. 0)
call neko_error(
'Failed to close HDF5')
subroutine, public hdf5_session_init
Initialise the global HDF5 session HDF5 does not maintain a global reference count,...
integer session_active
Whether a session currently holds the library open. The file backends consult this so they do not clo...
subroutine, public hdf5_session_finalize
Finalize the global HDF5 session.