Ignore:
Timestamp:
05/04/15 10:23:14 (9 years ago)
Author:
sdipsl
Message:

Bugfix caused by r1189 side effect. On Curie job begins their execution in the directory they have submitted under (this directory is very likely to have been removed). Change directory before doing anything to avoid stale file handle error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_additionnal

    r1184 r1192  
    8080. ${libIGCM}/libIGCM_config/libIGCM_config.ksh 
    8181#------- 
     82RUN_DIR=${RUN_DIR_PATH}/ATLAS_ADD_${YEARS} 
     83IGCM_sys_MkdirWork ${RUN_DIR} 
     84IGCM_sys_Cd ${RUN_DIR} 
     85#------- 
    8286( ${DEBUG_debug} ) && IGCM_debug_Check 
    8387( ${DEBUG_debug} ) && IGCM_card_Check 
     
    9195R_ATLAS=ATLAS/SE_${YEARS} 
    9296R_OUT_OCE=${R_SAVE}/OCE 
    93  
    94 RUN_DIR=${RUN_DIR_PATH}/ATLAS_ADD_${YEARS} 
    95 IGCM_sys_MkdirWork ${RUN_DIR} 
    96 IGCM_sys_Cd ${RUN_DIR} 
    9797 
    9898# ------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.