[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 (e9ad782)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Sep 23 13:23:41 PDT 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem2d/compare/decef0557bbc5bf3e1e68a539917e3aecd533b90...e9ad78298d741d835fbcc6cf11a28b174446e6ed

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

commit e9ad78298d741d835fbcc6cf11a28b174446e6ed
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Tue Sep 23 22:15:12 2014 +0200

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


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

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

diff --git a/flags.guess b/flags.guess
index 7f85446..d8b3723 100644
--- a/flags.guess
+++ b/flags.guess
@@ -27,7 +27,7 @@ case $FC in
         # Portland PGI
         #
         if test x"$DEF_FFLAGS" = x; then
-            DEF_FFLAGS="-Mdclchk -Minform=warn -mcmodel=medium -Mnobounds -fast -Mipa=fast,inline -mcmodel=medium"
+            DEF_FFLAGS="-Mdclchk -Minform=warn -mcmodel=medium -Mnobounds -fast -mcmodel=medium"
         # -Mbounds
         fi
         ;;



More information about the CIG-COMMITS mailing list