Subject: [OMPI docs] [PATCH] Fix wording of MPI_IN_PLACE usage for MPI_Allgatherv man page
From: Jed Brown (jed_at_[hidden])
Date: 2010-10-18 11:18:13


# HG changeset patch
# User Jed Brown <jed_at_[hidden]>
# Date 1287414821 -7200
# Branch v1.5
# Node ID 843d79a2f60a10c4a1b88defe3f4106486d75e8f
# Parent a4d831b5ce157ecd9a0ab01f6ae0e66782912ce7
Fix wording of MPI_IN_PLACE usage for MPI_Allgatherv man page

diff --git a/ompi/mpi/man/man3/MPI_Allgatherv.3in b/ompi/mpi/man/man3/MPI_Allgatherv.3in
--- a/ompi/mpi/man/man3/MPI_Allgatherv.3in
+++ b/ompi/mpi/man/man3/MPI_Allgatherv.3in
@@ -84,7 +84,7 @@
 for root = 0 , ..., n-1. The rules for correct usage of MPI_Allgatherv are easily found from the corresponding rules for MPI_Gatherv.
 
 .SH USE OF IN-PLACE OPTION
-When the communicator is an intracommunicator, you can perform an all-gather operation in-place (the output buffer is used as the input buffer). Use the variable MPI_IN_PLACE as the value of both \fIsendbuf\fR and \fIrecvbuf\fR. In this case, \fIsendcount\fR and \fIsendtype\fR are ignored. The input data of each process is assumed to be in the area where that process would receive its own contribution to the receive buffer. Specifically, the outcome of a call to MPI_Allgather that used the in-place option is identical to the case in which all processes executed \fIn\fR calls to
+When the communicator is an intracommunicator, you can perform an all-gather operation in-place (the output buffer is used as the input buffer). Use the variable MPI_IN_PLACE as the value of \fIsendbuf\fR on all processes. In this case, \fIsendcount\fR and \fIsendtype\fR are ignored. The input data of each process is assumed to be in the area where that process would receive its own contribution to the receive buffer. Specifically, the outcome of a call to MPI_Allgather that used the in-place option is identical to the case in which all processes executed \fIn\fR calls to
 .sp
 .nf
    MPI_GATHERV ( MPI_IN_PLACE, 0, MPI_DATATYPE_NULL, recvbuf,