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

Changeset 14240


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

trunk: replace key_iomput by key_xios

Location:
utils/CI/sette_wave
Files:
5 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  
  • utils/CI/sette_wave/README.rst

    r13943 r14240  
    4646                 
    4747        # XIOS management 
    48           |  USING_XIOS        : flag to control the activation of key_iomput.  
    49                                 "yes" to compile using key_iomput and link to the external XIOS library. 
    50                                 "no"  to compile without key_iomput and link to the old IOIPSL library. 
     48          |  USING_XIOS        : flag to control the activation of key_xios.  
     49                                "yes" to compile using key_xios and link to the external XIOS library. 
     50                                "no"  to compile without key_xios and link to the old IOIPSL library. 
    5151          |  USING_MPMD        : flag to control the use of stand-alone IO servers  
    5252                                (requires USING_XIOS="yes"). 
  • utils/CI/sette_wave/param.cfg

    r13943 r14240  
    4141# 
    4242# RUN set up 
    43 # USING_XIOS        : flag to control the activation of key_iomput 
    44 #                      "yes" to compile using key_iomput and link to the external XIOS library 
    45 #                      "no"  to compile without key_iomput and link to the old IOIPSL library 
     43# USING_XIOS        : flag to control the activation of key_xios 
     44#                      "yes" to compile using key_xios and link to the external XIOS library 
     45#                      "no"  to compile without key_xios and link to the old IOIPSL library 
    4646USING_XIOS=${SETTE_XIOS:-"yes"} 
    4747# USING_MPMD        : flag to control the use of stand-alone IO servers 
  • utils/CI/sette_wave/sette_reference-configurations.sh

    r14206 r14240  
    2929# MPIRUN_FLAG       : flag to run in parallel (MPI) "yes" 
    3030#                           to run in sequential mode (NB_PROC = 1) "no" 
    31 # USING_XIOS        : flag to control the activation of key_iomput 
    32 #                      "yes" to compile using key_iomput and link to the external XIOS library 
    33 #                      "no"  to compile without key_iomput and link to the old IOIPSL library 
     31# USING_XIOS        : flag to control the activation of key_xios 
     32#                      "yes" to compile using key_xios and link to the external XIOS library 
     33#                      "no"  to compile without key_xios and link to the old IOIPSL library 
    3434# USING_MPMD        : flag to control the use of stand-alone IO servers 
    3535#                     requires USING_XIOS="yes" 
     
    117117if [ ${USING_XIOS} == "yes" ]  
    118118 then  
    119    export ADD_KEYS="${ADD_KEYS} key_iomput" 
     119   export ADD_KEYS="${ADD_KEYS} key_xios" 
    120120 else 
    121    export DEL_KEYS="${DEL_KEYS} key_iomput" 
     121   export DEL_KEYS="${DEL_KEYS} key_xios" 
    122122fi 
    123123# 
  • utils/CI/sette_wave/sette_test-cases.sh

    r14206 r14240  
    3131# MPIRUN_FLAG       : flag to run in parallel (MPI) "yes" 
    3232#                           to run in sequential mode (NB_PROC = 1) "no" 
    33 # USING_XIOS        : flag to control the activation of key_iomput 
    34 #                      "yes" to compile using key_iomput and link to the external XIOS library 
    35 #                      "no"  to compile without key_iomput and link to the old IOIPSL library 
     33# USING_XIOS        : flag to control the activation of key_xios 
     34#                      "yes" to compile using key_xios and link to the external XIOS library 
     35#                      "no"  to compile without key_xios and link to the old IOIPSL library 
    3636# USING_MPMD        : flag to control the use of stand-alone IO servers 
    3737#                     requires USING_XIOS="yes" 
     
    114114if [ ${USING_XIOS} == "yes" ]  
    115115 then  
    116    export ADD_KEYS="${ADD_KEYS} key_iomput" 
     116   export ADD_KEYS="${ADD_KEYS} key_xios" 
    117117 else 
    118    export DEL_KEYS="${DEL_KEYS} key_iomput" 
     118   export DEL_KEYS="${DEL_KEYS} key_xios" 
    119119fi 
    120120# 
Note: See TracChangeset for help on using the changeset viewer.