[cig-commits] r22966 - seismo/3D/SPECFEM3D_GLOBE/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Sat Oct 19 15:15:11 PDT 2013


Author: dkomati1
Date: 2013-10-19 15:15:11 -0700 (Sat, 19 Oct 2013)
New Revision: 22966

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/configure
Log:
changed the default to no_vectorization (want_vec=no) to be able to debug with range checking options (and to be able to turn vectorization off)


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/configure
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/configure	2013-10-19 22:12:33 UTC (rev 22965)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/configure	2013-10-19 22:15:11 UTC (rev 22966)
@@ -2781,7 +2781,9 @@
 if test "${enable_vectorization+set}" = set; then :
   enableval=$enable_vectorization; want_vec="$enableval"
 else
-  want_vec=yes
+#  want_vec=yes
+## DK DK changed the default to no_vectorization
+  want_vec=no
 fi
 
  if test x"$want_vec" != xno; then



More information about the CIG-COMMITS mailing list