Class serving as an initializer for HDF. More...
#include <arcane/hdf5/Hdf5Utils.h>
Static Public Member Functions | |
| static constexpr bool | hasParallelHdf5 () |
| True HDF5 is compiled with MPI support. | |
| static void | useMutex (bool is_active, IParallelMng *pm) |
| Function allowing activation or deactivation of locks on each HDF5 call. | |
Class serving as an initializer for HDF.
This object allows safe initialization of HDF5 in multi-thread mode.
Definition at line 110 of file hdf5/Hdf5Utils.h.
| Arcane::Hdf5Utils::HInit::HInit | ( | ) |
Definition at line 78 of file Hdf5Utils.cc.
|
inlinestaticconstexpr |
True HDF5 is compiled with MPI support.
Definition at line 119 of file hdf5/Hdf5Utils.h.
Referenced by Arcane::VtkHdfV2DataWriter::_writeDataSetGeneric().
|
static |
Function allowing activation or deactivation of locks on each HDF5 call.
| is_active | true if mutexes are activated. |
Definition at line 88 of file Hdf5Utils.cc.