Index: LMDZ5/branches/testing/makelmdz_fcm
===================================================================
--- LMDZ5/branches/testing/makelmdz_fcm	(revision 2160)
+++ LMDZ5/branches/testing/makelmdz_fcm	(revision 2220)
@@ -12,4 +12,5 @@
 #
 ##set -x
+set -e
 ########################################################################
 # options par defaut pour la commande make
@@ -461,5 +462,9 @@
   if [[ "$paramem" == "mem" ]]
   then
-   SUFF_NAME=${SUFF_NAME}_${paramem}
+      SUFF_NAME=${SUFF_NAME}_${paramem}
+  else
+      echo "The version of the dynamics in dyn3dpar is no longer updated."
+      echo "You should use option \"-mem\"."
+      exit 1
   fi
 else
