Skip to content

Commit aa0cc84

Browse files
committed
MAN: amended final suggestions
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent 377387b commit aa0cc84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ may allow the implementation to enable certain optimizations.
8989
.TP 1i
9090
accumulate_ordering
9191
By default, accumulate operations from one initiator to one target on
92-
the same window are strictly ordered. If the info key
92+
the same window memory location are strictly ordered. If the info key
9393
accumulate_ordering is set to \fInone\fP, no ordering of accumulate
94-
operations guaranteed. They key can also be a comma-separated list of
94+
operations guaranteed. They key can also be a comma-separated list of
9595
required orderings consisting of \fIrar\fP, \fIwar\fP, \fIraw\fP, and \fIwaw\fP for
9696
read-after-read, write-after-read, read-after-write, and
9797
write-after-write, respectively. Looser ordering constraints are

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ may allow the implementation to enable certain optimizations.
6969
.TP 1i
7070
accumulate_ordering
7171
By default, accumulate operations from one initiator to one target on
72-
the same window are strictly ordered. If the info key
72+
the same window memory location are strictly ordered. If the info key
7373
accumulate_ordering is set to \fInone\fP, no ordering of accumulate
7474
operations guaranteed. They key can also be a comma-separated list of
7575
required orderings consisting of \fIrar\fP, \fIwar\fP, \fIraw\fP, and \fIwaw\fP for
@@ -81,7 +81,7 @@ likely to result in improved performance.
8181
accumulate_ops
8282
If set to \fIsame_op\fP, the implementation will assume that all concurrent
8383
accumulate calls to the same target address will use the same
84-
operation. If set to \fIsame_op_no_op\fP, then the implementation will
84+
operation. If set to \fIsame_op_no_op\fP, then the implementation will
8585
assume that all concurrent accumulate calls to the same target address
8686
will use the same operation or \fBMPI_NO_OP\fP. The default is \fIsame_op_no_op\fP.
8787
.sp

0 commit comments

Comments
 (0)