UPstream Class Reference

Inter-processor communications stream. More...

Inheritance diagram for UPstream:
[legend]
Collaboration diagram for UPstream:
[legend]

Classes

class  commsStruct
 Structure for communicating between processors. More...
 
class  communicator
 Helper class for allocating/freeing communicators. More...
 
struct  listEq
 combineReduce operator for lists. Used for counting. More...
 

Public Types

enum  commsTypes { blocking, scheduled, nonBlocking }
 Types of communications. More...
 

Public Member Functions

 ClassName ("UPstream")
 
 UPstream (const commsTypes commsType)
 Construct given optional buffer size. More...
 
commsTypes commsType () const
 Get the communications type of the stream. More...
 
commsTypes commsType (const commsTypes ct)
 Set the communications type of the stream. More...
 

Static Public Member Functions

static label allocateCommunicator (const label parent, const labelList &subRanks, const bool doPstream=true)
 Allocate a new communicator. More...
 
static void freeCommunicator (const label communicator, const bool doPstream=true)
 Free a previously allocated communicator. More...
 
static void freeCommunicators (const bool doPstream)
 Free all communicators. More...
 
static int baseProcNo (const label myComm, const int procID)
 
static label procNo (const label comm, const int baseProcID)
 
static label procNo (const label myComm, const label currentComm, const int currentProcID)
 
static void addValidParOptions (HashTable< string > &validParOptions)
 
static bool init (int &argc, char **&argv, const bool needsThread)
 Initialisation function called from main. More...
 
static bool initNull ()
 Special purpose initialisation function. More...
 
static label nRequests ()
 Get number of outstanding requests. More...
 
static void resetRequests (const label sz)
 Truncate number of outstanding requests. More...
 
static void waitRequests (const label start=0)
 Wait until all requests (from start onwards) have finished. More...
 
static void waitRequest (const label i)
 Wait until request i has finished. More...
 
static bool finishedRequest (const label i)
 Non-blocking comms: has request i finished? More...
 
static int allocateTag (const char *)
 
static int allocateTag (const word &)
 
static void freeTag (const char *, const int tag)
 
static void freeTag (const word &, const int tag)
 
static boolparRun ()
 Is this a parallel run? More...
 
static bool haveThreads ()
 Have support for threads. More...
 
static label nProcs (const label communicator=0)
 Number of processes in parallel run. More...
 
static constexpr int masterNo () noexcept
 Process index of the master. More...
 
static bool master (const label communicator=0)
 Am I the master process. More...
 
static int myProcNo (const label communicator=0)
 Number of this process (starting from masterNo() = 0) More...
 
static label parent (const label communicator)
 
static List< int > & procID (label communicator)
 Process ID of given process index. More...
 
static constexpr int firstSlave () noexcept
 Process index of first slave. More...
 
static int lastSlave (const label communicator=0)
 Process index of last slave. More...
 
static const List< commsStruct > & linearCommunication (const label communicator=0)
 Communication schedule for linear all-to-master (proc 0) More...
 
static const List< commsStruct > & treeCommunication (const label communicator=0)
 Communication schedule for tree all-to-master (proc 0) More...
 
static int & msgType ()
 Message tag of standard messages. More...
 
static void exit (int errnum=1)
 Exit program. More...
 
static void abort ()
 Abort program. More...
 
static void allToAll (const labelUList &sendData, labelUList &recvData, const label communicator=0)
 Exchange label with all processors (in the communicator). More...
 
static void allToAll (const char *sendData, const UList< int > &sendSizes, const UList< int > &sendOffsets, char *recvData, const UList< int > &recvSizes, const UList< int > &recvOffsets, const label communicator=0)
 Exchange data with all processors (in the communicator) More...
 
static void gather (const char *sendData, int sendSize, char *recvData, const UList< int > &recvSizes, const UList< int > &recvOffsets, const label communicator=0)
 Receive data from all processors on the master. More...
 
static void scatter (const char *sendData, const UList< int > &sendSizes, const UList< int > &sendOffsets, char *recvData, int recvSize, const label communicator=0)
 Send data to all processors from the root of the communicator. More...
 

Static Public Attributes

static const Enum< commsTypescommsTypeNames
 Names of the communication types. More...
 
static bool floatTransfer
 
static int nProcsSimpleSum
 
static commsTypes defaultCommsType
 Default commsType. More...
 
static int nPollProcInterfaces
 Number of polling cycles in processor updates. More...
 
static int maxCommsSize
 Optional maximum message size (bytes) More...
 
static const int mpiBufferSize
 MPI buffer-size (bytes) More...
 
static label worldComm
 Default communicator (all processors) More...
 
static label warnComm
 Debugging: warn for use of any communicator differing from warnComm. More...
 

Protected Attributes

commsTypes commsType_
 Communications type of this stream. More...
 

Detailed Description

Inter-processor communications stream.

Source files

Definition at line 61 of file UPstream.H.

Member Enumeration Documentation

◆ commsTypes

enum commsTypes
strong

Types of communications.

Enumerator
blocking 
scheduled 
nonBlocking 

Definition at line 66 of file UPstream.H.

Constructor & Destructor Documentation

◆ UPstream()

UPstream ( const commsTypes  commsType)
inline

Construct given optional buffer size.

