Global functions and variables for working with parallel streams, but principally for mpi. More...
Functions | |
void | checkCommunicator (const label, const label procNo) |
Variables | |
MPI_Comm | MPI_COMM_FOAM |
DynamicList< MPI_Request > | outstandingRequests_ |
int | nTags_ |
DynamicList< int > | freedTags_ |
DynamicList< MPI_Comm > | MPICommunicators_ |
DynamicList< MPI_Group > | MPIGroups_ |
Global functions and variables for working with parallel streams, but principally for mpi.
Definition at line 70 of file PstreamGlobals.C.
References Foam::abort(), Foam::endl(), Foam::FatalError, FatalErrorInFunction, and List< T >::size().
MPI_Comm MPI_COMM_FOAM |
Definition at line 35 of file PstreamGlobals.C.
Referenced by UPstream::allToAll(), get_edge_list(), and zoltanRenumber::renumber().
DynamicList<MPI_Request> outstandingRequests_ |
Referenced by UPstream::allToAll().
int nTags_ |
Referenced by UPstream::allocateTag().
DynamicList<int> freedTags_ |
Referenced by UPstream::allocateTag(), and UPstream::freeTag().
DynamicList<MPI_Comm> MPICommunicators_ |
Referenced by Foam::allReduce(), and UPstream::allToAll().
DynamicList<MPI_Group> MPIGroups_ |
Referenced by UPstream::allToAll().