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) |
| void amrex::ParallelAllGather::AllGather | ( | const T & | v, |
| T * | vs, | ||
| MPI_Comm | comm | ||
| ) |
| void amrex::ParallelAllGather::AllGather | ( | const T * | v, |
| int | cnt, | ||
| T * | vs, | ||
| MPI_Comm | comm | ||
| ) |