Ignore:
Timestamp:
09/09/10 10:49:23 (14 years ago)
Author:
mmaipsl
Message:

Suppress out_rsync anoying file if systemfunction is OK.
Correct some little bugs.
Add two DODS functions IGCM_Dods_Rm and IGCM_Dods_Cp on post-treatment systems.

File:
1 edited

Legend:

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

    r324 r343  
    170170#D- 
    171171function IGCM_sys_RshMaster { 
    172     #set -vx 
    173172    IGCM_debug_PushStack "IGCM_sys_RshMaster" $@ 
    174173    /bin/ksh <<-EOF 
     
    734733        cat out_rsync 
    735734        IGCM_debug_Exit "IGCM_sys_Cp" 
     735     else 
     736         rm out_rsync 
    736737    fi 
    737738    IGCM_debug_PopStack "IGCM_sys_Cp" 
     
    759760        cat out_rsync 
    760761        IGCM_debug_Exit "IGCM_sys_Rm" 
     762    else 
     763        out_rsync 
    761764    fi 
    762765    IGCM_debug_PopStack "IGCM_sys_Rm" 
     
    786789            cat out_rsync 
    787790            IGCM_debug_Exit "IGCM_sys_Mv" 
     791        else 
     792            rm out_rsync 
    788793        fi 
    789794    else 
     
    824829            cat out_rsync 
    825830            IGCM_debug_Exit "IGCM_sys_Put_Dir" 
     831        else 
     832            rm out_rsync 
    826833        fi 
    827834    else 
     
    861868            cat out_rsync 
    862869            IGCM_debug_Exit "IGCM_sys_Get_Dir" 
     870        else 
     871            rm out_rsync 
    863872        fi 
    864873    else 
     
    950959            cat out_rsync 
    951960            IGCM_debug_Exit "IGCM_sys_Put_Rest" 
     961        else 
     962            rm out_rsync 
    952963        fi 
    953964    else 
     
    10201031            cat out_rsync 
    10211032            IGCM_debug_Exit "IGCM_sys_Put_Out" 
     1033        else 
     1034            rm out_rsync 
    10221035        fi 
    10231036    else 
     
    11151128            cat out_rsync 
    11161129            IGCM_debug_Exit "IGCM_sys_Get" 
     1130        else 
     1131            rm out_rsync 
    11171132        fi 
    11181133    else 
Note: See TracChangeset for help on using the changeset viewer.