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

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