Changeset 10539
- Timestamp:
- 2019-01-17T12:03:28+01:00 (4 years ago)
- Location:
- NEMO/trunk/tests/BENCH/EXPREF
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/tests/BENCH/EXPREF/namelist_cfg_orca025_like
r10179 r10539 24 24 !----------------------------------------------------------------------- 25 25 ln_nnogather= .true. ! activate code to avoid mpi_allgather use at the northfold 26 jpni = 3 ! jpni number of processors following i (set automatically if < 1) 27 jpnj = 3 ! jpnj number of processors following j (set automatically if < 1) 28 nn_comm_mod = 1 ! step routine call frequency 29 ln_comm_only = .false. ! replace step routine by realistic communications only 26 jpni = 0 ! jpni number of processors following i (set automatically if < 1) 27 jpnj = 0 ! jpnj number of processors following j (set automatically if < 1) 30 28 / 31 29 !----------------------------------------------------------------------- -
NEMO/trunk/tests/BENCH/EXPREF/namelist_cfg_orca12_like
r10179 r10539 24 24 !----------------------------------------------------------------------- 25 25 ln_nnogather= .true. ! activate code to avoid mpi_allgather use at the northfold 26 jpni = 3 ! jpni number of processors following i (set automatically if < 1) 27 jpnj = 3 ! jpnj number of processors following j (set automatically if < 1) 28 nn_comm_mod = 1 ! step routine call frequency 29 ln_comm_only = .false. ! replace step routine by realistic communications only 26 jpni = 0 ! jpni number of processors following i (set automatically if < 1) 27 jpnj = 0 ! jpnj number of processors following j (set automatically if < 1) 30 28 / 31 29 !----------------------------------------------------------------------- -
NEMO/trunk/tests/BENCH/EXPREF/namelist_cfg_orca1_like
r10179 r10539 24 24 !----------------------------------------------------------------------- 25 25 ln_nnogather= .true. ! activate code to avoid mpi_allgather use at the northfold 26 jpni = 3 ! jpni number of processors following i (set automatically if < 1) 27 jpnj = 3 ! jpnj number of processors following j (set automatically if < 1) 28 nn_comm_mod = 1 ! step routine call frequency 29 ln_comm_only = .false. ! replace step routine by realistic communications only 26 jpni = 0 ! jpni number of processors following i (set automatically if < 1) 27 jpnj = 0 ! jpnj number of processors following j (set automatically if < 1) 30 28 / 31 29 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.