Similar to Gather<(Of <(T>)>)(T, Int32) but here all values are aggregated into one large array.
Use this variant at the root process.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public T[] GatherFlattened<T>( int count ) |
| Visual Basic (Declaration) |
|---|
Public Function GatherFlattened(Of T) ( _ count As Integer _ ) As T() |
| Visual C++ |
|---|
public: generic<typename T> array<T>^ GatherFlattened( int count ) |
Parameters
- count
- Type: System..::.Int32
The number of elements contributed by each process of the leaf group.
Type Parameters
- T
- Any serializable type.