Go to the source code of this file.
|
| | Foam::PstreamGlobals |
| | Global functions and variables for working with parallel streams, but principally for MPI.
|
| |
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| void | checkCommunicator (const label comm, const label toProcNo) |
| | Fatal if comm is outside the allocated range. More...
|
| |
| void | reset_request (UPstream::Request *requestPtr, label *requestIdx=nullptr) |
| | Reset UPstream::Request to null and/or the index of the outstanding request to -1. More...
|
| |
| void | push_request (MPI_Request request, UPstream::Request *requestPtr=nullptr, label *requestIdx=nullptr) |
| | Transcribe MPI_Request to UPstream::Request (does not affect the stack of outstanding requests) or else push onto list of outstanding requests and (optionally) record its location. More...
|
| |
Original source file PstreamGlobals.H
Definition in file PstreamGlobals.H.
◆ MPICH_SKIP_MPICXX
| #define MPICH_SKIP_MPICXX |
◆ OMPI_SKIP_MPICXX