OpenFPM  5.2.0
Project that contain the implementation of distributed structures
MPI_IBcastWB Class Reference

Set of wrapping classing for MPI_Irecv. More...

#include <MPI_IBcastW.hpp>

Static Public Member Functions

static void bcast (size_t proc, void *buf, size_t sz, MPI_Request &req, MPI_Comm ext_comm)
 

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

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 32 of file MPI_IBcastW.hpp.


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