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

Changeset 9906


Ignore:
Timestamp:
2018-07-09T15:47:51+02:00 (6 years ago)
Author:
smasson
Message:

add batch-X64_IRENE

Location:
utils/CI/sette
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/param.cfg

    r9663 r9906  
    11#- forcing files storing 
    2 FORCING_DIR=$WORKDIR/FORCING 
     2FORCING_DIR=/ccc/scratch/cont005/ra0542/massons/input_nemo_v4.0 
    33#- input files storing 
    44INPUT_DIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 
  • utils/CI/sette/sette.sh

    r9904 r9906  
    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_IRENE 
     91 
     92export BATCH_COMMAND_PAR=ccc_msub 
     93export BATCH_COMMAND_SEQ=ccc_msub 
    9494export INTERACT_FLAG="no" 
    9595export MPIRUN_FLAG="yes" 
     
    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 2  
     146#for config in 1 2 3 4 5 6 7 8 9 
    146147do 
    147148 
Note: See TracChangeset for help on using the changeset viewer.