[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| Scatter<(Of <(T>)>)(Int32) |
Scatters an array of values by sending the ith value of the array to processor i.
This variant of Scatter can only be called by a non-root process. The root process
should either call the root-only variant of Scatter<(Of <(T>)>)(array<T>[]()[]) or the
general Scatter<(Of <(T>)>)(array<T>[]()[], Int32).
| |
| Scatter<(Of <(T>)>)(array<T>[]()[]) |
Scatters an array of values by sending the ith value of the array to processor i.
This variant of Scatter can only be called by the root process. Other processes
should either call the non-root variant of Scatter<(Of <(T>)>)(Int32) or the
general Scatter<(Of <(T>)>)(array<T>[]()[], Int32).
| |
| Scatter<(Of <(T>)>)(array<T>[]()[], Int32) |
Scatters an array of values by sending the ith value of the array to processor i.
|