summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-06-20 13:28:34 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-06-20 13:28:34 +0000
commit37f6f53e4c01e46235d68c84ac4f91632246be45 (patch)
tree61458a2fa6d6be4896eca3920a2549379009ebce
parent72b5c2375d6e6fbabafe3c1eccc12d5f0101ddd0 (diff)
Set F??FLAGS to output only diagnostic messages of error level 4 and higher.
Set F??_WARN_FLAGS to switch on output of all diagnostic messages. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2245 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/make/known-architectures/hiuxwe29
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/make/known-architectures/hiuxwe2 b/lib/make/known-architectures/hiuxwe2
index 594bb805..f5e717f4 100644
--- a/lib/make/known-architectures/hiuxwe2
+++ b/lib/make/known-architectures/hiuxwe2
@@ -6,7 +6,7 @@
# @desc Optimazations by Peter Diener
# Configuration file for the Hitachi SR8000-F1
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/hiuxwe2,v 1.4 2001-06-19 15:28:23 tradke Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/hiuxwe2,v 1.5 2001-06-20 13:28:34 tradke Exp $
# @@*/
if test "$CCTK_CONFIG_STAGE" = "preferred-compilers" ; then
@@ -31,8 +31,8 @@ if test "$CCTK_CONFIG_STAGE" = "preferred-compilers" ; then
else
- : ${F77FLAGS="-conti199 -uinline=2"}
- : ${F90FLAGS="-conti199 -uinline=2"}
+ : ${F77FLAGS="-conti199 -msg=w -uinline=2"}
+ : ${F90FLAGS="-conti199 -msg=w -uinline=2"}
if test "$LD" = "CC" ; then
F77FLAGS="$F77FLAGS -64"
F90FLAGS="$F90FLAGS -64"
@@ -41,6 +41,9 @@ else
: ${F77_OPTIMISE_FLAGS="-opt=ss -pvfunc=2 -noparallel -model=F1"}
: ${F90_OPTIMISE_FLAGS="-opt=ss -pvfunc=2 -noparallel -model=F1 -noscope"}
+ : ${F77_WARN_FLAGS="-fullmsg"}
+ : ${F90_WARN_FLAGS="-fullmsg"}
+
if test "$CC" = "cc" ; then
CFLAGS="$CFLAGS -64"
: ${C_OPTIMISE_FLAGS="-O4 -pvec -pvfunc -predicate -model=F1"}