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/sette_test-cases.sh – 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/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.