Overload List
| Name | Description | |
|---|---|---|
| Allgather<(Of <(T>)>)(T) |
Gathers individual values provided by each processor from the other group into an array of values in which the
ith element of the array corresponds to the value provided by the processor with rank i.
The resulting array of values is available to all of the processors.
| |
| Allgather<(Of <(T>)>)(T, array<T>[]()[]%) |
Gathers individual values provided by each processor from the other group into an array of values in which the
ith element of the array corresponds to the value provided by the processor with rank i.
The resulting array of values is available to all of the processors.
|