| Icon | Member | Description |
|---|---|---|
| AllToAll<(Of <(T>)>)(array<T>[]()[]) |
Each host sends the ith element in sendData to the ith host in the comm.
Each host receives data from the hosts at the jth index in the returned array
| |
| AllToAll<(Of <(T>)>)(array<T>[]()[], TimeSpan) |
Each host sends the ith element in sendData to the ith host in the comm.
Each host receives data from the hosts at the jth index in the returned array
| |
| AllToAll<(Of <(T>)>)(array<T>[]()[], array<T>[]()[]) |
Each host sends the ith element in sendData to the ith host in the comm.
Each host receives data from the hosts at the jth index in the receiveData array
| |
| AllToAll<(Of <(T>)>)(array<T>[]()[], array<T>[]()[], TimeSpan) |
Each host sends the ith element in sendData to the ith host in the comm.
Each host receives data from the hosts at the jth index in the receiveData array
|