Ignore:
Timestamp:
10/01/09 11:04:29 (15 years ago)
Author:
sdipsl
Message:
  • clean up
  • change default class on SX9. 1h is the test class and SX9 is mainly a production machine
File:
1 edited

Legend:

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

    r173 r182  
    171171    DELAI=10 
    172172 
    173 ###    for i in $( seq 1 $NB_ESSAI ) ; do 
    174 ###     ssh mercure /bin/ksh ${@} 
    175 ###     status=$? 
    176 ###     if [ ${status} -ne 0 ]; 
    177 ###     then 
    178 ###         sleep $DELAI 
    179 ###     else 
    180 ###         break 
    181 ###     fi 
    182 ###    done 
    183  
    184173    i=0 
    185  
    186174    while [ $i -ne $NB_ESSAI ] ; do 
    187175        ssh mercure /bin/ksh ${@} 
     
    195183        let i=$i+1 
    196184    done  
    197  
    198185 
    199186    if [ ${status} -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.