Pure Mpi.NET Library
Gather<(Of <(T>)>) Method (root, send, data)
NamespacesMpiCommGather<(Of <(T>)>)(Int32, T, array<T>[]()[])
Gathers all sends into array at the root
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Gather<T>(
	int root,
	T send,
	T[] data
)
Public Overridable Sub Gather(Of T) ( _
	root As Integer, _
	send As T, _
	data As T() _
)
public:
generic<typename T>
virtual void Gather(
	int root, 
	T send, 
	array<T>^ data
)
Generic Template Parameters
T
type of data to gather
Parameters
root (Int32)
receiving host rank
send (T)
data to send
data (array<T>[]()[])
array gathered on root
Return Value
void

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