[cig-commits] r19204 - seismo/3D/SPECFEM3D/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Wed Nov 16 03:31:49 PST 2011


Author: dkomati1
Date: 2011-11-16 03:31:48 -0800 (Wed, 16 Nov 2011)
New Revision: 19204

Modified:
   seismo/3D/SPECFEM3D/trunk/flags.guess
Log:
updated the IBM xlf flags


Modified: seismo/3D/SPECFEM3D/trunk/flags.guess
===================================================================
--- seismo/3D/SPECFEM3D/trunk/flags.guess	2011-11-16 11:29:31 UTC (rev 19203)
+++ seismo/3D/SPECFEM3D/trunk/flags.guess	2011-11-16 11:31:48 UTC (rev 19204)
@@ -148,16 +148,15 @@
         # for the C compiler when using -q64 for the Fortran compiler
         #
         if test x"$FLAGS_NO_CHECK" = x; then
-# deleted -qxflag=dvz because it requires handler function __xl_dzx and thus linking will fail
-            #FLAGS_NO_CHECK="-O3 -qsave -qstrict -q64 -qtune=auto -qarch=auto -qcache=auto -qfree=f90 -qsuffix=f=f90 -qhalt=w -qlanglvl=2003pure -qxlf2003=nooldnaninf -qflttrap=overflow:zerodivide:invalid:enable -qfloat=nans -qinitauto=7FBFFFFF -Q -Q+rank,swap_all"
-            FLAGS_NO_CHECK="-O3 -qsave -qstrict -q64 -qtune=auto -qarch=auto -qcache=auto -qfree=f90 -qsuffix=f=f90 -qhalt=w -qlanglvl=95pure -qflttrap=overflow:zerodivide:invalid:enable -qfloat=nans -qinitauto=7FBFFFFF -Q -Q+rank,swap_all"
-        #
-        # to debug with IBM xlf, add this: -g -O0 -C -qddim -qfullpath
-        #
+# deleted -qxflag=dvz because it requires handler function __xl_dzx and thus linking will fail 
+            FLAGS_NO_CHECK="-O3 -qsave -qstrict -q64 -qtune=auto -qarch=auto -qcache=auto -qfree=f90 -qsuffix=f=f90 -qhalt=w -qlanglvl=90pure -qsuppress=1518-317 -qflttrap=overflow:zerodivide:invalid:enable -qfloat=nans -qinitauto=7FBFFFFF -Q -Q+rank,swap_all"
         # on MareNostrum at the Barcelona SuperComputing Center (Spain) one can use
         # -qtune=ppc970 -qarch=ppc64v instead of -qtune=auto -qarch=auto
         fi
         if test x"$FLAGS_CHECK" = x; then
+        #
+        # to debug with IBM xlf, one can add this: -g -O0 -C -qddim -qfullpath
+        #
             FLAGS_CHECK="\$(FLAGS_NO_CHECK) -g -C -qddim -qfullpath"
         fi
         ;;



More information about the CIG-COMMITS mailing list