Skip to content

Commit

Permalink
kokkos: print version to detailed.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Jul 29, 2024
1 parent 19b0133 commit 053cf70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/setup_write_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 053cf70

Please sign in to comment.