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 9744 for utils/CI/sette/sette_test-cases.sh – NEMO

Ignore:
Timestamp:
2018-06-05T17:09:50+02:00 (6 years ago)
Author:
clem
Message:

cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/sette_test-cases.sh

    r9708 r9744  
    9191# 
    9292# Compiler among those in NEMOGCM/ARCH 
    93 COMPILER=X64_ADA_DEBUG 
     93COMPILER=X64_ADA 
    9494 
    9595export BATCH_COMMAND_PAR="llsubmit" 
     
    141141# LOCK_EXCHANGE  : 2 
    142142# VORTEX         : 3 
    143 # WAD            : 4        
    144 # SAS_BIPER      : 5 
    145 # ISOMIP         : 6 
    146  
    147  
    148 for config in 1 2 3 4 5 6  
     143# SAS_BIPER      : 4 
     144# ISOMIP         : 5 
     145# WAD 
     146 
     147 
     148for config in 1 2 3 4 5  
    149149do 
    150150 
     
    413413# SAS_BIPER 
    414414# --------- 
    415 if [ ${config} -eq 5 ] ;  then  
     415if [ ${config} -eq 4 ] ;  then  
    416416## Restartability tests for SAS_BIPER 
    417417    export TEST_NAME="LONG" 
     
    545545# ISOMIP 
    546546# ------ 
    547 if [ ${config} -eq 6 ] ;  then 
     547if [ ${config} -eq 5 ] ;  then 
    548548## Restartability tests 
    549549    export TEST_NAME="LONG" 
Note: See TracChangeset for help on using the changeset viewer.