Ignore:
Timestamp:
04/18/11 16:33:17 (13 years ago)
Author:
sdipsl
Message:
  • Homogenize the way RUN_DIR_PATH are managed on platine/titane to distinguish between prod and post-processing class.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_titane.ksh

    r458 r459  
    150150#==================================================== 
    151151#- RUN_DIR_PATH : Temporary working directory (=> TMP) 
    152 typeset RUN_DIR_PATH=${RUN_DIR_PATH:=${SCRATCHDIR}} 
     152if [ ! X${LSB_QUEUE} = Xmono ] ; then 
     153    typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${SCRATCHDIR}} 
     154else 
     155    typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${SCRATCHDIR}/TMPDIR_IGCM/tmp$$} 
     156fi 
    153157 
    154158#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.