]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Improve a cmake variable doc string. 17823/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 31 Oct 2024 23:02:23 +0000 (17:02 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 1 Nov 2024 19:01:10 +0000 (13:01 -0600)
cmake/setup_cached_variables.cmake

index 788e68a826f35d3f3a3408b7c23e43c09d85759b..b3fc8b9e5dbc266ed7309a9904c09f0500804884 100644 (file)
@@ -154,7 +154,7 @@ set(CMAKE_CONFIGURATION_TYPES "${CMAKE_BUILD_TYPE}")
 #
 
 option(DEAL_II_ALLOW_PLATFORM_INTROSPECTION
-  "Allow platform introspection for CPU command sets, SSE and AVX"
+  "Allow platform introspection, i.e., allow the compiler to query the CPU instruction set available on the current machine (e.g., whether the CPU supports the SSE or AVX vector instructions) and to compile for that instruction set. This generally results in faster code, but code that may not run on other machines (including, for example, machines that may use the same file system on which you are working, but have an older CPU architecture)."
   ON
   )
 mark_as_advanced(DEAL_II_ALLOW_PLATFORM_INTROSPECTION)

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.