Definition at line 294 of file UPstream.H.

Member Function Documentation

◆ ClassName()

ClassName ( "UPstream"  )

◆ allocateCommunicator()

Foam::label allocateCommunicator ( const label  parent,
const labelList subRanks,
const bool  doPstream = true 
)
static

Allocate a new communicator.

Definition at line 100 of file UPstream.C.

References Foam::abort(), Foam::expressions::patchExpr::debug, Foam::endl(), Foam::FatalError, FatalErrorInFunction, forAll, and Foam::Pout.

Referenced by masterCoarsestGAMGProcAgglomeration::agglomerate(), eagerGAMGProcAgglomeration::agglomerate(), procFacesGAMGProcAgglomeration::agglomerate(), manualGAMGProcAgglomeration::agglomerate(), and globalMeshData::updateMesh().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ freeCommunicator()

void freeCommunicator ( const label  communicator,
const bool  doPstream = true 
)
static

Free a previously allocated communicator.

Definition at line 166 of file UPstream.C.

References Foam::expressions::patchExpr::debug, Foam::endl(), and Foam::Pout.

Referenced by globalMeshData::updateMesh(), collatedFileOperation::~collatedFileOperation(), UPstream::communicator::~communicator(), eagerGAMGProcAgglomeration::~eagerGAMGProcAgglomeration(), hostCollatedFileOperation::~hostCollatedFileOperation(), manualGAMGProcAgglomeration::~manualGAMGProcAgglomeration(), masterCoarsestGAMGProcAgglomeration::~masterCoarsestGAMGProcAgglomeration(), masterUncollatedFileOperation::~masterUncollatedFileOperation(), OFstreamCollator::~OFstreamCollator(), and procFacesGAMGProcAgglomeration::~procFacesGAMGProcAgglomeration().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ freeCommunicators()

void freeCommunicators ( const bool  doPstream)
static

Free all communicators.

Definition at line 193 of file UPstream.C.

References forAll.

◆ baseProcNo()

int baseProcNo ( const label  myComm,
const int  procID 
)
static

Return physical processor number (i.e. processor number in worldComm) given communicator and procssor

Definition at line 205 of file UPstream.C.

References UPstream::parent(), and UPstream::procID().

Referenced by UPstream::procNo().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ procNo() [1/2]

Foam::label procNo ( const label  comm,
const int  baseProcID 
)
static

Return processor number in communicator (given physical processor number) (= reverse of baseProcNo)

Definition at line 221 of file UPstream.C.

◆ procNo() [2/2]

Foam::label procNo ( const label  myComm,
const label  currentComm,
const int  currentProcID 
)
static

Return processor number in communicator (given processor number and communicator)

Definition at line 239 of file UPstream.C.

References UPstream::baseProcNo().

Here is the call graph for this function:

◆ addValidParOptions()

void addValidParOptions ( HashTable< string > &  validParOptions)
static

Add the valid option this type of communications library adds/requires on the command line

Definition at line 34 of file UPstream.C.

◆ init()

bool init ( int &  argc,
char **&  argv,
const bool  needsThread 
)
static

Initialisation function called from main.

Spawns slave processes and initialises inter-communication

Definition at line 48 of file UPstream.C.

References Foam::endl(), Foam::exit(), Foam::FatalError, and FatalErrorInFunction.

Referenced by ParRunControl::runPar().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initNull()

bool initNull ( )
static

Special purpose initialisation function.

Performs a basic MPI_Init without any other setup. Only used for applications that need MPI communication when OpenFOAM is running in a non-parallel mode.

Note
Behaves as a no-op if MPI has already been initialized. Fatal if MPI has already been finalized.

Definition at line 38 of file UPstream.C.

References Foam::endl(), and WarningInFunction.

Here is the call graph for this function:

◆ nRequests()

Foam::label nRequests ( )
static

Get number of outstanding requests.

Definition at line 152 of file UPstream.C.

Referenced by mapDistributeBase::compact(), dynamicOversetFvMesh::correctBoundaryConditions(), dynamicOversetFvMesh::correctCoupledBoundaryConditions(), GeometricField< Type, PatchField, GeoMesh >::Boundary::evaluate(), Foam::evaluateConstraintTypes(), and OFstreamCollator::write().

Here is the caller graph for this function:

◆ resetRequests()

void resetRequests ( const label  sz)
static

Truncate number of outstanding requests.

Definition at line 158 of file UPstream.C.

◆ waitRequests()

void waitRequests ( const label  start = 0)
static

Wait until all requests (from start onwards) have finished.

Definition at line 162 of file UPstream.C.

Referenced by mapDistributeBase::compact(), dynamicOversetFvMesh::correctBoundaryConditions(), dynamicOversetFvMesh::correctCoupledBoundaryConditions(), GeometricField< Type, PatchField, GeoMesh >::Boundary::evaluate(), Foam::evaluateConstraintTypes(), and OFstreamCollator::write().

Here is the caller graph for this function:

◆ waitRequest()

void waitRequest ( const label  i)
static

Wait until request i has finished.

Definition at line 166 of file UPstream.C.

◆ finishedRequest()

bool finishedRequest ( const label  i)
static

Non-blocking comms: has request i finished?

Definition at line 170 of file UPstream.C.

