@@ -231,7 +231,7 @@ processes.
231
231
232
232
# See also
233
233
- [`Gather!`](@ref) for the mutating operation.
234
- - [`Gatherv!`](@ref)/[`Gatherv`](@ref) if the number of elements varies between processes.
234
+ - [`Gatherv!`](@ref) if the number of elements varies between processes.
235
235
- [`Allgather!`](@ref)/[`Allgather`](@ref) to send the result to all processes.
236
236
237
237
# External links
@@ -268,7 +268,7 @@ can be `nothing`.
268
268
# See also
269
269
- [`Gatherv`](@ref) for the allocating operation
270
270
- [`Gather!`](@ref)
271
- - [`Allgatherv!`](@ref)/[`Allgatherv`](@ref) to send the result to all processes
271
+ - [`Allgatherv!`](@ref) to send the result to all processes
272
272
273
273
# External links
274
274
$(_doc_external (" MPI_Gatherv" ))
@@ -311,7 +311,7 @@ assumed to be in the area where it would receive its own contribution.
311
311
312
312
# See also
313
313
- [`Allgather`](@ref) for the allocating operation
314
- - [`Allgatherv!`](@ref)/[`Allgatherv`](@ref) if the number of elements varies between processes.
314
+ - [`Allgatherv!`](@ref) if the number of elements varies between processes.
315
315
- [`Gather!`](@ref) to send only to a single root process
316
316
317
317
# External links
@@ -353,7 +353,7 @@ processes.
353
353
354
354
# See also
355
355
- [`Allgather!`](@ref) for the mutating operation
356
- - [`Allgatherv!`](@ref)/[`Allgatherv`](@ref) if the number of elements varies between processes.
356
+ - [`Allgatherv!`](@ref) if the number of elements varies between processes.
357
357
- [`Gather!`](@ref) to send only to a single root process
358
358
359
359
# External links
@@ -382,7 +382,7 @@ is taken from the interval of `recvbuf` where it would store its own data.
382
382
383
383
# See also
384
384
- [`Allgatherv`](@ref) for the allocating operation
385
- - [`Gatherv!`](@ref)/[`Gatherv`](@ref) to send the result to a single process
385
+ - [`Gatherv!`](@ref) to send the result to a single process
386
386
387
387
# External links
388
388
$(_doc_external (" MPI_Allgatherv" ))
0 commit comments