[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 (4e768ab)

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


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d/compare/68b5fcccb8b5cb2c8222855728112979b0eb7952...4e768ab831e2512de01986629f7f66a7f03d9f81

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

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

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


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

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

diff --git a/flags.guess b/flags.guess
index 3884d0b..1885949 100644
--- a/flags.guess
+++ b/flags.guess
@@ -72,7 +72,7 @@ case $my_FC in
         #
         # Portland PGI
         #
-        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
         ;;
     ifort|*/ifort)



More information about the CIG-COMMITS mailing list