References NotImplemented.

◆ allocateTag() [1/2]

int allocateTag ( const char *  s)
static

Definition at line 997 of file UPstream.C.

References Foam::expressions::patchExpr::debug, Foam::endl(), Foam::PstreamGlobals::freedTags_, Foam::PstreamGlobals::nTags_, Foam::Pout, DynamicList< T, SizeMin >::remove(), and s.

Here is the call graph for this function:

◆ allocateTag() [2/2]

int allocateTag ( const word s)
static

Definition at line 1026 of file UPstream.C.

References Foam::expressions::patchExpr::debug, Foam::endl(), Foam::PstreamGlobals::freedTags_, Foam::PstreamGlobals::nTags_, Foam::Pout, DynamicList< T, SizeMin >::remove(), and s.

Here is the call graph for this function:

◆ freeTag() [1/2]

void freeTag ( const char *  s,
const int  tag 
)
static

Definition at line 1055 of file UPstream.C.

References DynamicList< T, SizeMin >::append(), Foam::expressions::patchExpr::debug, Foam::endl(), Foam::PstreamGlobals::freedTags_, Foam::Pout, and s.

Here is the call graph for this function:

◆ freeTag() [2/2]

void freeTag ( const word s,
const int  tag 
)
static

Definition at line 1071 of file UPstream.C.

References DynamicList< T, SizeMin >::append(), Foam::expressions::patchExpr::debug, Foam::endl(), Foam::PstreamGlobals::freedTags_, Foam::Pout, and s.

Here is the call graph for this function:

◆ parRun()

static bool& parRun ( )
inlinestatic

Is this a parallel run?

Definition at line 414 of file UPstream.H.

Referenced by error::abort(), IOerror::abort(), snappyLayerDriver::addLayers(), unwatchedIOdictionary::addWatch(), regIOobject::addWatch(), UPstream::allToAll(), meshRefinement::balance(), addPatchCellLayer::calcExtrudeInfo(), processorCyclicPolyPatch::calcGeometry(), processorFaPatch::calcGeometry(), processorPolyPatch::calcGeometry(), surfaceNoise::calculate(), IOobjectList::checkNames(), polyBoundaryMesh::checkParallelSync(), fieldValue::combineFields(), mapDistributeBase::compact(), ensightMesh::correct(), dynamicOversetFvMesh::correctBoundaryConditions(), dynamicOversetFvMesh::correctCoupledBoundaryConditions(), processorFvPatch::coupled(), processorPointPatchField< Type >::coupled(), processorCyclicPointPatchField< Type >::coupled(), processorFvsPatchField< Type >::coupled(), processorCyclicFvsPatchField< Type >::coupled(), processorFaePatchField< Type >::coupled(), processorFaPatchField< Type >::coupled(), cyclicAMIFvPatch::coupled(), cyclicACMIFvPatch::coupled(), processorFvPatchField< Type >::coupled(), processorFaPatch::coupled(), processorPolyPatch::coupled(), simpleGeomDecomp::decompose(), decompositionMethod::decompose(), conformalVoronoiMesh::decomposition(), processorFvPatch::delta(), processorFaPatch::delta(), refinementHistory::distribute(), fvMeshDistribute::distribute(), distributedTriSurfaceMesh::distribute(), distributedTriSurfaceMesh::distributedTriSurfaceMesh(), snappyLayerDriver::doLayers(), snappyRefineDriver::doRefine(), GeometricField< Type, PatchField, GeoMesh >::Boundary::evaluate(), Foam::evaluateConstraintTypes(), Pstream::exchange(), error::exit(), IOerror::exit(), Foam::expandLeadingTilde(), faMesh::faMesh(), polyMesh::findCell(), distributedTriSurfaceMesh::findLine(), distributedTriSurfaceMesh::findLineAll(), distributedTriSurfaceMesh::findLineAny(), distributedTriSurfaceMesh::findNearest(), masterUncollatedFileOperation::findTimes(), Pstream::gather(), Pstream::gatherList(), distributedTriSurfaceMesh::getField(), distributedTriSurfaceMesh::getNormal(), distributedTriSurfaceMesh::getRegion(), distributedTriSurfaceMesh::getVolumeType(), InflationInjection< CloudType >::InflationInjection(), processorFaPatch::initGeometry(), processorPolyPatch::initGeometry(), InjectedParticleInjection< CloudType >::initialise(), InjectedParticleDistributionInjection< CloudType >::initialise(), scene::initialise(), extractEulerianParticles::initialiseBins(), processorPolyPatch::initOrder(), processorFaPatch::initUpdateMesh(), processorPolyPatch::initUpdateMesh(), collatedFileOperation::isMasterRank(), fileOperation::lookupAndCacheProcessorsPath(), LUscalarMatrix::LUscalarMatrix(), processorFaPatch::makeDeltaCoeffs(), processorFaPatch::makeNonGlobalPatchPoints(), processorFvPatch::makeWeights(), processorFaPatch::makeWeights(), surfaceWriter::merge(), surfaceWriter::mergeFieldTemplate(), geometryBase::needsCollective(), polyBoundaryMesh::neighbourEdges(), masterUncollatedFileOperation::NewIFstream(), fileWriter::open(), processorPolyPatch::order(), InflationInjection< CloudType >::parcelsToInject(), pointHistory::pointHistory(), collatedFileOperation::processorsDir(), runTimePostProcessing::read(), masterUncollatedFileOperation::read(), lumpedPointState::readData(), Time::readModifiedObjects(), masterUncollatedFileOperation::readObjects(), masterUncollatedFileOperation::readStream(), surfaceNoise::readSurfaceData(), fieldVisualisationBase::fieldSummary::reduce(), AMIWeights::reportPatch(), Pstream::scatter(), Pstream::scatterList(), fvMeshSubset::setCellSubset(), Time::setControls(), surfaceWriter::setSurface(), shortestPathSet::shortestPathSet(), surfaceWriter::surface(), surfaceNoise::surfaceAverage(), syncTools::syncEdgeMap(), syncTools::syncPointMap(), triSurfaceMesh::triSurfaceMesh(), turbulentDFSEMInletFvPatchVectorField::updateCoeffs(), processorFaPatch::updateMesh(), processorPolyPatch::updateMesh(), faMesh::updateMesh(), fileOperation::updateStates(), mergedSurf::use(), Foam::warnCompatDegrees(), energySpectrum::write(), areaWrite::write(), vtkWrite::write(), meshToMeshMethod::writeConnectivity(), AMIWeights::writeFileHeader(), fieldMinMax::writeFileHeader(), decomposedBlockData::writeHeader(), isoAdvection::writeIsoFaces(), patchWriter::writeNeighIDs(), collatedFileOperation::writeObject(), patchWriter::writeProcIDs(), surfaceNoise::writeSurfaceData(), streamLineBase::writeToFile(), and masterOFstream::~masterOFstream().

