Ignore:
Timestamp:
11/25/09 17:19:33 (15 years ago)
Author:
sdipsl
Message:
  • With cesium we manage the TMPDIR; reflect that fact where needed
  • Post-processing is done in the cesium's ${SCRATCHDIR}
File:
1 edited

Legend:

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

    r192 r203  
    625625 
    626626#D-#================================================== 
     627#D-function IGCM_sys_RmRunDir 
     628#D-* Purpose: rm tmpdir (dummy function most of the time batch 
     629#D-                      scheduler will do the job) 
     630#D-* Examples: 
     631#D- 
     632function IGCM_sys_RmRunDir { 
     633    IGCM_debug_PushStack "IGCM_sys_RmRunDir" -- $@ 
     634    if ( $DEBUG_sys ) ; then 
     635        echo "IGCM_sys_RmRunDir :" $@ 
     636        echo "Dummy call, let the scheduler do that." 
     637    fi 
     638    IGCM_debug_PopStack "IGCM_sys_RmRunDir" 
     639} 
     640 
     641#D-#================================================== 
    627642#D-function IGCM_sys_Mv 
    628643#D-* Purpose: generic move 
Note: See TracChangeset for help on using the changeset viewer.