Ignore:
Timestamp:
03/12/07 17:13:47 (17 years ago)
Author:
bellier
Message:

JB: svn now !

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/w_i_h

    r2 r12  
    11#!/bin/sh 
    2 # $Id: w_i_h,v 2.4 2006/01/18 05:59:17 adm Exp $ 
     2# $Id$ 
    33#--------------------------------------------------------------------- 
    44#- w_i_h                                                    04/10/1999 
     
    4343  fi; 
    4444elif [ "$USYS" = "IRIX64" ]; then 
    45   WSYS=`uname -n`; 
    46   if [ "$WSYS" = "rhodes" ]; then 
    47     DSYS="sxnec"; 
    48   else 
    49     DSYS="sgi6"; 
    50   fi; 
     45  DSYS="sgi6"; 
    5146elif [ "$USYS" = "Linux" ]; then 
    5247  WSYS=`uname -n | sed -e "s/^\(asterix\)\(.*\)/\1/" \ 
     
    5752    DSYS="lxiv8"; 
    5853  elif [ "$WSYS" = "mercure" ]; then 
    59     DSYS="sx6nec"; 
     54    DSYS="sx8mercure"; 
     55  elif [ "$WSYS" = "brodie" ]; then 
     56    DSYS="sx8brodie"; 
    6057  elif [ "$WSYS" = "ds" ]; then 
    6158    DSYS="sxdkrz"; 
Note: See TracChangeset for help on using the changeset viewer.