Go to the source code of this file.
|
| Ostream & | operator<< (Ostream &, const UPstream::commsStruct &) |
| |
Original source file UPstream.H
Definition in file UPstream.H.
◆ Pstream_declareMethods [1/3]
| #define Pstream_declareMethods |
( |
|
Type | ) |
|
◆ Pstream_declareMethods [2/3]
| #define Pstream_declareMethods |
( |
|
OpName, |
|
|
|
OpCode |
|
) |
| |
Value:\ \
template<class T> \
static void mpiReduce_##OpName \
( \
const int communicator = UPstream::worldComm \
) \
{ \
UPstream::mpiReduce(
values,
count, OpCode, communicator); \
} \
\ \
template<class T> \
static void mpiAllReduce_##OpName \
( \
const int communicator = UPstream::worldComm \
) \
{ \
UPstream::mpiAllReduce(
values,
count, OpCode, communicator); \
}
List< T > values(const HashTable< T, Key, Hash > &tbl, const bool doSort=false)
List of values from HashTable, optionally sorted.
unsigned int count(const UList< bool > &bools, const bool val=true)
Count number of 'true' entries.
Definition at line 2481 of file UPstream.H.
◆ Pstream_declareMethods [3/3]
| #define Pstream_declareMethods |
( |
|
OpName, |
|
|
|
OpCode |
|
) |
| |