UPstreamAllToAll.C File Reference
Include dependency graph for UPstreamAllToAll.C:

Go to the source code of this file.

Macros

#define Pstream_CommonRoutines(Native, TaggedType)
 
#define Pstream_CommonRoutines(Native, TaggedType)
 

Detailed Description

Original source file UPstreamAllToAll.C

Definition in file UPstreamAllToAll.C.

Macro Definition Documentation

◆ Pstream_CommonRoutines [1/2]

#define Pstream_CommonRoutines (   Native,
  TaggedType 
)
Value:
( \
const UList<Native>& sendData, \
UList<Native>& recvData, \
const label comm \
) \
{ \
PstreamDetail::allToAll \
( \
sendData, recvData, TaggedType, comm \
); \
} \
static void allToAll(const UList< int32_t > &sendData, UList< int32_t > &recvData, const label communicator=worldComm)
Exchange integer data with all processors (in the communicator).

Definition at line 62 of file UPstreamAllToAll.C.

◆ Pstream_CommonRoutines [2/2]

#define Pstream_CommonRoutines (   Native,
  TaggedType 
)
Value:
( \
const Native* sendData, \
const UList<int>& sendCounts, \
const UList<int>& sendOffsets, \
Native* recvData, \
const UList<int>& recvCounts, \
const UList<int>& recvOffsets, \
const label comm \
) \
{ \
PstreamDetail::allToAllv \
( \
sendData, sendCounts, sendOffsets, \
recvData, recvCounts, recvOffsets, \
TaggedType, comm \
); \
}

Definition at line 62 of file UPstreamAllToAll.C.