◆ haveThreads()

static bool haveThreads ( )
inlinestatic

Have support for threads.

Definition at line 420 of file UPstream.H.

Referenced by OFstreamCollator::write().

Here is the caller graph for this function:

◆ nProcs()

static label nProcs ( const label  communicator = 0)
inlinestatic

Number of processes in parallel run.

Definition at line 426 of file UPstream.H.

Referenced by surfaceZonesInfo::addCellZonesToMesh(), surfaceZonesInfo::addFaceZonesToMesh(), masterCoarsestGAMGProcAgglomeration::agglomerate(), eagerGAMGProcAgglomeration::agglomerate(), procFacesGAMGProcAgglomeration::agglomerate(), manualGAMGProcAgglomeration::agglomerate(), sensitivitySurfacePoints::assembleSensitivities(), meshRefinement::balanceAndRefine(), mapDistributeBase::calcCompactAddressing(), decomposedBlockData::calcNumProcs(), surfaceNoise::calculate(), meshRefinement::checkCoupledFaceZones(), polyBoundaryMesh::checkParallelSync(), collatedFileOperation::collatedFileOperation(), fieldValue::combineFields(), Foam::combineReduce(), UPstream::commsStruct::commsStruct(), mapDistributeBase::compact(), GAMGAgglomeration::continueAgglomerating(), fvMeshDistribute::countCells(), simpleGeomDecomp::decompose(), meshRefinement::directionalRefineCandidates(), refinementHistory::distribute(), fvMeshDistribute::distribute(), distributedTriSurfaceMesh::distribute(), distributedTriSurfaceMesh::distributedTriSurfaceMesh(), Pstream::exchange(), mapDistributeBase::exchangeAddressing(), Pstream::exchangeSizes(), extendedUpwindCellToFaceStencil::extendedUpwindCellToFaceStencil(), distributedTriSurfaceMesh::findNearest(), meshRefinement::findRegions(), Pstream::gather(), decomposedBlockData::gather(), externalCoupled::gatherAndCombine(), Pstream::gatherList(), decomposedBlockData::gatherSlaveData(), distributedTriSurfaceMesh::getVolumeType(), hostCollatedFileOperation::hostCollatedFileOperation(), processorPolyPatch::initGeometry(), InjectedParticleInjection< CloudType >::initialise(), viewFactor::initialise(), InjectedParticleDistributionInjection< CloudType >::initialise(), processorPolyPatch::initUpdateMesh(), UPstream::lastSlave(), distributedTriSurfaceMesh::localQueries(), LUscalarMatrix::LUscalarMatrix(), mapDistributeBase::mapDistributeBase(), masterUncollatedFileOperation::NewIFstream(), InflationInjection< CloudType >::parcelsToInject(), argList::parse(), pointHistory::pointHistory(), mapDistributeBase::printLayout(), collatedFileOperation::processorsDir(), masterUncollatedFileOperation::read(), decomposedBlockData::readBlocks(), lumpedPointState::readData(), masterUncollatedFileOperation::readHeader(), masterUncollatedFileOperation::readStream(), surfaceNoise::readSurfaceData(), mapDistributeBase::receive(), Foam::reduce(), regionSplit::reduceRegions(), meshRefinement::refineAndBalance(), meshRefinement::refineCandidates(), meshRefinement::removeGapCells(), parProfiling::report(), globalIndex::reset(), Foam::returnReduce(), Pstream::scatter(), Pstream::scatterList(), mapDistributeBase::send(), fvMeshSubset::setCellSubset(), Time::setControls(), ParSortableList< Type >::sort(), surfaceNoise::surfaceAverage(), trackingInverseDistance::update(), inverseDistance::update(), dynamicOversetFvMesh::updateAddressing(), turbulentDFSEMInletFvPatchVectorField::updateCoeffs(), globalMeshData::updateMesh(), energySpectrum::write(), decomposedBlockData::writeBlocks(), externalCoupled::writeGeometry(), decomposedBlockData::writeHeader(), isoAdvection::writeIsoFaces(), internalWriter::writeProcIDs(), patchWriter::writeProcIDs(), surfaceNoise::writeSurfaceData(), streamLineBase::writeToFile(), and masterOFstream::~masterOFstream().

