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

Declaration Syntax
public virtual void AllGather<T>(
T send,
T[] data,
TimeSpan timeout
)
Public Overridable Sub AllGather(Of T) ( _
send As T, _
data As T(), _
timeout As TimeSpan _
)
public:
generic<typename T>
virtual void AllGather(
T send,
array<T>^ data,
TimeSpan timeout
)

Generic Template Parameters

Parameters
- send (T)
- data to be sent to hosts
- data (array<T>[]()[])
- array to receive data from other hosts
- timeout (TimeSpan)
- timeout

Return Value
void
Assembly: Mpi (Module: Mpi) Version: 1.0.0.3 (1.0.0.3)