Skip to content

Commit 8d212a4

Browse files
committed
Fix typo in MPI_Cart_shift doc
1 parent ae1d318 commit 8d212a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Depending on the periodicity of the Cartesian group in the specified coordinate
8383
.nf
8484
\&....
8585
C find process rank
86-
CALL MPI_COMM_RANK(comm, rank, ierr))
86+
CALL MPI_COMM_RANK(comm, rank, ierr)
8787
C find Cartesian coordinates
8888
CALL MPI_CART_COORDS(comm, rank, maxdims, coords,
8989
ierr)

0 commit comments

Comments
 (0)