]> https://gitweb.dealii.org/ - dealii.git/commitdiff
For ICC compiler in optimized mode use -vec_report0 for reducing output.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 13 Jan 2004 08:30:37 +0000 (08:30 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 13 Jan 2004 08:30:37 +0000 (08:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@8309 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 25e41604a5cf8aeeb7139f0eea40e1a1e72a3a06..dec62509bdb7cfd2fd9168e8d488c38e4f912d39 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.