Go to the source code of this file.
Namespaces | |
| Foam::PstreamGlobals | |
| Global functions and variables for working with parallel streams, but principally for mpi. | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| void | checkCommunicator (const label comm, const label toProcNo) |
Variables | |
| DynamicList< MPI_Request > | outstandingRequests_ |
| Outstanding non-blocking operations. More... | |
| DynamicList< label > | freedRequests_ |
| int | nTags_ = 0 |
| Max outstanding message tag operations. More... | |
| DynamicList< int > | freedTags_ |
| Free'd message tags. More... | |
| DynamicList< MPI_Comm > | MPICommunicators_ |
| DynamicList< MPI_Group > | MPIGroups_ |
Original source file PstreamGlobals.H
Definition in file PstreamGlobals.H.