Overload List
| Name | Description | |
|---|---|---|
| GatherFlattened<(Of <(T>)>)()()() |
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.
| |
| GatherFlattened<(Of <(T>)>)(Int32) |
Similar to Gather<(Of <(T>)>)(T, Int32) but here all values are aggregated into one large array.
Use this variant at the root process.
| |
| GatherFlattened<(Of <(T>)>)(array<Int32>[]()[]) |
Similar to Gather<(Of <(T>)>)(T, Int32) but here all values are aggregated into one large array.
Use this variant at the root process.
| |
| GatherFlattened<(Of <(T>)>)(Int32, array<T>[]()[]%) |
Similar to Gather<(Of <(T>)>)(T, Int32) but here all values are aggregated into one large array.
Use this variant at the root process.
| |
| GatherFlattened<(Of <(T>)>)(array<Int32>[]()[], array<T>[]()[]%) |
Similar to Gather<(Of <(T>)>)(T, Int32) but here all values are aggregated into one large array.
Use this variant at the root process.
| |
| GatherFlattened<(Of <(T>)>)(array<T>[]()[], Int32) |
Similar to Gather<(Of <(T>)>)(T, Int32) but here all values are aggregated into one large array.
Use this variant at leaf group processes.
|