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 11398 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/cfgs – NEMO

Ignore:
Timestamp:
2019-08-02T18:43:29+02:00 (5 years ago)
Author:
smasson
Message:

dev_r10984_HPC-13 : add nammpp parameter ln_listonly, see #2285

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/cfgs/SHARED/namelist_ref

    r11385 r11398  
    13041304&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    13051305!----------------------------------------------------------------------- 
     1306   ln_listonly =  .false.  !  do nothing else than listing the best domain decompositions (with land domains suppression) 
     1307   !                       !  if T: the largest number of cores tested is defined by max(mppsize, jpni*jpnj) 
    13061308   ln_nnogather =  .true.  !  activate code to avoid mpi_allgather use at the northfold 
    1307    jpni        =   0       !  jpni   number of processors following i (set automatically if < 1) 
    1308    jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1) 
     1309   jpni        =   0       !  number of processors following i (set automatically if < 1), see also ln_listonly = T 
     1310   jpnj        =   0       !  number of processors following j (set automatically if < 1), see also ln_listonly = T 
    13091311/ 
    13101312!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.