Pure Mpi.NET Library
AllGather<(Of <(T>)>) Method (send, timeout)
NamespacesMpiCommAllGather<(Of <(T>)>)(T, TimeSpan)
Each host sends data and receives an array of data from all hosts
Declaration Syntax
C#Visual BasicVisual C++
public virtual T[] AllGather<T>(
	T send,
	TimeSpan timeout
)
Public Overridable Function AllGather(Of T) ( _
	send As T, _
	timeout As TimeSpan _
) As T()
public:
generic<typename T>
virtual array<T>^ AllGather(
	T send, 
	TimeSpan timeout
)
Generic Template Parameters
T
type of data to gather
Parameters
send (T)
data to be sent to hosts
timeout (TimeSpan)
timeout
Return Value
array of received data from other hosts

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