Gathers all sent data into array at the root

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

Generic Template Parameters

Parameters
- root (Int32)
- receiving host rank
- send (T)
- data to send
- data (array<T>[]()[])
- data to receive. only relevant on root host
- timeout (TimeSpan)
- timeout

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