Changeset 3921
- Timestamp:
- Jun 1, 2021, 5:26:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install_lmdz.sh
r3920 r3921 22 22 # munimal configuration. 23 23 # 24 # Prerequisites : pgf90/gfortran, ksh,wget , gunzip, tar, ...24 # Prerequisites : pgf90/gfortran, wget , gunzip, tar, ... 25 25 # 26 26 # Modif 18/11/2011 … … 72 72 check_linux=1 73 73 ioipsl=1 74 veget= 074 veget=1 75 75 orchidee_rev="" # default revision of ORCHIDEE 76 76 bench=1 … … 271 271 o_ins_make="-t g95" ;; 272 272 273 *) if [ $parallel = none -o ] ; then 273 # *) if [ $parallel = none -o ] ; then 274 *) if [ $parallel = none ] ; then 274 275 path_mpi=`which mpif90 | sed -e s:/mpif90::` ; 275 276 if [ -d /usr/lib64/openmpi ] ; then … … 504 505 505 506 #### Ehouarn: test if ksh and/or bash are available 506 use_shell="ksh" # default: use ksh507 if [ "`which ksh`" = "" ] ; then508 echo "no ksh ... we will use bash"507 #use_shell="ksh" # default: use ksh 508 #if [ "`which ksh`" = "" ] ; then 509 # echo "no ksh ... we will use bash" 509 510 use_shell="bash" 510 511 if [ "`which bash`" = "" ] ; then 511 echo " ksh (or bash)needed!! Install it!"512 fi 513 fi512 echo "bash needed!! Install it!" 513 fi 514 #fi 514 515 515 516 … … 575 576 $make check > $netcdflog 2>&1 576 577 $make install >> $netcdflog 2>&1 578 #LF rajout d'une verrue, pour une raison non encore expliquee, la librairie est parfois rangée dans lib64 579 # et non dans lib par certains compilateurs 580 if [ ! -e lib -a -d lib64 ] ; then ln -s lib64 lib; fi 577 581 else 578 582 # download and compile hdf5 and netcdf, etc. using the install_netcdf4_hdf5.bash script
Note: See TracChangeset
for help on using the changeset viewer.