cmake: add KOKKOS_ARCH to summary

This commit is contained in:
Christoph Junghans
2018-06-27 13:25:56 -06:00
parent 868f5711a2
commit 9353569d30

View File

@ -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()