24 #include "openPMD/Dataset.hpp" 42 virtual std::pair<Offset, Extent>
43 sliceBlock(Extent &totalExtent,
int size,
int rank) = 0;
virtual std::pair< Offset, Extent > sliceBlock(Extent &totalExtent, int size, int rank)=0
Associate the current thread with its cuboid.
virtual ~BlockSlicer()=default
This class will be derived from.
Public definitions of openPMD-api.
Definition: Date.cpp:28
Abstract class to associate a thread with its local cuboid in the total cuboid.
Definition: BlockSlicer.hpp:32