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

    r192 r203  
    681681 
    682682#D-#================================================== 
     683#D-function IGCM_sys_RmRunDir 
     684#D-* Purpose: rm tmpdir (dummy function most of the time batch 
     685#D-                      scheduler will do the job) 
     686#D-* Examples: 
     687#D- 
     688function IGCM_sys_RmRunDir { 
     689    IGCM_debug_PushStack "IGCM_sys_RmRunDir" -- $@ 
     690    if ( $DEBUG_sys ) ; then 
     691        echo "IGCM_sys_RmRunDir :" $@ 
     692        echo "Dummy call, let the scheduler do that." 
     693    fi 
     694    IGCM_debug_PopStack "IGCM_sys_RmRunDir" 
     695} 
     696 
     697#D-#================================================== 
    683698#D-function IGCM_sys_Mv 
    684699#D-* Purpose: generic move 
Note: See TracChangeset for help on using the changeset viewer.