Changeset 1777 for BOL


Ignore:
Timestamp:
Jun 20, 2013, 8:49:07 AM (11 years ago)
Author:
Ehouarn Millour
Message:

Update to take into account recent change in Ada machine name.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install.sh

    r1773 r1777  
    118118# If installing on know machines such as IBM x3750 (Ada)
    119119# at IDRIS, don't check for available software and don"t install netcdf
    120 if [ $hostname = ada338 ] ; then
     120if [ ${hostname:0:5} = ada33 ] ; then
    121121  netcdf=0 # no need to recompile netcdf, alreday available
    122122  check_linux=0
     
    361361
    362362else # of if [ $ioipsl = 1 ]
    363   if [ $hostname = ada338 ] ; then
     363  if [ ${hostname:0:5} = ada33 ] ; then
    364364    cd $MODEL/modipsl
    365365    cd util
     
    386386    ln -s ~rpsl035/IOIPSL_PLUS/modipsl/lib/* lib/
    387387
    388   fi # of if [ $hostname = ada338 ]
     388  fi # of if [ ${hostname:0:5} = ada33 ]
    389389fi # of if [ $ioipsl = 1 ]
    390390
Note: See TracChangeset for help on using the changeset viewer.