]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Kokkos: call find_package() without QUIET 18326/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 3 Apr 2025 01:07:48 +0000 (21:07 -0400)
committerTimo Heister <timo.heister@gmail.com>
Thu, 3 Apr 2025 01:07:48 +0000 (21:07 -0400)
Getting Kokkos with device support find_package() to succeed is somewhat
tricky and nearly impossible if you remove all output. We typically find
all packages with QUIET but I think it is acceptable to not do this for
Kokkos.

cmake/modules/FindDEAL_II_KOKKOS.cmake

index 348eda5ca66240e5580cedbca2eb5ac35dc98bb6..54481d211d64f487ed71992314369635f15a985a 100644 (file)
@@ -83,7 +83,7 @@ endif()
 # Find the Kokkos CMake configuration:
 #
 
-find_package(Kokkos ${KOKKOS_MINIMUM_REQUIRED_VERSION} QUIET HINTS ${KOKKOS_DIR})
+find_package(Kokkos ${KOKKOS_MINIMUM_REQUIRED_VERSION} HINTS ${KOKKOS_DIR})
 
 if (DEAL_II_WITH_TRILINOS AND TRILINOS_VERSION VERSION_LESS 14
     AND DEAL_II_TRILINOS_WITH_KOKKOS)

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.