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

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Tue Nov 29 16:51:28 PST 2011


Author: dkomati1
Date: 2011-11-29 16:51:28 -0800 (Tue, 29 Nov 2011)
New Revision: 19253

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess
Log:
added flags -Wl,-relax and -qunroll=yes for IBM xlf


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess	2011-11-30 00:50:56 UTC (rev 19252)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess	2011-11-30 00:51:28 UTC (rev 19253)
@@ -177,7 +177,7 @@
         #
         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=90pure -qsuppress=1518-317 -qflttrap=overflow:zerodivide:invalid:enable -qfloat=nans -qinitauto=7FBFFFFF -Q -Q+rank,swap_all -Wl,-relax"
+            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 -Wl,-relax -qunroll=yes"
         # on "MareNostrum" IBM at the Barcelona SuperComputing Center (Spain) use:
         # -qtune=ppc970 -qarch=ppc64v instead of -qtune=auto -qarch=auto
         # on "Babel" IBM BlueGene at IDRIS (France) use:



More information about the CIG-COMMITS mailing list