Changeset 1777 for BOL/script_install
- Timestamp:
- Jun 20, 2013, 8:49:07 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install.sh
r1773 r1777 118 118 # If installing on know machines such as IBM x3750 (Ada) 119 119 # at IDRIS, don't check for available software and don"t install netcdf 120 if [ $ hostname = ada338] ; then120 if [ ${hostname:0:5} = ada33 ] ; then 121 121 netcdf=0 # no need to recompile netcdf, alreday available 122 122 check_linux=0 … … 361 361 362 362 else # of if [ $ioipsl = 1 ] 363 if [ $ hostname = ada338] ; then363 if [ ${hostname:0:5} = ada33 ] ; then 364 364 cd $MODEL/modipsl 365 365 cd util … … 386 386 ln -s ~rpsl035/IOIPSL_PLUS/modipsl/lib/* lib/ 387 387 388 fi # of if [ $ hostname = ada338]388 fi # of if [ ${hostname:0:5} = ada33 ] 389 389 fi # of if [ $ioipsl = 1 ] 390 390
Note: See TracChangeset
for help on using the changeset viewer.