OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
MPI_IallreduceW< T > Class Template Reference

Set of wrapping classing for MPI_Iallreduce. More...

Detailed Description

template<typename T>
class MPI_IallreduceW< T >

Set of wrapping classing for MPI_Iallreduce.

The purpose of these classes is to correctly choose the right call based on the type we want to reduce

General reduction

Template Parameters
anytype

Definition at line 19 of file MPI_IallreduceW.hpp.

#include <MPI_IallreduceW.hpp>

Static Public Member Functions

static void reduce (T &buf, MPI_Op op, MPI_Request &req)
 

Member Function Documentation

◆ reduce()

template<typename T >
static void MPI_IallreduceW< T >::reduce ( T &  buf,
MPI_Op  op,
MPI_Request &  req 
)
inlinestatic

Definition at line 22 of file MPI_IallreduceW.hpp.


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