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

    r192 r203  
    686686 
    687687#D-#================================================== 
     688#D-function IGCM_sys_RmRunDir 
     689#D-* Purpose: rm tmpdir (dummy function most of the time batch 
     690#D-                      scheduler will do the job) 
     691#D-* Examples: 
     692#D- 
     693function IGCM_sys_RmRunDir { 
     694    IGCM_debug_PushStack "IGCM_sys_RmRunDir" -- $@ 
     695    if ( $DEBUG_sys ) ; then 
     696        echo "IGCM_sys_RmRunDir :" $@ 
     697        echo "Dummy call, let the scheduler do that." 
     698    fi 
     699    IGCM_debug_PopStack "IGCM_sys_RmRunDir" 
     700} 
     701 
     702#D-#================================================== 
    688703#D-function IGCM_sys_Mv 
    689704#D-* Purpose: generic move 
Note: See TracChangeset for help on using the changeset viewer.