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 – NEMO

Changeset 14823 for utils/CI


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

remove key_mpi3

Location:
utils/CI/sette
Files:
3 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 
  • utils/CI/sette/sette_reference-configurations.sh

    r14821 r14823  
    4141# NUM_XIOSERVERS    : number of stand-alone IO servers to employ 
    4242#                     set to zero if USING_MPMD="no" 
    43 # USING_MPI3        : flag to control the activation of key_mpi3 
    44 #                     "yes" to use the MPI3 neighbourhood collectives for halo exchange 
    45 #                     "no" to use standard point-to-point communications for halo exchange 
    4643# USING_LOOP_FUSION : flag to control the activation of key_loop_fusion 
    4744#                     "yes" to use the loop fusion adv routines when halo = 2 
     
    132129 else 
    133130   export DEL_KEYS="${DEL_KEYS} key_nosignedzero"  
    134 fi 
    135 # 
    136 if [ ${USING_MPI3} == "yes" ] 
    137  then 
    138    export ADD_KEYS="${ADD_KEYS} key_mpi3" 
    139131fi 
    140132# 
  • utils/CI/sette/sette_test-cases.sh

    r14244 r14823  
    4040# NUM_XIOSERVERS    : number of stand-alone IO servers to employ 
    4141#                     set to zero if USING_MPMD="no" 
    42 # USING_MPI3        : flag to control the activation of key_mpi3 
    43 #                     "yes" to use the MPI3 neighbourhood collectives for halo exchange 
    44 #                     "no" to use standard point-to-point communications for halo exchange 
    4542# USING_LOOP_FUSION : flag to control the activation of key_loop_fusion 
    4643#                     "yes" to use the loop fusion adv routines when halo = 2 
     
    124121 else 
    125122   export DEL_KEYS="${DEL_KEYS} key_nosignedzero"  
    126 fi 
    127 # 
    128 if [ ${USING_MPI3} == "yes" ] 
    129  then 
    130    export ADD_KEYS="${ADD_KEYS} key_mpi3" 
    131123fi 
    132124# 
Note: See TracChangeset for help on using the changeset viewer.