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 3849 for branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/LBC/lib_mpp.F90 – NEMO

Ignore:
Timestamp:
2013-03-26T11:45:16+01:00 (11 years ago)
Author:
trackstand2
Message:

Merge branch 'partitioner'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/LBC/lib_mpp.F90

    r3837 r3849  
    157157   INTEGER, SAVE, PUBLIC                 :: nn_cpnode = 4 ! Number of cores per  
    158158                                                          ! compute node on current computer 
    159   
     159   LOGICAL, SAVE, PUBLIC                 :: nn_readpart = .FALSE. ! Whether to read partition from 
     160                                                            ! file (1) or not (0) 
    160161   REAL(wp), DIMENSION(:), ALLOCATABLE, SAVE :: tampon  ! buffer in case of bsend 
    161162 
     
    263264      ! 
    264265      NAMELIST/nammpp/ cn_mpi_send, nn_buffer, jpni, jpnj, jpnij, & 
    265                        nn_xfactors, nn_yfactors, nn_pttrim, nn_cpnode 
     266                       nn_readpart, nn_xfactors, nn_yfactors,     & 
     267                       nn_pttrim, nn_cpnode 
    266268      !!---------------------------------------------------------------------- 
    267269      ! 
Note: See TracChangeset for help on using the changeset viewer.