Ignore:
Timestamp:
12/08/08 17:40:31 (16 years ago)
Author:
sdipsl
Message:

ACa/SD : Function IGCM_sys_RshArchive will be use to manage NEMO restart in the parallel case

File:
1 edited

Legend:

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

    r36 r37  
    161161 
    162162#D-#================================================== 
     163#D-function IGCM_sys_RshArchive 
     164#D-* Purpose: Archive rsh command 
     165#D-* Examples: 
     166#D- 
     167function IGCM_sys_RshArchive { 
     168    IGCM_debug_PushStack "IGCM_sys_RshArchive" $@ 
     169    /bin/ksh ${@} 
     170    if [ $? -gt 0 ] ; then 
     171        echo "IGCM_sys_RshArchive : erreur." 
     172        IGCM_debug_Exit "IGCM_sys_RshArchive" 
     173    fi 
     174    IGCM_debug_PopStack "IGCM_sys_RshArchive" 
     175} 
     176 
     177#D-#================================================== 
    163178#D-function IGCM_sys_RshPost 
    164179#D-* Purpose: Master rsh command 
Note: See TracChangeset for help on using the changeset viewer.