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
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
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; }
{ 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