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

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