Functions | |
| template<typename T > | |
| void | Gather (const T *v, int cnt, T *vs, int root, MPI_Comm comm) |
| template<typename T > | |
| void | Gather (const T &v, T *vs, int root, MPI_Comm comm) |
| void amrex::ParallelGather::Gather | ( | const T & | v, |
| T * | vs, | ||
| int | root, | ||
| MPI_Comm | comm | ||
| ) |
| void amrex::ParallelGather::Gather | ( | const T * | v, |
| int | cnt, | ||
| T * | vs, | ||
| int | root, | ||
| MPI_Comm | comm | ||
| ) |