From 92f5523d7efd6966e7aff34090913ab85e0fdc47 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 15 Nov 2022 12:15:10 -0600 Subject: [PATCH] Print backends and architectures for Kokkos --- cmake/setup_write_config.cmake | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.39.5