Changeset 826


Ignore:
Timestamp:
03/12/13 14:27:05 (11 years ago)
Author:
mafoipsl
Message:

On curie, add ${$} in RUN_DIR name to be sure to have an empty temporary directory even for rerunned job.

File:
1 edited

Legend:

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

    r818 r826  
    173173#==================================================== 
    174174#- RUN_DIR_PATH : Temporary working directory (=> TMP) 
    175 typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${SCRATCHDIR}/RUN_DIR/${BRIDGE_MSUB_JOBID}} 
     175typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${SCRATCHDIR}/RUN_DIR/${BRIDGE_MSUB_JOBID}/${$}} 
    176176 
    177177#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.