◆ masterNo()

static constexpr int masterNo ( )
inlinestaticconstexprnoexcept

◆ master()

static bool master ( const label  communicator = 0)
inlinestatic

Am I the master process.

Definition at line 438 of file UPstream.H.

References UPstream::masterNo().

Referenced by functionObjectCloud::addGeometryFromFile(), Foam::addGeometryToScene(), functionObjectLine::addGeometryToScene(), text::addGeometryToScene(), fieldVisualisationBase::addScalarBar(), regIOobject::addWatch(), masterUncollatedFileOperation::addWatch(), mappedPatchBase::calcMapping(), decomposedBlockData::calcNumProcs(), pointNoise::calculate(), viewFactor::calculate(), surfaceNoise::calculate(), argList::check(), polyBoundaryMesh::checkParallelSync(), argList::checkRootCase(), collatedFileOperation::collatedFileOperation(), extractEulerianParticles::collectParticle(), commSchedule::commSchedule(), writeFile::createFile(), logFiles::createFiles(), simpleGeomDecomp::decompose(), masterUncollatedFileOperation::dirPath(), systemCall::dispatch(), snappyVoxelMeshDriver::doRefine(), abort::end(), abort::execute(), momentum::execute(), forces::execute(), Foam::expandLeadingTilde(), externalFileCoupler::externalFileCoupler(), masterUncollatedFileOperation::filePath(), logFiles::files(), probes::findElements(), masterUncollatedFileOperation::findInstance(), meshRefinement::findRegions(), masterUncollatedFileOperation::findTimes(), masterUncollatedFileOperation::findWatch(), decomposedBlockData::gather(), sampledSet::gather(), externalCoupled::gatherAndCombine(), decomposedBlockData::gatherSlaveData(), masterUncollatedFileOperation::getFile(), masterUncollatedFileOperation::getState(), Random::globalGaussNormal(), Random::globalPosition(), Random::globalRandomise01(), Random::globalSample01(), hostCollatedFileOperation::hostCollatedFileOperation(), viewFactor::initialise(), surfaceNoise::initialise(), collatedFileOperation::isMasterRank(), JobInfo::JobInfo(), LUscalarMatrix::LUscalarMatrix(), NURBS3DVolume::makeFolders(), messageStream::masterStream(), surfaceWriter::mergeFieldTemplate(), ensightCase::newCloud(), ensightCase::newGeometry(), masterUncollatedFileOperation::NewIFstream(), fvMeshTools::newMesh(), fileOperation::nProcs(), fileWriter::open(), InflationInjection< CloudType >::parcelsToInject(), argList::parse(), pointHistory::pointHistory(), porosityModel::porosityModel(), probes::prepare(), decomposedBlockData::read(), writeFile::read(), sampledSets::read(), externalCoupled::read(), sampledSurfaces::read(), masterUncollatedFileOperation::read(), decomposedBlockData::readBlocks(), baseIOdictionary::readData(), lumpedPointState::readData(), masterUncollatedFileOperation::readHeader(), masterUncollatedFileOperation::readObjects(), masterUncollatedFileOperation::readStream(), surfaceNoise::readSurfaceData(), externalCoupled::removeDataMaster(), externalCoupled::removeDataSlave(), masterUncollatedFileOperation::removeWatch(), parProfiling::report(), logFiles::resetNames(), scene::saveImage(), faMatrix< Type >::setReference(), ensightCase::setTime(), masterUncollatedFileOperation::setUnmodified(), globalMeshData::sharedPoints(), shortestPathSet::shortestPathSet(), externalFileCoupler::shutdown(), JobInfo::signalEnd(), snappyVoxelMeshDriver::snappyVoxelMeshDriver(), rigidBodyMeshMotionSolver::solve(), rigidBodyMeshMotion::solve(), rigidBodyMotion::solve(), ParSortableList< Type >::sort(), SQP::SQP(), surfaceNoise::surfaceAverage(), hexRef8Data::sync(), syncTools::syncEdgeMap(), syncTools::syncPointMap(), triSurfaceMesh::triSurfaceMesh(), sixDoFRigidBodyMotion::update(), lumpedPointDisplacementPointPatchVectorField::updateCoeffs(), activePressureForceBaffleVelocityFvPatchVectorField::updateCoeffs(), updateMethod::updateMethod(), fileMonitor::updateStates(), masterUncollatedFileOperation::updateStates(), solution::upgradeSolverDict(), externalFileCoupler::useMaster(), externalFileCoupler::useSlave(), OFstreamCollator::waitAll(), externalFileCoupler::waitForMaster(), externalFileCoupler::waitForSlave(), Foam::warnCompatDegrees(), objectiveForceTarget::write(), JobInfo::write(), objectivePartialVolume::write(), objectivePtLosses::write(), sensitivityBezier::write(), proxyWriter::write(), sensitivityVolBSplines::write(), sensitivityVolBSplinesFI::write(), foamWriter::write(), starcdWriter::write(), sensitivityBezierFI::write(), yPlus::write(), rawWriter::write(), x3dWriter::write(), timeInfo::write(), boundaryDataWriter::write(), SQP::write(), energySpectrum::write(), wallHeatFlux::write(), wallShearStress::write(), OFstreamCollator::write(), vtkWriter::write(), histogram::write(), nastranWriter::write(), sampledSets::write(), vtkCloud::write(), objective::write(), NURBS3DCurve::write(), volFieldValue::write(), regionSizeDistribution::write(), vtkWrite::write(), NURBS3DSurface::write(), turbulentDigitalFilterInletFvPatchVectorField::write(), surfaceFieldValue::write(), decomposedBlockData::writeBlocks(), ensightWriter::writeCollated(), updateMethod::writeCorrection(), NURBS3DVolume::writeCps(), NURBS3DVolume::writeCpsInDict(), decomposedBlockData::writeData(), lumpedPointMovement::writeData(), externalCoupled::writeGeometry(), objective::writeInstantaneousValue(), isoAdvection::writeIsoFaces(), objective::writeMeanValue(), patchWriter::writeNeighIDs(), decomposedBlockData::writeObject(), collatedFileOperation::writeObject(), patchWriter::writePatchIDs(), internalWriter::writeProcIDs(), patchWriter::writeProcIDs(), surfaceNoise::writeSurfaceData(), foamWriter::writeTemplate(), starcdWriter::writeTemplate(), boundaryDataWriter::writeTemplate(), x3dWriter::writeTemplate(), vtkWriter::writeTemplate(), streamLineBase::writeToFile(), ensightWriter::writeUncollated(), NURBS3DSurface::writeVTK(), AMIWeights::writeWeightField(), NURBS3DCurve::writeWParses(), NURBS3DSurface::writeWParses(), and masterOFstream::~masterOFstream().

