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_atlas_LMDZ

    r1184 r1192  
    8080. ${libIGCM}/libIGCM_config/libIGCM_config.ksh 
    8181#------- 
     82IGCM_sys_MkdirWork ${RUN_DIR_PATH} 
     83IGCM_sys_Cd ${RUN_DIR_PATH} 
     84#------- 
    8285( ${DEBUG_debug} ) && IGCM_debug_Check 
    8386( ${DEBUG_debug} ) && IGCM_card_Check 
     
    8790 
    8891#set -vx 
    89  
    90 IGCM_sys_MkdirWork ${RUN_DIR_PATH} 
    91 IGCM_sys_Cd ${RUN_DIR_PATH} 
    9292 
    9393# ------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.