Index: BOL/script_install/install.sh
===================================================================
--- BOL/script_install/install.sh	(revision 2127)
+++ BOL/script_install/install.sh	(revision 2164)
@@ -73,5 +73,5 @@
 ## compile_with_fcm=1 : use makelmdz_fcm, possible a of version 20111103.trunk (LMDZ5/trunk rev 1578)
 ## compile_with_fcm=0 : use makelmdz
-compile_with_fcm=1
+compile_with_fcm=0
 arch=local
 
@@ -137,5 +137,7 @@
    OPTDEV="-Wall -fbounds-check"
    fmod='I '
-   if [ $real = r8 ] ; then OPTPREC="-fdefault-real-8 -DNC_DOUBLE" ; fi
+#   OPTPREC="-ffree-line-length-0"
+#   if [ $real = r8 ] ; then OPTPREC="$OPTPREC -fdefault-real-8 -DNC_DOUBLE" ; fi
+   if [ $real = r8 ] ; then OPTPREC=" -fdefault-real-8 -DNC_DOUBLE" ; fi
    export F90FLAGS=" -ffree-form $OPTIMNC"
    export FFLAGS=" $OPTIMNC"
