Skip to content

Commit e0b69e4

Browse files
committed
docs: remove some unnecessarily-specific references to MPI-1
Signed-off-by: Jeff Squyres <jeff@squyres.com>
1 parent ffa33de commit e0b69e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/man-openmpi/man3/MPI_Type_create_darray.3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ NOTES
150150

151151
For both Fortran and C arrays, the ordering of processes in the process
152152
grid is assumed to be row-major. This is consistent with the ordering
153-
used in virtual Cartesian process topologies in MPI-1. To create such
153+
used in virtual Cartesian process topologies in MPI. To create such
154154
virtual process topologies, or to find the coordinates of a process in
155155
the process grid, etc., users may use the corresponding functions
156-
provided in MPI-1.
156+
provided in MPI.
157157

158158

159159
ERRORS

0 commit comments

Comments
 (0)