Set of wrapping classing for MPI_Irecv. More...
Set of wrapping classing for MPI_Irecv.
The purpose of these classes is to correctly choose the right call based on the type we want to receive
General gather for general buffers
proc | processor from which to receive |
tag | |
buf | buffer where to store the data |
sz | size to receive |
req | MPI request |
Definition at line 28 of file MPI_IAllGather.hpp.
#include <MPI_IAllGather.hpp>
Static Public Member Functions | |
static void | gather (void *sbuf, size_t sz_s, void *rbuf, size_t sz_r, MPI_Request &req) |
|
inlinestatic |
Definition at line 31 of file MPI_IAllGather.hpp.