|
Neko 1.99.9
A portable framework for high-order spectral element flow simulations
|
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. | |
| subroutine, public hdf5_session::hdf5_session_finalize |
Definition at line 68 of file hdf5_session.F90.

| subroutine, public hdf5_session::hdf5_session_init |
|
private |
Definition at line 46 of file hdf5_session.F90.