[cig-commits] [commit] devel: 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
Tue Sep 23 13:33:29 PDT 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d_globe/compare/7a3a2bcb5a2acf833622bd32b4f9a49f77e886ca...afaf5b7e4094e0ae3587e828e02cc4b476d8b59b

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

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