Set of wrapping classing for MPI_Isend. More...
Set of wrapping classing for MPI_Isend.
The purpose of these classes is to correctly choose the right call based on the type we want to send
General send for a buffer
Definition at line 16 of file MPI_IsendW.hpp.
#include <MPI_IsendW.hpp>
Static Public Member Functions | |
static void | send (size_t proc, size_t tag, const void *buf, size_t sz, MPI_Request &req) |
|
inlinestatic |
Definition at line 19 of file MPI_IsendW.hpp.