Similar to Gather<(Of <(T>)>)(T, Int32) but here all values are aggregated into one large array.
Use this variant at non-root processes in the root group.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void GatherFlattened<T>() |
| Visual Basic (Declaration) |
|---|
Public Sub GatherFlattened(Of T) |
| Visual C++ |
|---|
public: generic<typename T> void GatherFlattened() |
Type Parameters
- T
- Any serializable type.