From: Ralf Hartmann Date: Tue, 13 Jan 2004 08:30:37 +0000 (+0000) Subject: For ICC compiler in optimized mode use -vec_report0 for reducing output. X-Git-Tag: v8.0.0~15921 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4beb914e2ce0c5ccaa9ab134163da55cc1b133f;p=dealii.git 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 --- 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