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 in the root group.
The root process should either call the root-only variant of Scatter<(Of <(T>)>)(array<T>[]()[]).
Leaf group processes should call Scatter<(Of <(T>)>)(Int32)
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void Scatter<T>() |
| Visual Basic (Declaration) |
|---|
Public Sub Scatter(Of T) |
| Visual C++ |
|---|
public: generic<typename T> void Scatter() |
Type Parameters
- T