Skip to content

Commit 9fcc362

Browse files
committed
Merge pull request open-mpi#393 from jsquyres/pr/v2.x-mpi-scatter-man-page-fix
v2.x: MPI_Scatter.3in: fix typo
2 parents bd28f7c + e191689 commit 9fcc362

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)