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

Ignore:
Timestamp:
2019-02-04T17:19:48+01:00 (5 years ago)
Author:
smueller
Message:

Slight SETTE enhancement to improve the reliability of restartability and reproducibility tests; see ticket #2226

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/sette.sh

    r10573 r10631  
    8888# 
    8989# Compiler among those in NEMOGCM/ARCH 
    90 COMPILER=X64_ADA 
    91  
    92 export BATCH_COMMAND_PAR="llsubmit" 
    93 export BATCH_COMMAND_SEQ=$BATCH_COMMAND_PAR  
     90COMPILER=X64_MOBILIS 
     91 
     92export BATCH_COMMAND_PAR="sbatch" 
     93export BATCH_COMMAND_SEQ=$BATCH_COMMAND_PAR 
    9494export INTERACT_FLAG="no" 
    9595export MPIRUN_FLAG="yes" 
     
    105105# Settings which control the use of stand alone servers (only relevant if using xios) 
    106106# 
    107 export USING_MPMD="no" 
    108 export NUM_XIOSERVERS=4 
    109 export JOB_PREFIX=batch-mpmd 
     107export USING_MPMD="yes" 
     108export NUM_XIOSERVERS=1 
     109export JOB_PREFIX=batch 
    110110# 
    111111if [ ${USING_MPMD} == "no" ]  
     
    143143# SPITZ12           :  9      regional configuration including sea-ice and tides (Spitzbergen) 
    144144 
    145 for config in 1 2 3 4 5 6 7 8 9 
     145for config in 4 
    146146do 
    147147 
Note: See TracChangeset for help on using the changeset viewer.