Merge pull request #4906 from blegat/doctypo
Fix typo in MPI_Cart_shift doc
Этот коммит содержится в:
Коммит
695b92ec7b
@ -83,7 +83,7 @@ Depending on the periodicity of the Cartesian group in the specified coordinate
|
|||||||
.nf
|
.nf
|
||||||
\&....
|
\&....
|
||||||
C find process rank
|
C find process rank
|
||||||
CALL MPI_COMM_RANK(comm, rank, ierr))
|
CALL MPI_COMM_RANK(comm, rank, ierr)
|
||||||
C find Cartesian coordinates
|
C find Cartesian coordinates
|
||||||
CALL MPI_CART_COORDS(comm, rank, maxdims, coords,
|
CALL MPI_CART_COORDS(comm, rank, maxdims, coords,
|
||||||
ierr)
|
ierr)
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user