Set of wrapping classing for MPI_Isend. More...
#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, MPI_Comm ext_comm) |
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.