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 14823 for utils/CI/sette/param.cfg – NEMO

Ignore:
Timestamp:
2021-05-10T13:34:30+02:00 (3 years ago)
Author:
francesca
Message:

remove key_mpi3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/param.cfg

    r14244 r14823  
    88# ------------------------------------------------------------------------------------------ 
    99# IMPORTANT: 
    10 # variables (COMPILER, USING_XIOS, USING_MPMD, USING_MPI3, USING_LOOP_FUSION, BATCH_CMD, BATCH_STAT, BATCH_NAME, FORCING_DIR, SVN_CMD, ADD_NOSIGNEDZERO) 
     10# variables (COMPILER, USING_XIOS, USING_MPMD, USING_LOOP_FUSION, BATCH_CMD, BATCH_STAT, BATCH_NAME, FORCING_DIR, SVN_CMD, ADD_NOSIGNEDZERO) 
    1111# can be exported from your shell startup files.  
    1212# If it is the case, nothing to do 
     
    5151# MPMD 
    5252USING_MPMD=${SETTE_MPMD:-"no"} 
    53 # USING_MPI3        : flag to control the activation of key_mpi3 
    54 #                     "yes" to use the MPI3 neighbourhood collectives for halo exchange 
    55 #                     "no" to use standard point-to-point communications for halo exchange 
    56 USING_MPI3=${SETTE_MPI3:-"no"} 
    5753# USING_LOOP_FUSION : flag to control the activation of key_loop_fusion 
    5854#                     "yes" to use the loop fusion adv routines when halo = 2 
Note: See TracChangeset for help on using the changeset viewer.