Each host sends data and receives an array of data from all hosts

Declaration Syntax
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

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)