]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Detect icc11.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 15 Apr 2009 13:58:10 +0000 (13:58 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 15 Apr 2009 13:58:10 +0000 (13:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@18615 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure

index ee17ade4cc01a9a1d1cfa20d3c973ec5df8c811b..fe88c509869fdeaaa7f5f05bad1421c4109002da 100644 (file)
@@ -321,6 +321,7 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl
          version8="`echo $version_string | grep 'Version 8'`"
          version9="`echo $version_string | grep 'Version 9'`"
          version10="`echo $version_string | grep 'Version 10'`"
+         version11="`echo $version_string | grep 'Version 11'`"
           if test "x$version5" != "x" ; then
             AC_MSG_RESULT(C++ compiler is icc-5)
             GXX_VERSION=intel_icc5
@@ -339,10 +340,13 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl
           else if test "x$version10" != "x" ; then
             AC_MSG_RESULT(C++ compiler is icc-10)
             GXX_VERSION=intel_icc10
+          else if test "x$version11" != "x" ; then
+            AC_MSG_RESULT(C++ compiler is icc-11)
+            GXX_VERSION=intel_icc11
           else
             AC_MSG_RESULT(C++ compiler is icc)
             GXX_VERSION=intel_icc
-          fi fi fi fi fi fi
+          fi fi fi fi fi fi fi
           GXX_VERSION_DETAILED="$GXX_VERSION"
         else
   
index 6ef607dc0c8f425a91105647490c424a575a5863..8410f3c5b117feae473dd88aaa1f097e64127f10 100755 (executable)
@@ -3741,6 +3741,7 @@ echo "${ECHO_T}C++ compiler is unknown version but accepted MIPSpro compiler ver
          version8="`echo $version_string | grep 'Version 8'`"
          version9="`echo $version_string | grep 'Version 9'`"
          version10="`echo $version_string | grep 'Version 10'`"
+         version11="`echo $version_string | grep 'Version 11'`"
           if test "x$version5" != "x" ; then
             { echo "$as_me:$LINENO: result: C++ compiler is icc-5" >&5
 echo "${ECHO_T}C++ compiler is icc-5" >&6; }
@@ -3765,11 +3766,15 @@ echo "${ECHO_T}C++ compiler is icc-9" >&6; }
             { echo "$as_me:$LINENO: result: C++ compiler is icc-10" >&5
 echo "${ECHO_T}C++ compiler is icc-10" >&6; }
             GXX_VERSION=intel_icc10
+          else if test "x$version11" != "x" ; then
+            { echo "$as_me:$LINENO: result: C++ compiler is icc-11" >&5
+echo "${ECHO_T}C++ compiler is icc-11" >&6; }
+            GXX_VERSION=intel_icc11
           else
             { echo "$as_me:$LINENO: result: C++ compiler is icc" >&5
 echo "${ECHO_T}C++ compiler is icc" >&6; }
             GXX_VERSION=intel_icc
-          fi fi fi fi fi fi
+          fi fi fi fi fi fi fi
           GXX_VERSION_DETAILED="$GXX_VERSION"
         else
 

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.