Ignore:
Timestamp:
06/28/10 11:27:24 (14 years ago)
Author:
mafoipsl
Message:

Put changeset [309] into libIGCM_v1_7. Use TMPDIR for mercure again. Correct CompletedFlag? initialisation. Delete useless echo. Correct 1st line or rebuild.ksh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v1_7/libIGCM_sys/libIGCM_sys_mercure.ksh

    r308 r310  
    125125#==================================================== 
    126126#- RUN_DIR_PATH : Temporary working directory (=> TMP) 
    127 typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${CSCRATCHDIR}/tmp$$} 
     127typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${TMPDIR}} 
    128128 
    129129#==================================================== 
     
    628628    IGCM_debug_PushStack "IGCM_sys_RmRunDir" -- $@ 
    629629    if ( $DEBUG_sys ) ; then 
    630         echo "IGCM_sys_RmRunDir :" $@ 
    631     fi 
    632  
    633     typeset RET 
    634  
    635     IGCM_sys_Cd .. 
    636  
    637     echo rm $@ > out_rsync 2>&1 
    638     \rm $@ >> out_rsync 2>&1 
    639     RET=$? 
    640  
    641     if [ ${RET} -gt 0 ] ; then 
    642         echo "IGCM_sys_RmRunDir : error." 
    643         cat out_rsync 
    644         IGCM_debug_Exit "IGCM_sys_RmRunDir" 
    645     fi 
    646  
     630        echo "IGCM_sys_RmRunDir :" $@  
     631        echo "Dummy call, let the scheduler do that."  
     632    fi  
    647633    IGCM_debug_PopStack "IGCM_sys_RmRunDir" 
    648634} 
Note: See TracChangeset for help on using the changeset viewer.