Ignore:
Timestamp:
10/29/14 18:45:15 (10 years ago)
Author:
sdipsl
Message:
  • May be the end of the /tmp issue. Tests ongoing....
File:
1 edited

Legend:

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

    r1138 r1140  
    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. 
    122 mkdir -p ${RUN_DIR_PATH} 
    123121 
    124122#==================================================== 
     
    190188  #- R_BUF (ONLY FOR double copy an scratch) 
    191189  R_BUF=${STORAGE}/IGCM_OUT 
     190 
     191  #==================================================== 
     192  #- R_TMP (point a space acting as /tmp) 
     193  R_TMP=/tmp 
    192194 
    193195  IGCM_debug_Print 1 "R_OUT has been defined = ${R_OUT}" 
Note: See TracChangeset for help on using the changeset viewer.