23 #include "openPMD/IO/AbstractIOHandler.hpp" 24 #include "openPMD/config.hpp" 26 #include <nlohmann/json.hpp> 34 class ParallelHDF5IOHandlerImpl;
41 std::string path,
Access, MPI_Comm, nlohmann::json config);
55 std::unique_ptr<ParallelHDF5IOHandlerImpl> m_impl;
Access
File access mode to use during IO.
Definition: Access.hpp:27
std::string backendName() const override
The currently used backend.
Definition: ParallelHDF5IOHandler.hpp:47
Interface for communicating between logical and physically persistent data.
Definition: AbstractIOHandler.hpp:122
Public definitions of openPMD-api.
Definition: Date.cpp:28
Parameters recursively passed through the openPMD hierarchy when flushing.
Definition: AbstractIOHandler.hpp:103
std::future< void > flush(internal::FlushParams const &) override
Process operations in queue according to FIFO.
Definition: ParallelHDF5IOHandler.cpp:57
Definition: ParallelHDF5IOHandler.hpp:36