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

elliott.sales.de.andrade at geodynamics.org elliott.sales.de.andrade at geodynamics.org
Wed Jun 26 00:21:44 PDT 2013


Author: elliott.sales.de.andrade
Date: 2013-06-26 00:21:44 -0700 (Wed, 26 Jun 2013)
New Revision: 22425

Modified:
   seismo/3D/SPECFEM3D/trunk/flags.guess
Log:
Fix default flags for Cray fortran.

We need to set the module search path since it puts module information
into the object files.

Modified: seismo/3D/SPECFEM3D/trunk/flags.guess
===================================================================
--- seismo/3D/SPECFEM3D/trunk/flags.guess	2013-06-26 02:00:24 UTC (rev 22424)
+++ seismo/3D/SPECFEM3D/trunk/flags.guess	2013-06-26 07:21:44 UTC (rev 22425)
@@ -42,7 +42,7 @@
         #
         # Cray Fortran
         #
-        DEF_FFLAGS="-O3 -Onoaggress -Oipa0 -hfp2 -Ovector3 -Oscalar3 -Ocache2 -Ounroll2 -Ofusion2 -DFORCE_VECTORIZATION" # turn on optimization; -Oaggress -Oipa4 would make it even more aggressive
+        DEF_FFLAGS="-O3 -Onoaggress -Oipa0 -hfp2 -Ovector3 -Oscalar3 -Ocache2 -Ounroll2 -Ofusion2 -DFORCE_VECTORIZATION -p \$O" # turn on optimization; -Oaggress -Oipa4 would make it even more aggressive
         # -eC -eD -ec -en -eI -ea -g -G0  # turn on full debugging and range checking
         ;;
     pgf95|*/pgf95|pgf90|*/pgf90)



More information about the CIG-COMMITS mailing list