Overload List
| Name | Description | |
|---|---|---|
| Alltoall<(Of <(T>)>)(array<T>[]()[]) |
Collective operation in which every process sends data to every other process. 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.
(Inherited from Intracommunicator.) | |
| Alltoall<(Of <(T>)>)(array<T>[]()[], array<T>[]()[]%) |
Collective operation in which every process sends data to every other process. 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.
(Inherited from Intracommunicator.) |