Ignore:
Timestamp:
04/09/09 19:09:08 (15 years ago)
Author:
sdipsl
Message:

MAF :
On the way to finalyze vargas

  • adjustment to support large numbers of cpus (and files)
  • prepare another policy for rebuild : from workdir

Some cleanup

File:
1 edited

Legend:

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

    r80 r92  
    652652    IGCM_debug_PushStack "IGCM_sys_Rm" -- $@ 
    653653    if ( $DEBUG_sys ) ; then 
     654        echo "IGCM_sys_Rm :" $@ 
     655    fi 
     656 
     657    typeset RET 
     658 
     659    echo rm $@ > out_rsync 2>&1 
     660    \rm $@ >> out_rsync 2>&1 
     661    RET=$? 
     662 
     663    if [ ${RET} -gt 0 ] ; then 
     664        echo "IGCM_sys_Rm : error." 
     665        cat out_rsync 
     666        IGCM_debug_Exit "IGCM_sys_Rm" 
     667    fi 
     668    IGCM_debug_PopStack "IGCM_sys_Rm" 
     669} 
     670 
     671#D-#================================================== 
     672#D-function IGCM_sys_Rm 
     673#D-* Purpose: generic rm 
     674#D-* Examples: 
     675#D- 
     676function IGCM_sys_Rm { 
     677    IGCM_debug_PushStack "IGCM_sys_Rm" -- $@ 
     678    if ( $DEBUG_sys ) ; then 
    654679        echo "IGCM_sys_Rm :" $@ 
    655680    fi 
Note: See TracChangeset for help on using the changeset viewer.