23 #include "openPMD/config.hpp" 24 #include "openPMD/IO/AbstractIOHandler.hpp" 29 #if openPMD_HAVE_ADIOS1 34 # define EXPORT __declspec( dllexport ) 35 #elif defined(__NVCC__) 38 # define EXPORT __attribute__((visibility("default"))) 44 class EXPORT ParallelADIOS1IOHandlerImpl;
58 std::string
backendName()
const override {
return "MPI_ADIOS1"; }
60 std::future< void > flush()
override;
61 #if openPMD_HAVE_ADIOS1 62 void enqueue(
IOTask const&)
override;
66 #if openPMD_HAVE_ADIOS1 67 std::queue< IOTask > m_setup;
69 std::unique_ptr< ParallelADIOS1IOHandlerImpl > m_impl;
AccessType
File access mode to use during IO.
Definition: AccessType.hpp:28
Self-contained description of a single IO operation.
Definition: IOTask.hpp:468
Definition: ParallelADIOS1IOHandler.hpp:46
std::string backendName() const override
The currently used backend.
Definition: ParallelADIOS1IOHandler.hpp:58
Interface for communicating between logical and physically persistent data.
Definition: AbstractIOHandler.hpp:68
Public definitions of openPMD-api.
Definition: Date.cpp:28
Definition: ParallelADIOS1IOHandlerImpl.hpp:52