Index: trunk/mesoscale/LMD_MM_MARS/makemeso
===================================================================
--- trunk/mesoscale/LMD_MM_MARS/makemeso	(revision 11)
+++ trunk/mesoscale/LMD_MM_MARS/makemeso	(revision 24)
@@ -257,18 +257,9 @@
      g95_32_single)    echo 13 | configure > log_compile 2> log_error 
                        sed -f mars.sed configure.wrf > yeah ; mv -f yeah configure.wrf ;; 
-#
-#
-# TEST TEST: you also need to a modified configure.defaults (add x86_64 next to g95 in the header comment)
-#
-#
-                     # G95, 64 bits, no nesting
-     g95_64_single)    echo 14 | configure > log_compile 2> log_error
-                       sed -f mars.sed configure.wrf > yeah ; mv -f yeah configure.wrf 
-                       sed s+"=       g95"+"=       /home/physastro/aspiga/mysoft/g95/g95-install/bin/x86_64-unknown-linux-gnu-g95"+g configure.wrf > yeah ; mv -f yeah configure.wrf;;
-#
-#
-# TEST TEST
-#
-#
+                     # G95, 64 bits, no nesting  ### we modify configure.defaults to add x86_64 next to g95 in the header comment
+     g95_64_single)    cd arch ; sed s/"PC Linux i486 i586 i686, g95 compiler"/"PC Linux i486 i586 i686 x86_64, g95 compiler"/g configure.defaults > yeahyeahyeah ; rm configure.defaults ; mv yeahyeahyeah configure.defaults ; cd ..
+                       echo 14 | configure > log_compile 2> log_error
+                       sed -f mars.sed configure.wrf > yeah ; mv -f yeah configure.wrf ;;
+                       #sed s+"=       g95"+"=       /home/physastro/aspiga/mysoft/g95/g95-install/bin/x86_64-unknown-linux-gnu-g95"+g configure.wrf > yeah ; mv -f yeah configure.wrf;;
                      # IFORT, 64 bits, no nesting
      ifort_64_single)  echo 5 | configure > log_compile 2> log_error 
