Skip to content
Snippets Groups Projects
Commit 8b41993a authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 03/01/2023:communication.f90, Bypass MPICRAY MultiGrid problem ,...

Juan 03/01/2023:communication.f90, Bypass MPICRAY MultiGrid problem , mpi_cart_create( reorder=.true. => .false. , to have expected rank number un sub-grid computation
parent 495b4a48
No related branches found
No related tags found
No related merge requests found
...@@ -269,7 +269,7 @@ contains ...@@ -269,7 +269,7 @@ contains
dim_horiz, & ! horizontal dimension dim_horiz, & ! horizontal dimension
(/2**pproc,2**pproc/), & ! extent in each horizontal direction (/2**pproc,2**pproc/), & ! extent in each horizontal direction
(/.false.,.false./), & ! periodic? (/.false.,.false./), & ! periodic?
.true., & ! reorder? .false., & ! reorder?
MPI_COMM_HORIZ, & ! Name of new communicator MPI_COMM_HORIZ, & ! Name of new communicator
ierr) ierr)
! calculate and display rank and corrdinates in cartesian grid ! calculate and display rank and corrdinates in cartesian grid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment