Go to the source code of this file.
|
int | fei::localProc (MPI_Comm comm) |
|
int | fei::numProcs (MPI_Comm comm) |
|
void | fei::Barrier (MPI_Comm comm) |
|
int | fei::mirrorProcs (MPI_Comm comm, std::vector< int > &toProcs, std::vector< int > &fromProcs) |
|
int | fei::mirrorCommPattern (MPI_Comm comm, comm_map *inPattern, comm_map *&outPattern) |
|
int | fei::exchangeIntData (MPI_Comm comm, const std::vector< int > &sendProcs, std::vector< int > &sendData, const std::vector< int > &recvProcs, std::vector< int > &recvData) |
|
int | fei::Allreduce (MPI_Comm comm, bool localBool, bool &globalBool) |
|
#define fei_file "fei_CommUtils.cpp" |