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

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