Index: BOL/script_install/install.sh
===================================================================
--- BOL/script_install/install.sh	(revision 1773)
+++ BOL/script_install/install.sh	(revision 1777)
@@ -118,5 +118,5 @@
 # If installing on know machines such as IBM x3750 (Ada)
 # at IDRIS, don't check for available software and don"t install netcdf
-if [ $hostname = ada338 ] ; then
+if [ ${hostname:0:5} = ada33 ] ; then
   netcdf=0 # no need to recompile netcdf, alreday available
   check_linux=0
@@ -361,5 +361,5 @@
 
 else # of if [ $ioipsl = 1 ]
-  if [ $hostname = ada338 ] ; then
+  if [ ${hostname:0:5} = ada33 ] ; then
     cd $MODEL/modipsl
     cd util
@@ -386,5 +386,5 @@
     ln -s ~rpsl035/IOIPSL_PLUS/modipsl/lib/* lib/
 
-  fi # of if [ $hostname = ada338 ]
+  fi # of if [ ${hostname:0:5} = ada33 ]
 fi # of if [ $ioipsl = 1 ]
 
