|
template<class TInputIterator , class TOutputIterator > |
static void | AllGatherV (TInputIterator itBegin, TInputIterator itEnd, TOutputIterator itOutput, DataCommunicator &rCommunicator) |
| Synchronize a union of all items on every rank. More...
|
|
◆ AllGatherV()
static void AllGatherV |
( |
TInputIterator |
itBegin, |
|
|
TInputIterator |
itEnd, |
|
|
TOutputIterator |
itOutput, |
|
|
DataCommunicator & |
rCommunicator |
|
) |
| |
|
static |
Synchronize a union of all items on every rank.
- Warning
- This function is only meant to be used for trivially serializable value types.
The documentation for this struct was generated from the following file: