[cig-commits] [commit] devel, master: got rid of compiler option -Mipa=fast, inline for pgf90 because it creates problems with some older versions of that compiler (afaf5b7)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:32:01 PST 2014


Repository : https://github.com/geodynamics/specfem3d_globe

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

>---------------------------------------------------------------

commit afaf5b7e4094e0ae3587e828e02cc4b476d8b59b
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Tue Sep 23 22:16:41 2014 +0200

    got rid of compiler option -Mipa=fast,inline for pgf90 because it creates problems with some older versions of that compiler


>---------------------------------------------------------------

afaf5b7e4094e0ae3587e828e02cc4b476d8b59b
 flags.guess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flags.guess b/flags.guess
index 61c0c96..45c92a3 100644
--- a/flags.guess
+++ b/flags.guess
@@ -88,7 +88,7 @@ case $my_FC in
         # Portland PGI
         #
         DEF_FFLAGS="-Mdclchk -Minform=warn -mcmodel=medium"
-        OPT_FFLAGS="-Mnobounds -fast -Mipa=fast,inline"
+        OPT_FFLAGS="-Mnobounds -fast"
         DEBUG_FFLAGS="-Mbounds"
         ;;
     ifort|*/ifort)



More information about the CIG-COMMITS mailing list