Changeset 648


Ignore:
Timestamp:
04/13/12 14:30:44 (12 years ago)
Author:
aclsce
Message:

Added queue "monoext" to be treated as queue "mono" on titane.

File:
1 edited

Legend:

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

    r645 r648  
    9191#==================================================== 
    9292. /home/cont003/p86ipsl/.atlas_env_titane_ksh 
    93 if [ X${LSB_QUEUE} = Xmono ] ; then 
     93if ( [ X${LSB_QUEUE} = Xmono ] || [ X${LSB_QUEUE} = Xmonoext ] ) ; then 
    9494  module switch nco/3.9.4 nco/3.9.4_netcdf4 
    9595fi 
     
    176176#==================================================== 
    177177#- RUN_DIR_PATH : Temporary working directory (=> TMP) 
    178 if [ ! X${LSB_QUEUE} = Xmono ] ; then 
     178if ( [ ! X${LSB_QUEUE} = Xmono ] && [ ! X${LSB_QUEUE} = Xmonoext ] ) ; then 
    179179  typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${SCRATCHDIR}/RUN_DIR/${LSB_JOBID}} 
    180180else 
Note: See TracChangeset for help on using the changeset viewer.