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

    r336 r343  
    241241  Job ended   : ${DateEnd} 
    242242  Ouput files are available in ${R_SAVE} 
    243   Script file and Script Outputs are available in ${SUBMIT_DIR} 
     243  Script files and Script Outputs are available in ${SUBMIT_DIR} 
    244244END_MAIL 
    245245 
     
    722722        cat out_rsync 
    723723        IGCM_debug_Exit "IGCM_sys_Cp" 
     724     else 
     725         rm out_rsync 
    724726    fi 
    725727    IGCM_debug_PopStack "IGCM_sys_Cp" 
     
    747749        cat out_rsync 
    748750        IGCM_debug_Exit "IGCM_sys_Rm" 
     751    else 
     752        out_rsync 
    749753    fi 
    750754    IGCM_debug_PopStack "IGCM_sys_Rm" 
     
    774778            cat out_rsync 
    775779            IGCM_debug_Exit "IGCM_sys_Mv" 
     780        else 
     781            rm out_rsync 
    776782        fi 
    777783    else 
     
    812818            cat out_rsync 
    813819            IGCM_debug_Exit "IGCM_sys_Put_Dir" 
     820        else 
     821            rm out_rsync 
    814822        fi 
    815823    else 
     
    849857            cat out_rsync 
    850858            IGCM_debug_Exit "IGCM_sys_Get_Dir" 
     859        else 
     860            rm out_rsync 
    851861        fi 
    852862    else 
     
    903913            cat out_rsync 
    904914            IGCM_debug_Exit "IGCM_sys_Put_Rest" 
     915        else 
     916            rm out_rsync 
    905917        fi 
    906918    else 
     
    973985            cat out_rsync 
    974986            IGCM_debug_Exit "IGCM_sys_Put_Out" 
     987        else 
     988            rm out_rsync 
    975989        fi 
    976990    else 
     
    10681082            cat out_rsync 
    10691083            IGCM_debug_Exit "IGCM_sys_Get" 
     1084        else 
     1085            rm out_rsync 
    10701086        fi 
    10711087    else 
Note: See TracChangeset for help on using the changeset viewer.