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
Definition at line 12 of file MPI_IrecvW.hpp.
#include <MPI_IrecvW.hpp>
Static Public Member Functions | |
| static void | recv (size_t proc, size_t tag, void *buf, size_t sz, MPI_Request &req) | 
| General recv for general buffer.  More... | |
      
  | 
  inlinestatic | 
General recv for general buffer.
| proc | processor from which to receive | 
| tag | |
| buf | buffer where to store the data | 
| sz | size to receive | 
| req | MPI request | 
Definition at line 25 of file MPI_IrecvW.hpp.