[cig-commits] [commit] pluggable: fixed a small bug I had introduced in flags.guess: one line had been removed for NEC SX (5553c0d)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 08:54:21 PDT 2014


Repository : ssh://geoshell/specfem3d_globe

On branch  : pluggable
Link       : https://github.com/geodynamics/specfem3d_globe/compare/64e1b38f0c5ebb4056cce0b15d41c0b9f94ab6e5...099a4d330d5b173b21e51ad441f9f429e5d37842

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

commit 5553c0dd8a8aac17e99cd0195106bde74761c1ec
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Fri Oct 24 22:12:25 2008 +0000

    fixed a small bug I had introduced in flags.guess: one line had been removed for NEC SX


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

5553c0dd8a8aac17e99cd0195106bde74761c1ec
 flags.guess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flags.guess b/flags.guess
index 6f36dde..28e7ac6 100644
--- a/flags.guess
+++ b/flags.guess
@@ -88,6 +88,7 @@ case $FC in
                     FLAGS_NO_CHECK="-ansi -u -64 -O3 -OPT:Olimit=0 -OPT:roundoff=3 -OPT:IEEE_arithmetic=3 -r10000 -mips4"
                 fi
                 ;;
+            SX-*:SUPER-UX | ES:ESOS)
                 ################## NEC SX ##################
                 if test x"$MPIFC" = x; then
                     MPIFC=$FC



More information about the CIG-COMMITS mailing list