File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 256256Each process sends the first `count` elements of the buffer `sendbuf` to the `root`
257257process. The `root` allocates the output buffer and stores elements in rank order.
258258
259+ `count` should be the same for all processes.
260+
259261# See also
260262- [`Gather!`](@ref) for the mutating operation.
261263- [`Gatherv!`](@ref)/[`Gatherv`](@ref) if the number of elements varies between processes.
281283Each process sends the first `count` elements of `sendbuf` to the other processes, who
282284store the results in rank order into `recvbuf`.
283285
286+ `count` should be the same for all processes.
287+
284288If only one buffer `sendrecvbuf` is provided, then each process send data is assumed to be
285289in the area where it would receive it's own contribution.
286290
316320Each process sends the first `count` elements of `sendbuf` to the other processes, who
317321store the results in rank order allocating the output buffer.
318322
323+ `count` should be the same for all processes.
324+
319325# See also
320326- [`Allgather!`](@ref) for the mutating operation
321327- [`Allgatherv!`](@ref)/[`Allgatherv`](@ref) if the number of elements varies between processes.
You can’t perform that action at this time.
0 commit comments