Ignore:
Timestamp:
10/15/22 17:10:09 (21 months ago)
Author:
ssenesi
Message:

Better gues default_project on irene(-amd) in libIGCM_sys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_CESMEP/libIGCM_sys/libIGCM_sys_irene-amd.ksh

    r1544 r1563  
    7070typeset MASTER=irene-amd 
    7171# add default project on irene-amd 
    72 typeset PROJECT=$(echo ${BRIDGE_MSUB_PROJECT:=::default_project::} | cut -d@ -f1 ) 
     72if [ ! -z $BRIDGE_MSUB_PROJECT ]; then  
     73    typeset PROJECT=$(echo ${BRIDGE_MSUB_PROJECT} | cut -d@ -f1 ) 
     74else 
     75    typeset PROJECT=$(echo ${CCCHOME} | cut -d/ -f5 ) 
     76fi 
    7377# jobWarningDelay in seconds 
    7478typeset jobWarningDelay=${BRIDGE_MSUB_MAXTIME} 
Note: See TracChangeset for help on using the changeset viewer.