Neko 1.99.6
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.
 
subroutine, public hdf5_session_finalize
 Finalize the global HDF5 session.
 

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 64 of file hdf5_session.F90.

Here is the caller graph for this function:

◆ hdf5_session_init()

subroutine, public hdf5_session::hdf5_session_init

Holds the HDF5 library's Fortran interface open for the lifetime of the session, such that the paired h5open_f/h5close_f calls in the various file backends never drop the library's reference count to zero mid-run

Definition at line 51 of file hdf5_session.F90.

Here is the caller graph for this function: