Index: BOL/script_install/install_lmdz.sh
===================================================================
--- BOL/script_install/install_lmdz.sh	(revision 3063)
+++ BOL/script_install/install_lmdz.sh	(revision 3064)
@@ -142,6 +142,6 @@
      "-parallel") parallel=$2
                   case $parallel in
-                    "mpi"|"omp"|"mpi_omp") parallel=$2 ; shift ; shift ;;
-                    *) echo Only mpi omp mpi_omp for the parallel option ; exit
+                    "none"|"mpi"|"omp"|"mpi_omp") parallel=$2 ; shift ; shift ;;
+                    *) echo Only none mpi omp mpi_omp for the parallel option ; exit
                   esac ;;
      "-bench") bench=$2 ; shift ; shift ;;
