Global functions and variables for working with parallel streams, but principally for mpi. More...
Functions | |
| void | checkCommunicator (const label, const label procNo) |
Variables | |
| 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 68 of file PstreamGlobals.C.
References Foam::abort(), Foam::endl(), Foam::FatalError, and FatalErrorInFunction.

| DynamicList<MPI_Request> outstandingRequests_ |
| int nTags_ |
Referenced by UPstream::allocateTag().
| DynamicList<int> freedTags_ |
Referenced by UPstream::allocateTag(), and UPstream::freeTag().
| DynamicList<MPI_Comm> MPICommunicators_ |
Referenced by Foam::allReduce().
| DynamicList<MPI_Group> MPIGroups_ |
1.8.11