Here is the call graph for this function:

◆ myProcNo()

static int myProcNo ( const label  communicator = 0)
inlinestatic

Number of this process (starting from masterNo() = 0)

Definition at line 444 of file UPstream.H.

Referenced by surfaceZonesInfo::addCellZonesToMesh(), surfaceZonesInfo::addFaceZonesToMesh(), masterCoarsestGAMGProcAgglomeration::agglomerate(), eagerGAMGProcAgglomeration::agglomerate(), manualGAMGProcAgglomeration::agglomerate(), sensitivitySurfacePoints::assembleSensitivities(), mapDistributeBase::calcCompactAddressing(), addPatchCellLayer::calcExtrudeInfo(), viewFactor::calculate(), GAMGAgglomeration::calculateRegionMaster(), meshRefinement::checkCoupledFaceZones(), polyBoundaryMesh::checkParallelSync(), collatedFileOperation::collatedFileOperation(), fieldValue::combineFields(), mapDistributeBase::compact(), noDecomp::decompose(), fvMeshDistribute::distribute(), distributedTriSurfaceMesh::distribute(), distributedTriSurfaceMesh::distributedTriSurfaceMesh(), Pstream::exchange(), mapDistributeBase::exchangeAddressing(), processorField::execute(), InjectionModel< CloudType >::findCellAtPosition(), patchProbes::findElements(), probes::findElements(), distributedTriSurfaceMesh::findNearest(), meshRefinement::findRegions(), Pstream::gather(), lduPrimitiveMesh::gather(), externalCoupled::gatherAndCombine(), Pstream::gatherList(), decomposedBlockData::gatherSlaveData(), hostCollatedFileOperation::hostCollatedFileOperation(), InjectedParticleInjection< CloudType >::initialise(), viewFactor::initialise(), InjectedParticleDistributionInjection< CloudType >::initialise(), globalIndex::inplaceToGlobal(), globalIndex::isLocal(), lduPrimitiveMesh::lduPrimitiveMesh(), distributedTriSurfaceMesh::localQueries(), globalIndex::localSize(), globalIndex::localStart(), mapDistribute::mapDistribute(), mapDistributeBase::mapDistributeBase(), masterUncollatedFileOperation::NewIFstream(), regionSplit::nLocalRegions(), InflationInjection< CloudType >::parcelsToInject(), argList::parse(), pointHistory::pointHistory(), mapDistributeBase::printLayout(), backgroundMeshDecomposition::procBounds(), globalIndex::range(), masterUncollatedFileOperation::read(), lumpedPointState::readData(), masterUncollatedFileOperation::readHeader(), masterUncollatedFileOperation::readStream(), surfaceNoise::readSurfaceData(), regionSplit::reduceRegions(), indexedVertex< Gt, Vb >::referred(), parProfiling::report(), globalIndex::reset(), Pstream::scatter(), Pstream::scatterList(), fvMeshSubset::setCellSubset(), Time::setControls(), patchInjectionBase::setPositionAndCell(), ParSortableList< Type >::sort(), ThermoSurfaceFilm< CloudType >::splashInteraction(), globalIndex::toGlobal(), globalIndex::toLocal(), trackingInverseDistance::update(), inverseDistance::update(), dynamicOversetFvMesh::updateAddressing(), patchInjectionBase::updateMesh(), meshToMeshMethod::writeConnectivity(), externalCoupled::writeGeometry(), isoAdvection::writeIsoFaces(), patchWriter::writeProcIDs(), and masterOFstream::~masterOFstream().

