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

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


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

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


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess	2011-11-15 16:23:37 UTC (rev 19202)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess	2011-11-16 11:29:31 UTC (rev 19203)
@@ -177,15 +177,14 @@
         #
         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
-        #
+            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