|
Neko 1.99.9
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Modules | |
| module | hdf5_session |
| HDF5 session management. | |
Functions/Subroutines | |
| subroutine, public | hdf5_session::hdf5_session_init |
| Initialise the global HDF5 session HDF5 does not maintain a global reference count, so we must. | |
| subroutine, public | hdf5_session::hdf5_session_finalize |
| Finalize the global HDF5 session. | |
Variables | |
| integer | hdf5_session::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. | |