◆ parent()

static label parent ( const label  communicator)
inlinestatic

Definition at line 449 of file UPstream.H.

Referenced by UPstream::baseProcNo().

Here is the caller graph for this function:

◆ procID()

static List<int>& procID ( label  communicator)
inlinestatic

Process ID of given process index.

Definition at line 455 of file UPstream.H.

Referenced by UPstream::baseProcNo(), and collatedFileOperation::processorsDir().

Here is the caller graph for this function:

◆ firstSlave()

static constexpr int firstSlave ( )
inlinestaticconstexprnoexcept

Process index of first slave.

Definition at line 461 of file UPstream.H.

Referenced by LUscalarMatrix::LUscalarMatrix(), fvMeshTools::newMesh(), argList::parse(), globalMeshData::sharedPoints(), syncTools::syncEdgeMap(), syncTools::syncPointMap(), patchWriter::writeNeighIDs(), and patchWriter::writePatchIDs().

Here is the caller graph for this function:

◆ lastSlave()

static int lastSlave ( const label  communicator = 0)
inlinestatic

Process index of last slave.

Definition at line 467 of file UPstream.H.

References UPstream::nProcs().

Referenced by LUscalarMatrix::LUscalarMatrix(), fvMeshTools::newMesh(), argList::parse(), globalMeshData::sharedPoints(), syncTools::syncEdgeMap(), syncTools::syncPointMap(), patchWriter::writeNeighIDs(), and patchWriter::writePatchIDs().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ linearCommunication()

static const List<commsStruct>& linearCommunication ( const label  communicator = 0)
inlinestatic

Communication schedule for linear all-to-master (proc 0)

Definition at line 474 of file UPstream.H.

Referenced by Foam::combineReduce(), Pstream::gather(), Pstream::gatherList(), masterUncollatedFileOperation::read(), lumpedPointState::readData(), Foam::reduce(), Foam::returnReduce(), Pstream::scatter(), and Pstream::scatterList().

Here is the caller graph for this function:

◆ treeCommunication()

static const List<commsStruct>& treeCommunication ( const label  communicator = 0)
inlinestatic

Communication schedule for tree all-to-master (proc 0)

Definition at line 483 of file UPstream.H.

Referenced by Foam::combineReduce(), Pstream::gather(), Pstream::gatherList(), masterUncollatedFileOperation::read(), lumpedPointState::readData(), Foam::reduce(), Foam::returnReduce(), Pstream::scatter(), and Pstream::scatterList().

Here is the caller graph for this function:

◆ msgType()

static int& msgType ( )
inlinestatic

Message tag of standard messages.

Definition at line 491 of file UPstream.H.

Referenced by solidAbsorption::a(), decompositionMethod::calcCellCells(), masterUncollatedFileOperation::chMod(), extendedCentredCellToFaceStencil::compact(), extendedCentredFaceToCellStencil::compact(), extendedCentredCellToCellStencil::compact(), masterUncollatedFileOperation::cp(), masterUncollatedFileOperation::dirPath(), solidAbsorption::e(), masterUncollatedFileOperation::exists(), masterUncollatedFileOperation::filePath(), masterUncollatedFileOperation::fileSize(), masterUncollatedFileOperation::findInstance(), lduPrimitiveMesh::gather(), Foam::gAverage(), Foam::gSumCmptProd(), Foam::gSumProd(), masterUncollatedFileOperation::highResLastModified(), dynamicOversetFvMesh::interpolate(), regionModel::interRegionAMI(), masterUncollatedFileOperation::isDir(), masterUncollatedFileOperation::isFile(), masterUncollatedFileOperation::lastModified(), lduPrimitiveMesh::lduPrimitiveMesh(), masterUncollatedFileOperation::ln(), LUscalarMatrix::LUscalarMatrix(), masterUncollatedFileOperation::mkDir(), masterUncollatedFileOperation::mode(), masterUncollatedFileOperation::mv(), masterUncollatedFileOperation::mvBak(), masterUncollatedFileOperation::NewIFstream(), fileOperation::nProcs(), masterUncollatedFileOperation::read(), decomposedBlockData::readBlocks(), lumpedPointState::readData(), masterUncollatedFileOperation::readDir(), masterUncollatedFileOperation::readHeader(), masterUncollatedFileOperation::readStream(), fvMatrix< Type >::relax(), globalIndex::reset(), masterUncollatedFileOperation::rm(), masterUncollatedFileOperation::rmDir(), mapDistributeBase::schedule(), processorFvPatch::tag(), processorFaPatch::tag(), processorCyclicPolyPatch::tag(), processorPolyPatch::tag(), masterUncollatedFileOperation::type(), dynamicOversetFvMesh::updateAddressing(), wideBandDiffusiveRadiationMixedFvPatchScalarField::updateCoeffs(), mappedVelocityFluxFixedValueFvPatchField::updateCoeffs(), filmPyrolysisTemperatureCoupledFvPatchScalarField::updateCoeffs(), filmPyrolysisVelocityCoupledFvPatchVectorField::updateCoeffs(), greyDiffusiveRadiationMixedFvPatchScalarField::updateCoeffs(), mappedFlowRateFvPatchVectorField::updateCoeffs(), MarshakRadiationFvPatchScalarField::updateCoeffs(), MarshakRadiationFixedTemperatureFvPatchScalarField::updateCoeffs(), alphatFilmWallFunctionFvPatchScalarField::updateCoeffs(), turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::updateCoeffs(), turbulentTemperatureRadCoupledMixedFvPatchScalarField::updateCoeffs(), thermalBaffle1DFvPatchScalarField< solidType >::updateCoeffs(), globalMeshData::updateMesh(), OFstreamCollator::write(), decomposedBlockData::writeBlocks(), and decomposedBlockData::writeData().

