New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 10539 for NEMO/trunk/tests/BENCH/EXPREF – NEMO

Ignore:
Timestamp:
2019-01-17T12:03:28+01:00 (5 years ago)
Author:
smasson
Message:

trunk: bugfix on BENCH namelist_cfg*

Location:
NEMO/trunk/tests/BENCH/EXPREF
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/BENCH/EXPREF/namelist_cfg_orca025_like

    r10179 r10539  
    2424!----------------------------------------------------------------------- 
    2525   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) 
    3028/ 
    3129!----------------------------------------------------------------------- 
  • NEMO/trunk/tests/BENCH/EXPREF/namelist_cfg_orca12_like

    r10179 r10539  
    2424!----------------------------------------------------------------------- 
    2525   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) 
    3028/ 
    3129!----------------------------------------------------------------------- 
  • NEMO/trunk/tests/BENCH/EXPREF/namelist_cfg_orca1_like

    r10179 r10539  
    2424!----------------------------------------------------------------------- 
    2525   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) 
    3028/ 
    3129!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.