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_claude.ksh

    r192 r203  
    696696 
    697697#D-#================================================== 
     698#D-function IGCM_sys_RmRunDir 
     699#D-* Purpose: rm tmpdir (dummy function most of the time batch 
     700#D-                      scheduler will do the job) 
     701#D-* Examples: 
     702#D- 
     703function IGCM_sys_RmRunDir { 
     704    IGCM_debug_PushStack "IGCM_sys_RmRunDir" -- $@ 
     705    if ( $DEBUG_sys ) ; then 
     706        echo "IGCM_sys_RmRunDir :" $@ 
     707        echo "Dummy call, let the scheduler do that." 
     708    fi 
     709    IGCM_debug_PopStack "IGCM_sys_RmRunDir" 
     710} 
     711 
     712#D-#================================================== 
    698713#D-function IGCM_sys_Mv 
    699714#D-* Purpose: generic move 
Note: See TracChangeset for help on using the changeset viewer.