OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
MPI_IsendWB Class Reference

Set of wrapping classing for MPI_Isend. More...

Detailed Description

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)
 

Member Function Documentation

◆ send()

static void MPI_IsendWB::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.


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