Block-Structured AMR Software Framework
amrex::ParallelAllGather Namespace Reference

Functions

template<typename T >
void AllGather (const T *v, int cnt, T *vs, MPI_Comm comm)
 
template<typename T >
void AllGather (const T &v, T *vs, MPI_Comm comm)
 

Function Documentation

◆ AllGather() [1/2]

template<typename T >
void amrex::ParallelAllGather::AllGather ( const T &  v,
T *  vs,
MPI_Comm  comm 
)

◆ AllGather() [2/2]

template<typename T >
void amrex::ParallelAllGather::AllGather ( const T *  v,
int  cnt,
T *  vs,
MPI_Comm  comm 
)