OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
MPI_IrecvWB Class Reference

Set of wrapping classing for MPI_Irecv. More...

Detailed Description

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...
 

Member Function Documentation

static void MPI_IrecvWB::recv ( size_t  proc,
size_t  tag,
void *  buf,
size_t  sz,
MPI_Request &  req 
)
inlinestatic

General recv for general buffer.

Parameters
procprocessor from which to receive
tag
bufbuffer where to store the data
szsize to receive
reqMPI request

Definition at line 25 of file MPI_IrecvW.hpp.


The documentation for this class was generated from the following file: