Index: BOL/script_install/install_lmdz_new.sh
===================================================================
--- BOL/script_install/install_lmdz_new.sh	(revision 4220)
+++ BOL/script_install/install_lmdz_new.sh	(revision 4221)
@@ -494,5 +494,5 @@
     compile_with_fcm=1
 
-elif [ $compiler = ifort ] ; then
+elif [[ $compiler = ifort || $compiler = mpiifort ]] ; then
     OPTIM="-O2 -fp-model strict -ip -align all "
     OPTDEV="-p -g -O2 -traceback -fp-stack-check -ftrapuv -check"
@@ -510,10 +510,4 @@
     # Pourquoi forcer la compilation fcm. Marche mieux sans
     #compile_with_fcm=1
-
-elif [ $compiler = mpiifort ] ; then
-    echo on ne fait rien la
-    # Pourquoi forcer la compilation fcm. Marche mieux sans
-    #compile_with_fcm=1
-
 else
     echo unexpected compiler $compiler ; exit
