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

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Tue Aug 12 13:38:32 PDT 2008


Author: dkomati1
Date: 2008-08-12 13:38:32 -0700 (Tue, 12 Aug 2008)
New Revision: 12613

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess
   seismo/3D/SPECFEM3D_GLOBE/trunk/version41_beta/Makefile
Log:
switched back from -qnostrict to -qstrict for the IBM compiler because -qnostrict can be unsafe


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess	2008-08-12 20:06:44 UTC (rev 12612)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess	2008-08-12 20:38:32 UTC (rev 12613)
@@ -134,10 +134,10 @@
         #
         if test x"$FLAGS_NO_CHECK" = x; then
 
-            FLAGS_NO_CHECK="-O3 -qnosave -qnostrict -q64 -qtune=auto -qarch=auto -qcache=auto -qfree=f90 -Q -qsuffix=f=f90 -qhalt=w -qlanglvl=2003pure"
+            FLAGS_NO_CHECK="-O3 -qstrict -qnosave -q64 -qtune=auto -qarch=auto -qcache=auto -qfree=f90 -Q -qsuffix=f=f90 -qhalt=w -qlanglvl=2003pure"
         # 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 -qstrict instead of -qnosave -qnostrict -qtune=auto -qarch=auto
+        # -qtune=ppc970 -qarch=ppc64v -qsave 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 20:06:44 UTC (rev 12612)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/version41_beta/Makefile	2008-08-12 20:38:32 UTC (rev 12613)
@@ -58,10 +58,10 @@
 #
 #FC = xlf_r
 #MPIFC = mpxlf90
-#FLAGS_NO_CHECK = -O3 -qnosave -qnostrict -q64 -qtune=auto -qarch=auto -qcache=auto -qfree=f90 -Q -qsuffix=f=f90 -qhalt=w -qlanglvl=2003pure -qnoflttrap
+#FLAGS_NO_CHECK = -O3 -qnosave -qstrict -q64 -qtune=auto -qarch=auto -qcache=auto -qfree=f90 -Q -qsuffix=f=f90 -qhalt=w -qlanglvl=2003pure -qnoflttrap
 # 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 -qstrict instead of -qnosave -qnostrict -qtune=auto -qarch=auto
+# -qtune=ppc970 -qarch=ppc64v -qsave -qstrict instead of -qnosave -qstrict -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)
 



More information about the cig-commits mailing list