◆ commsType() [1/2]

commsTypes commsType ( ) const
inline

Get the communications type of the stream.

Definition at line 498 of file UPstream.H.

References UPstream::commsType_.

◆ commsType() [2/2]

commsTypes commsType ( const commsTypes  ct)
inline

Set the communications type of the stream.

Definition at line 504 of file UPstream.H.

References UPstream::commsType_.

◆ exit()

void exit ( int  errnum = 1)
static

Exit program.

Definition at line 59 of file UPstream.C.

References Foam::exit().

Referenced by snappyLayerDriver::addLayers(), argList::argList(), error::exit(), IOerror::exit(), argList::parse(), ParRunControl::runPar(), and ParRunControl::~ParRunControl().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ abort()

void abort ( )
static

Abort program.

Definition at line 66 of file UPstream.C.

References Foam::abort().

Referenced by error::abort(), and IOerror::abort().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ allToAll() [1/2]

void allToAll ( const labelUList sendData,
labelUList recvData,
const label  communicator = 0 
)
static

Exchange label with all processors (in the communicator).

sendData[proci] is the label to send to proci. After return recvData contains the data from the other processors.

Definition at line 100 of file UPstream.C.

References UList< T >::deepCopy().

Referenced by fvMeshDistribute::distribute().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ allToAll() [2/2]

void allToAll ( const char *  sendData,
const UList< int > &  sendSizes,
const UList< int > &  sendOffsets,
char *  recvData,
const UList< int > &  recvSizes,
const UList< int > &  recvOffsets,
const label  communicator = 0 
)
static

Exchange data with all processors (in the communicator)

sendSizes, sendOffsets give (per processor) the slice of sendData to send, similarly recvSizes, recvOffsets give the slice of recvData to receive

Definition at line 536 of file UPstream.C.

References Foam::abort(), profilingPstream::addAllToAllTime(), UList< T >::begin(), profilingPstream::beginTiming(), Foam::FatalError, FatalErrorInFunction, Foam::PstreamGlobals::MPICommunicators_, UPstream::parRun(), and UList< T >::size().

Here is the call graph for this function:

◆ gather()

void gather ( const char *  sendData,
int  sendSize,
char *  recvData,
const UList< int > &  recvSizes,
const UList< int > &  recvOffsets,
const label  communicator = 0 
)
static

Receive data from all processors on the master.

Definition at line 111 of file UPstream.C.

Referenced by decomposedBlockData::gather(), and decomposedBlockData::gatherSlaveData().

Here is the caller graph for this function:

◆ scatter()

void scatter ( const char *  sendData,
const UList< int > &  sendSizes,
const UList< int > &  sendOffsets,
char *  recvData,
int  recvSize,
const label  communicator = 0 
)
static

Send data to all processors from the root of the communicator.

Definition at line 126 of file UPstream.C.

Referenced by decomposedBlockData::calcNumProcs().

Here is the caller graph for this function:

Member Data Documentation

◆ commsTypeNames

◆ commsType_

commsTypes commsType_
protected

Communications type of this stream.

Definition at line 253 of file UPstream.H.

Referenced by UPstream::commsType().

◆ floatTransfer

bool floatTransfer
static

Should compact transfer be used in which floats replace doubles reducing the bandwidth requirement at the expense of some loss in accuracy

Definition at line 266 of file UPstream.H.

Referenced by argList::parse().

◆ nProcsSimpleSum

◆ defaultCommsType

◆ nPollProcInterfaces

int nPollProcInterfaces
static

Number of polling cycles in processor updates.

Definition at line 276 of file UPstream.H.

Referenced by argList::parse().

◆ maxCommsSize

int maxCommsSize
static

Optional maximum message size (bytes)

Definition at line 279 of file UPstream.H.

Referenced by Pstream::exchange().

◆ mpiBufferSize

const int mpiBufferSize
static

MPI buffer-size (bytes)

Definition at line 282 of file UPstream.H.

Referenced by attachOurBuffers().

◆ worldComm

◆ warnComm

Foam::label warnComm
static

Debugging: warn for use of any communicator differing from warnComm.

Definition at line 288 of file UPstream.H.

Referenced by messageStream::masterStream(), and Foam::reduce().


The documentation for this class was generated from the following files: