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

    r36 r37  
    154154 
    155155#D-#================================================== 
     156#D-function IGCM_sys_RshArchive 
     157#D-* Purpose: Archive rsh command 
     158#D-* Examples: 
     159#D- 
     160function IGCM_sys_RshArchive { 
     161    IGCM_debug_PushStack "IGCM_sys_RshArchive" $@ 
     162    /bin/ksh ${@} 
     163    if [ $? -gt 0 ] ; then 
     164        echo "IGCM_sys_RshArchive : erreur." 
     165        IGCM_debug_Exit "IGCM_sys_RshArchive" 
     166    fi 
     167    IGCM_debug_PopStack "IGCM_sys_RshArchive" 
     168} 
     169 
     170#D-#================================================== 
    156171#D-function IGCM_sys_RshPost 
    157172#D-* Purpose: Master rsh command 
Note: See TracChangeset for help on using the changeset viewer.