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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.