From: Daniel Arndt Date: Tue, 15 Nov 2022 18:15:10 +0000 (-0600) Subject: Print backends and architectures for Kokkos X-Git-Tag: v9.5.0-rc1~839^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14424%2Fhead;p=dealii.git Print backends and architectures for Kokkos --- diff --git a/cmake/setup_write_config.cmake b/cmake/setup_write_config.cmake index 979cbb031e..92bd5cae11 100644 --- a/cmake/setup_write_config.cmake +++ b/cmake/setup_write_config.cmake @@ -225,6 +225,10 @@ FOREACH(_feature ${_deal_ii_features_sorted}) _detailed("# TBB_VERSION = ${TBB_VERSION}\n") ENDIF() + IF(_feature MATCHES "KOKKOS") + _detailed("# KOKKOS_BACKENDS = ${Kokkos_DEVICES}\n") + _detailed("# KOKKOS_ARCHITECTURES = ${Kokkos_ARCH}\n") + ENDIF() # # Print out ${_feature}_DIR: