]> https://gitweb.dealii.org/ - dealii.git/commitdiff
blacklist intel 16.0.1 2246/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 25 Feb 2016 17:29:55 +0000 (12:29 -0500)
committerTimo Heister <timo.heister@gmail.com>
Fri, 26 Feb 2016 16:07:56 +0000 (11:07 -0500)
cmake/checks/check_03_compiler_bugs.cmake

index 2971336755f363979f1ba30cedab8c5a5ff841a1..fa88b646d5443af347b1103e1b409ffe6bc4f834 100644 (file)
@@ -434,3 +434,11 @@ IF(DEAL_II_WITH_CXX11)
   RESET_CMAKE_REQUIRED()
 ENDIF()
 
+#
+# Intel 16.0.1 produces wrong code that creates a race condition in
+# tests/fe/curl_curl_01.debug but 16.0.2 is known to work. Blacklist this
+# version. Also see github.com/dealii/dealii/issues/2203
+#
+IF(CMAKE_CXX_COMPILER_ID MATCHES "Intel" AND CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL "16.0.1" )
+  MESSAGE(FATAL_ERROR "Intel compiler version 16.0.1 is not supported, please update to 16.0.2 or newer!")
+ENDIF()

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.