Changeset 468


Ignore:
Timestamp:
05/18/11 14:28:16 (13 years ago)
Author:
mafoipsl
Message:

titane : use LSB_JOBID in RUN_DIR names to easily find the job associated with it.

File:
1 edited

Legend:

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

    r467 r468  
    153153    typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${SCRATCHDIR}/RUN_DIR/${LSB_JOBID}} 
    154154else 
    155     typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${SCRATCHDIR}/TMPDIR_IGCM/tmp$$} 
     155    typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${SCRATCHDIR}/TMPDIR_IGCM/${LSB_JOBID}} 
    156156fi 
    157157 
Note: See TracChangeset for help on using the changeset viewer.