From: Timo Heister Date: Mon, 29 Jul 2024 20:47:54 +0000 (-0400) Subject: kokkos: print version to detailed.log X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=053cf7099ffcfb37886b762bc359b6bfb54fe5a4;p=dealii.git kokkos: print version to detailed.log --- diff --git a/cmake/setup_write_config.cmake b/cmake/setup_write_config.cmake index 54a4f6959c..0526bc7dac 100644 --- a/cmake/setup_write_config.cmake +++ b/cmake/setup_write_config.cmake @@ -197,6 +197,7 @@ foreach(_feature ${_deal_ii_features_sorted}) endif() if(_feature MATCHES "KOKKOS") + _detailed("# KOKKOS_VERSION = ${Kokkos_VERSION}\n") _detailed("# KOKKOS_BACKENDS = ${Kokkos_DEVICES}\n") _detailed("# KOKKOS_ARCHITECTURES = ${Kokkos_ARCH}\n") endif()