Changeset 12 for modipsl/trunk/util/w_i_h
- Timestamp:
- 03/12/07 17:13:47 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modipsl/trunk/util/w_i_h
r2 r12 1 1 #!/bin/sh 2 # $Id : w_i_h,v 2.4 2006/01/18 05:59:17 adm Exp$2 # $Id$ 3 3 #--------------------------------------------------------------------- 4 4 #- w_i_h 04/10/1999 … … 43 43 fi; 44 44 elif [ "$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"; 51 46 elif [ "$USYS" = "Linux" ]; then 52 47 WSYS=`uname -n | sed -e "s/^\(asterix\)\(.*\)/\1/" \ … … 57 52 DSYS="lxiv8"; 58 53 elif [ "$WSYS" = "mercure" ]; then 59 DSYS="sx6nec"; 54 DSYS="sx8mercure"; 55 elif [ "$WSYS" = "brodie" ]; then 56 DSYS="sx8brodie"; 60 57 elif [ "$WSYS" = "ds" ]; then 61 58 DSYS="sxdkrz";
Note: See TracChangeset
for help on using the changeset viewer.