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.
nammpp in NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/namelists – NEMO

source: NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/namelists/nammpp @ 11317

Last change on this file since 11317 was 11317, checked in by smasson, 5 years ago

dev_r10984_HPC-13 : improve error handling, see #2307 and #2285

  • Property svn:mime-type set to text/x-fortran
File size: 518 bytes
RevLine 
[2282]1!-----------------------------------------------------------------------
[9019]2&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
[2282]3!-----------------------------------------------------------------------
[10445]4   ln_nnogather =  .true.  !  activate code to avoid mpi_allgather use at the northfold
[4147]5   jpni        =   0       !  jpni   number of processors following i (set automatically if < 1)
6   jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1)
[2540]7/
Note: See TracBrowser for help on using the repository browser.