Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
hdf5_session Module Reference

HDF5 session management.

Functions/Subroutines

subroutine, public hdf5_session_init
 Initialise the global HDF5 session HDF5 does not maintain a global reference count, so we must.
 
subroutine, public hdf5_session_finalize
 Finalize the global HDF5 session.
 

Variables

integer session_active = 0
 Whether a session currently holds the library open. The file backends consult this so they do not close the library out from under it.
 

Function/Subroutine Documentation

◆ hdf5_session_finalize()

subroutine, public hdf5_session::hdf5_session_finalize
Note
Must be called after all HDF5 file objects have been closed, and before MPI is finalized, since the library holds duplicated communicators for parallel I/O

Definition at line 68 of file hdf5_session.F90.

Here is the caller graph for this function:

◆ hdf5_session_init()

subroutine, public hdf5_session::hdf5_session_init

Definition at line 52 of file hdf5_session.F90.

Here is the caller graph for this function:

Variable Documentation

◆ session_active

integer hdf5_session::session_active = 0
private

Definition at line 46 of file hdf5_session.F90.