Go to the documentation of this file.
56 this->operator[](0) = localData;
67 fromSlave >> this->operator[](procIndex);
96 toMaster << localData;
116 this->operator[](0) = localData;
label nProcs_
Number of processors (1 for sequential)
Output inter-processor communications stream.
static bool & parRun()
Is this a parallel run?
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
static int lastSlave(const label communicator=0)
Process index of last slave.
static int masterNo()
Process index of the master.
static int firstSlave()
Process index of first slave.
static bool master(const label communicator=0)
Am I the master process.
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
void setSize(const label)
Reset size of List.
Inter-processor communications stream.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Gather(const T0 &, const bool redistribute=true)
Storage of type 0.
Input inter-processor communications stream.