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 14240 for utils/CI/sette_wave/OLD_SCRIPT – NEMO

Ignore:
Timestamp:
2020-12-23T09:58:22+01:00 (4 years ago)
Author:
smasson
Message:

trunk: replace key_iomput by key_xios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette_wave/OLD_SCRIPT/sette_beginner.sh

    r11140 r14240  
    2828# MPIRUN_FLAG       : flag to run in parallel (MPI) "yes" 
    2929#                           to run in sequential mode (NB_PROC = 1) "no" 
    30 # USING_XIOS        : flag to control the activation of key_iomput 
    31 #                      "yes" to compile using key_iomput and link to the external XIOS library 
    32 #                      "no"  to compile without key_iomput and link to the old IOIPSL library 
     30# USING_XIOS        : flag to control the activation of key_xios 
     31#                      "yes" to compile using key_xios and link to the external XIOS library 
     32#                      "no"  to compile without key_xios and link to the old IOIPSL library 
    3333# USING_MPMD        : flag to control the use of stand-alone IO servers 
    3434#                     requires USING_XIOS="yes" 
     
    9393export MPIRUN_FLAG="yes" 
    9494 
    95 export DEL_KEYS="key_iomput" 
     95export DEL_KEYS="key_xios" 
    9696if [ ${USING_XIOS} == "yes" ] 
    9797 then  
Note: See TracChangeset for help on using the changeset viewer.