Changeset 10428
- Timestamp:
- 2018-12-20T09:12:57+01:00 (6 years ago)
- Location:
- NEMO/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/cfgs/SHARED/namelist_ref
r10425 r10428 1298 1298 jpni = 0 ! jpni number of processors following i (set automatically if < 1) 1299 1299 jpnj = 0 ! jpnj number of processors following j (set automatically if < 1) 1300 jpnij = 0 ! jpnij number of local domains (set automatically if < 1)1301 1300 / 1302 1301 !----------------------------------------------------------------------- -
NEMO/trunk/src/OCE/LBC/lib_mpp.F90
r10425 r10428 209 209 LOGICAL :: mpi_was_called 210 210 ! 211 NAMELIST/nammpp/ cn_mpi_send, nn_buffer, jpni, jpnj, jpnij,ln_nnogather211 NAMELIST/nammpp/ cn_mpi_send, nn_buffer, jpni, jpnj, ln_nnogather 212 212 !!---------------------------------------------------------------------- 213 213 ! … … 231 231 ! 232 232 IF( jpni < 1 .OR. jpnj < 1 ) THEN 233 WRITE(ldtxt(ii),*) ' jpni , jpnj and jpnij will be calculated automatically' ; ii = ii + 1233 WRITE(ldtxt(ii),*) ' jpni and jpnj will be calculated automatically' ; ii = ii + 1 234 234 ELSE 235 235 WRITE(ldtxt(ii),*) ' processor grid extent in i jpni = ',jpni ; ii = ii + 1 -
NEMO/trunk/tests/BENCH/MY_SRC/usrdef_nam.F90
r9762 r10428 56 56 ! !!* nammpp namelist *!! 57 57 CHARACTER(len=1) :: cn_mpi_send 58 INTEGER :: nn_buffer, jpni, jpnj , jpnij58 INTEGER :: nn_buffer, jpni, jpnj 59 59 LOGICAL :: ln_nnogather 60 60 !! 61 61 NAMELIST/namusr_def/ nn_isize, nn_jsize, nn_ksize, nn_perio 62 NAMELIST/nammpp/ cn_mpi_send, nn_buffer, jpni, jpnj, jpnij,ln_nnogather62 NAMELIST/nammpp/ cn_mpi_send, nn_buffer, jpni, jpnj, ln_nnogather 63 63 !!---------------------------------------------------------------------- 64 64 !
Note: See TracChangeset
for help on using the changeset viewer.