Index: BOL/script_install/install_lmdz.sh
===================================================================
--- BOL/script_install/install_lmdz.sh	(revision 3920)
+++ BOL/script_install/install_lmdz.sh	(revision 3921)
@@ -22,5 +22,5 @@
 # munimal configuration.
 #
-# Prerequisites : pgf90/gfortran, ksh, wget , gunzip, tar, ... 
+# Prerequisites : pgf90/gfortran, wget , gunzip, tar, ... 
 #
 # Modif 18/11/2011
@@ -72,5 +72,5 @@
 check_linux=1
 ioipsl=1
-veget=0
+veget=1
 orchidee_rev=""  # default revision of ORCHIDEE
 bench=1
@@ -271,5 +271,6 @@
             o_ins_make="-t g95" ;;
             
-   *)       if [ $parallel = none -o ] ; then
+#   *)       if [ $parallel = none -o ] ; then
+   *)       if [ $parallel = none ] ; then
                 path_mpi=`which mpif90 | sed -e s:/mpif90::` ;
                 if [ -d /usr/lib64/openmpi ] ; then
@@ -504,12 +505,12 @@
 
 #### Ehouarn: test if ksh and/or bash are available
-use_shell="ksh" # default: use ksh
-if [ "`which ksh`" = "" ] ; then
-  echo "no ksh ... we will use bash"
+#use_shell="ksh" # default: use ksh
+#if [ "`which ksh`" = "" ] ; then
+#  echo "no ksh ... we will use bash"
   use_shell="bash"
   if [ "`which bash`" = "" ] ; then
-    echo "ksh (or bash) needed!! Install it!"
-  fi
-fi
+    echo "bash needed!! Install it!"
+  fi
+#fi
 
 
@@ -575,4 +576,7 @@
   $make check > $netcdflog 2>&1
   $make install >> $netcdflog 2>&1
+#LF rajout d'une verrue, pour une raison non encore expliquee, la librairie est parfois rangée dans lib64
+#   et non dans lib par certains compilateurs
+  if [ ! -e lib -a -d lib64 ] ; then ln -s lib64 lib; fi
 else
   # download and compile hdf5 and netcdf, etc. using the install_netcdf4_hdf5.bash script
