KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
Buffer allocation tag used for indicating that a buffer should be allocated by KaMPIng. More...
#include <data_buffer.hpp>
Public Types | |
using | container_type = Container |
The container type to allocate. | |
Buffer allocation tag used for indicating that a buffer should be allocated by KaMPIng.
Container | The container to allocate. |
Passing this with an appropriate template parameter to a buffer creation function (such as recv_buf()
) indicates, that the MPI operation should allocate an appropriately sized buffer of type Container
internally.
The container type to allocate.
The container type to allocate.