diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 1e7b220772..5f665e2945 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -953,6 +953,9 @@ if(PKG_GPU) endif() message(STATUS "GPU Precision: ${GPU_PREC}") endif() +if(PKG_KOKKOS) + message(STATUS "Kokkos Arch: ${KOKKOS_ARCH}") +endif() if(PKG_KSPACE) message(STATUS "Using ${FFT} as FFT") endif()