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 14229 for NEMO/trunk/src/OCE/LBC/mpp_lbc_north_icb_generic.h90 – NEMO

Ignore:
Timestamp:
2020-12-20T13:45:55+01:00 (4 years ago)
Author:
smasson
Message:

trunk: replace key_mpp_mpi by the opposite key key_mpi_off

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/LBC/mpp_lbc_north_icb_generic.h90

    r13438 r14229  
    4242      REAL(PRECISION), DIMENSION(:,:,:), ALLOCATABLE  ::  znorthgloio_e 
    4343      !!---------------------------------------------------------------------- 
    44 #if defined key_mpp_mpi 
     44#if ! defined key_mpi_off 
    4545      ! 
    4646      ipj=4 
     
    6767      ! 
    6868      IF( ln_timing ) CALL tic_tac(.TRUE.) 
    69 #if defined key_mpp_mpi 
     69#if ! defined key_mpi_off 
    7070      CALL MPI_ALLGATHER( znorthloc_e(1,1-kextj)    , itaille, MPI_TYPE,    & 
    7171         &                znorthgloio_e(1,1-kextj,1), itaille, MPI_TYPE,    & 
Note: See TracChangeset for help on using the changeset viewer.