Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit e191689

Browse files
committed
MPI_Scatter.3in: fix typo
Thanks to Akshay Venkatesh for noticing the mistake. (cherry-picked from open-mpi/ompi@efc4c93)
1 parent bd28f7c commit e191689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/man/man3/MPI_Scatter.3in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ sets of 100 ints from the root to each process in the group.
144144
.fi
145145

146146
.SH USE OF IN-PLACE OPTION
147-
When the communicator is an intracommunicator, you can perform a gather operation in-place (the output buffer is used as the input buffer). Use the variable MPI_IN_PLACE as the value of the root process \fIrecvbuf\fR. In this case, \fIrecvcount\fR and \fIrecvtype\fR are ignored, and the root process sends no data to itself.
147+
When the communicator is an intracommunicator, you can perform a scatter operation in-place (the output buffer is used as the input buffer). Use the variable MPI_IN_PLACE as the value of the root process \fIrecvbuf\fR. In this case, \fIrecvcount\fR and \fIrecvtype\fR are ignored, and the root process sends no data to itself.
148148
.sp
149149
Note that MPI_IN_PLACE is a special kind of value; it has the same restrictions on its use as MPI_BOTTOM.
150150
.sp

0 commit comments

Comments
 (0)