Changeset 87 for modipsl


Ignore:
Timestamp:
07/12/07 10:52:03 (17 years ago)
Author:
bellier
Message:

JB: add "argent" and (for the future) "platine"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/w_i_h

    r13 r87  
    4545  DSYS="sgi6"; 
    4646elif [ "$USYS" = "Linux" ]; then 
    47   WSYS=`uname -n | sed -e "s/^\(asterix\)\(.*\)/\1/" \ 
    48                         -e "s/^\(obelix\)\(.*\)/\1/" \ 
    49                         -e "s/^\(ds\)\([0-9]*\)/\1/"` 
     47  WSYS=`uname -n | sed -e "s/^\(asterix\)\(.*\)/\1/"     \ 
     48                       -e "s/^\(obelix\)\(.*\)/\1/"      \ 
     49                       -e "s/^\(argent\)\([0-9]*\)/\1/"  \ 
     50                       -e "s/^\(platine\)\([0-9]*\)/\1/" \ 
     51                       -e "s/^\(ds\)\([0-9]*\)/\1/"` 
    5052  if [   "$WSYS" = "asterix" \ 
    5153      -o "$WSYS" = "obelix" ]; then 
    5254    DSYS="lxiv8"; 
     55  elif [ "$WSYS" = "argent" ]; then 
     56    DSYS="argent"; 
     57  elif [ "$WSYS" = "platine" ]; then 
     58    DSYS="platine"; 
    5359  elif [ "$WSYS" = "mercure" ]; then 
    5460    DSYS="sx8mercure"; 
Note: See TracChangeset for help on using the changeset viewer.