Ignore:
Timestamp:
11/10/09 17:13:13 (15 years ago)
Author:
sdipsl
Message:
  • Some more step towards post processing from cesium
  • Wait from CCRT actions (cesium node can not ssh mercure), necessary because cesium do not see mercure workdir and thus do not see card
  • Do not use this version on sx9, post-process will fail
File:
1 edited

Legend:

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

    r192 r196  
    157157#==================================================== 
    158158#- RUN_DIR_PATH : Temporary working directory (=> TMP) 
    159 typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${TMPDIR}} 
     159typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${SCRATCHDIR}/${PBS_JOBID}} 
    160160 
    161161#==================================================== 
     
    818818        # 
    819819        # USUAL WAY 
    820         putfer $1 $2 > out_rsync 2>&1 
     820        cp $1 $2 > out_rsync 2>&1 
    821821        RET=$? 
    822822 
Note: See TracChangeset for help on using the changeset viewer.