Pure Mpi.NET Library
Scatter<(Of <(T>)>) Method (root, data)
NamespacesMpiCommScatter<(Of <(T>)>)(Int32, array<T>[]()[])
Sends data from root to all participating hosts
Declaration Syntax
C#Visual BasicVisual C++
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
T
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)