[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| Gather<(Of <(T>)>)(T, Int32) |
Gather the values from each process into an array of values at the
root process. On the root process, the pth element of the result
will be equal to the value parameter of the process
with rank p when this routine returns.
| |
| Gather<(Of <(T>)>)(T, Int32, array<T>[]()[]%) |
Gather the values from each process into an array of values at the
root process. On the root process, outValues[p]
will be equal to the value parameter of the process
with rank p when this routine returns. Use this variant of the routine
when you want to pre-allocate storage for the outValues array.
|