Overload List
| Name | Description | |
|---|---|---|
| Alltoall<(Of <(T>)>)(array<T>[]()[]) |
Collective operation in which every process in one group sends data to every process of the other group.
Alltoall differs from Allgather<(Of <(T>)>)(T) in that a given process can send different
data to all of the other processes, rather than contributing the same piece of data to all
processes.
| |
| Alltoall<(Of <(T>)>)(array<T>[]()[], array<T>[]()[]%) |
Collective operation in which every process in one group sends data to every process of the other group.
Alltoall differs from Allgather<(Of <(T>)>)(T) in that a given process can send different
data to all of the other processes, rather than contributing the same piece of data to all
processes.
|