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

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