From d4beb914e2ce0c5ccaa9ab134163da55cc1b133f Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Tue, 13 Jan 2004 08:30:37 +0000 Subject: [PATCH] For ICC compiler in optimized mode use -vec_report0 for reducing output. git-svn-id: https://svn.dealii.org/trunk@8309 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 25e41604a5..dec62509bd 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -410,6 +410,12 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl CXXFLAGSO="$CXXFLAGSO -opt_report_levelmin" fi + dnl To avoid the annoying `LOOP WAS VECTORIZED' remarks use + dnl -vec_report0 for reducing output + if test "x$GXX_VERSION" = "xintel_icc8" ; then + CXXFLAGSO="$CXXFLAGSO -vec_report0 + fi + dnl We would really like to use -ansi -Xc, since that dnl is _very_ picky about standard C++, and is thus very efficient dnl in detecting slight standard violations, but these flags are -- 2.39.5