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 11140 for NEMO/branches/2019/fix_sette_ticket2239/sette_reference-configurations.sh – NEMO

Ignore:
Timestamp:
2019-06-19T17:38:50+02:00 (5 years ago)
Author:
mathiot
Message:

sette rpt changes: FAILED line in red, indication when the run start to diverge, move old/unused script to OLD, update README to README.rst and add extra parameters in param.cfg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/fix_sette_ticket2239/sette_reference-configurations.sh

    r10755 r11140  
    101101export INTERACT_FLAG="no" 
    102102export MPIRUN_FLAG="yes" 
    103 export USING_XIOS="yes" 
    104103export USING_ICEBERGS="yes" 
    105104# 
     
    118117# Settings which control the use of stand alone servers (only relevant if using xios) 
    119118# 
    120 export USING_MPMD="no" 
    121119export NUM_XIOSERVERS=4 
    122 export JOB_PREFIX=batch-mpmd 
     120export JOB_PREFIX=${JOB_PREFIX_MPMD} 
    123121# 
    124122if [ ${USING_MPMD} == "no" ]  
    125123 then 
    126124   export NUM_XIOSERVERS=0 
    127    export JOB_PREFIX=batch 
     125   export JOB_PREFIX=${JOB_PREFIX_NOMPMD} 
    128126fi 
    129127# 
Note: See TracChangeset for help on using the changeset viewer.