Ignore:
Timestamp:
11/06/13 12:23:08 (11 years ago)
Author:
jgipsl
Message:

At obelix, the sceduler does the cleaning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_obelix.ksh

    r949 r964  
    821821  if ( $DEBUG_sys ) ; then 
    822822    echo "IGCM_sys_RmRunDir :" $@ 
    823   fi 
    824  
    825   typeset status 
    826  
    827   echo rm $@ > /tmp/out_command.$$ 2>&1 
    828   \rm $@ >> /tmp/out_command.$$ 2>&1 
    829   status=$? 
    830  
    831   if [ ${status} -gt 0 ] ; then 
    832     echo "IGCM_sys_RmRunDir : rm error code is ${status}." 
    833     cat /tmp/out_command.$$ 
    834     IGCM_debug_Exit "IGCM_sys_RmRunDir" 
    835   else 
    836     \rm /tmp/out_command.$$ 
     823    echo "Dummy call, let the scheduler do that." 
    837824  fi 
    838825  IGCM_debug_PopStack "IGCM_sys_RmRunDir" 
Note: See TracChangeset for help on using the changeset viewer.