Overload List
| Name | Description | |
|---|---|---|
| AlltoallFlattened<(Of <(T>)>)(array<T>[]()[], Int32) |
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.
| |
| AlltoallFlattened<(Of <(T>)>)(array<T>[]()[], Int32, 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.
| |
| AlltoallFlattened<(Of <(T>)>)(array<T>[]()[], array<Int32>[]()[], array<Int32>[]()[]) |
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.
| |
| AlltoallFlattened<(Of <(T>)>)(array<T>[]()[], array<Int32>[]()[], array<Int32>[]()[], 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.
|