Sends data from root to all participating hosts

Declaration Syntax
public virtual T Scatter<T>(
int root,
T[] data
)
Public Overridable Function Scatter(Of T) ( _
root As Integer, _
data As T() _
) As T
public:
generic<typename T>
virtual T Scatter(
int root,
array<T>^ data
)

Generic Template Parameters

Parameters
- root (Int32)
- sending host
- data (array<T>[]()[])
- data that will be sent. applicable only to root host

Return Value
success or failure
Assembly: Mpi (Module: Mpi) Version: 1.0.0.3 (1.0.0.3)