Ignore:
Timestamp:
10/29/14 16:05:30 (10 years ago)
Author:
sdipsl
Message:
  • Bugfix due to a side effect of the IDRIS /tmp workaround
Location:
trunk/libIGCM/libIGCM_sys
Files:
2 edited

Legend:

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

    r1091 r1134  
    161161#- RUN_DIR_PATH : Temporary working directory (=> TMP) 
    162162typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${SCRATCHDIR}/RUN_DIR/${BRIDGE_MSUB_JOBID}_${$}} 
     163# Due to a workaround at IDRIS. /tmp is not functionning correctly there. 
     164IGCM_sys_MkdirWork ${RUN_DIR_PATH} 
    163165 
    164166#==================================================== 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_default.ksh

    r1124 r1134  
    119119#- RUN_DIR_PATH : Temporary working directory (=> TMP) 
    120120typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=/home/${LOGIN}/RUN_DIR/tmp$$} 
     121# Due to a workaround at IDRIS. /tmp is not functionning correctly there. 
     122IGCM_sys_MkdirWork ${RUN_DIR_PATH} 
    121123 
    122124#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.