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_curie.ksh

    r1138 r1140  
    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. 
    164 mkdir -p ${RUN_DIR_PATH} 
    165163 
    166164#==================================================== 
     
    247245  #- R_BUF (ONLY FOR double copy an scratch) 
    248246  R_BUF=${SCRATCHDIR}/IGCM_OUT 
     247 
     248  #==================================================== 
     249  #- R_TMP (point a space acting as /tmp) 
     250  R_TMP=/tmp 
    249251 
    250252  IGCM_debug_Print 1 "R_OUT has been defined = ${R_OUT}" 
Note: See TracChangeset for help on using the changeset viewer.