PstreamGlobals.H File Reference
Include dependency graph for PstreamGlobals.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam::PstreamGlobals
 Global functions and variables for working with parallel streams, but principally for mpi.
 
namespace  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_
 

Detailed Description

Original source file PstreamGlobals.H

Definition in file PstreamGlobals.H.