Pure Mpi.NET Library
Scatter<(Of <(T>)>) Method (root, data, timeout)
NamespacesMpiCommScatter<(Of <(T>)>)(Int32, array<T>[]()[], TimeSpan)
Sends data from root to all participating hosts
Declaration Syntax
C#Visual BasicVisual C++
public virtual T Scatter<T>(
	int root,
	T[] data,
	TimeSpan timeout
)
Public Overridable Function Scatter(Of T) ( _
	root As Integer, _
	data As T(), _
	timeout As TimeSpan _
) As T
public:
generic<typename T>
virtual T Scatter(
	int root, 
	array<T>^ data, 
	TimeSpan timeout
)
Generic Template Parameters
T
Parameters
root (Int32)
sending host
data (array<T>[]()[])
data that will be sent. applicable only to root host
timeout (TimeSpan)
timeout
Return Value
data for current host

Assembly: Mpi (Module: Mpi) Version: 1.0.0.3 (1.0.0.3)