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 13639 for utils/CI/sette_ticket2496/sette_reference-configurations.sh – NEMO

Ignore:
Timestamp:
2020-10-19T17:51:56+02:00 (4 years ago)
Author:
mocavero
Message:

Added key_mpi3 in sette to activate/deactivate the use of MPI3 neighborhood collectives lbc routines - ticket #2496

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette_ticket2496/sette_reference-configurations.sh

    r13568 r13639  
    3838# NUM_XIOSERVERS    : number of stand-alone IO servers to employ 
    3939#                     set to zero if USING_MPMD="no" 
     40# USING_MPI3        : flag to control the activation of key_mpi3 
     41#                     "yes" to use the MPI3 neighbourhood collectives for halo exchange 
     42#                     "no" to use standard point-to-point communications for halo exchange 
    4043# 
    4144# Principal script is sette.sh, that calls  
     
    114117 then 
    115118   export ADD_KEYS="key_nosignedzero" 
     119fi 
     120# 
     121if [ ${USING_MPI3} == "yes" ] 
     122 then 
     123   export ADD_KEYS="${ADD_KEYS} key_mpi3" 
    116124fi 
    117125# 
Note: See TracChangeset for help on using the changeset viewer.