[cig-commits] r12617 - in seismo/3D/SPECFEM3D_GLOBE/trunk: . version41_beta

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Tue Aug 12 14:46:39 PDT 2008


Author: dkomati1
Date: 2008-08-12 14:46:39 -0700 (Tue, 12 Aug 2008)
New Revision: 12617

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess
   seismo/3D/SPECFEM3D_GLOBE/trunk/version41_beta/Makefile
Log:
updated some compiler options


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess	2008-08-12 21:42:28 UTC (rev 12616)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess	2008-08-12 21:46:39 UTC (rev 12617)
@@ -15,10 +15,10 @@
         # Beowulf Portland pgf90
         #
         if test x"$FLAGS_CHECK" = x; then
-            FLAGS_CHECK="-fast -Mnobounds -Mneginfo -Mdclchk -Knoieee" # -mcmodel=medium
+            FLAGS_CHECK="-fast -Mnobounds -Mdclchk -Knoieee" # -mcmodel=medium
         fi
         if test x"$FLAGS_NO_CHECK" = x; then
-            FLAGS_NO_CHECK="-fast -Mnobounds -Mneginfo -Mdclchk -Knoieee -Ktrap=none -Minline" # -mcmodel=medium
+            FLAGS_NO_CHECK="-fast -Mnobounds -Mdclchk -Knoieee -Ktrap=none -Minline" # -mcmodel=medium
         fi
         ;;
     ifort|*/ifort)
@@ -134,10 +134,10 @@
         #
         if test x"$FLAGS_NO_CHECK" = x; then
 
-            FLAGS_NO_CHECK="-O3 -qstrict -qnosave -q64 -qtune=auto -qarch=auto -qcache=auto -qfree=f90 -Q -qsuffix=f=f90 -qhalt=w -qlanglvl=2003pure"
+            FLAGS_NO_CHECK="-O3 -qstrict -q64 -qnosave -qtune=auto -qarch=auto -qcache=auto -qfree=f90 -Q -qsuffix=f=f90 -qhalt=w"
         # One can also use -qflttrap=overflow:zerodivide:invalid:enable -qsigtrap -qinitauto=7FBFFFFF to trap errors
         # on MareNostrum at the Barcelona SuperComputing Center (Spain) use
-        # -qtune=ppc970 -qarch=ppc64v -qsave instead of -qnosave -qtune=auto -qarch=auto
+        # -qsave -qtune=ppc970 -qarch=ppc64v instead of -qnosave -qtune=auto -qarch=auto
         # otherwise the IBM compiler allocates the
         # arrays in the stack and the code crashes if the stack size is too
         # small (it is limited to 1GB on MareNostrum)

Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/version41_beta/Makefile
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/version41_beta/Makefile	2008-08-12 21:42:28 UTC (rev 12616)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/version41_beta/Makefile	2008-08-12 21:46:39 UTC (rev 12617)
@@ -54,7 +54,7 @@
 #FC = pgf90
 #MPIFC = mpif90
 #MPIFLAGS = -DUSE_MPI
-#FLAGS_NO_CHECK = -fast -Mnobounds -Minline -Mdclchk -Knoieee -fastsse -tp amd64e -Minform=warn
+#FLAGS_NO_CHECK = -fast -Mnobounds -Minline -Mdclchk -Knoieee -fastsse -tp amd64e -Minform=warn -Ktrap=none
 
 #
 # IBM xlf



More information about the cig-commits mailing list