KOKKOS_ARCH output is always empty, so no need to print it

This commit is contained in:
Axel Kohlmeyer
2022-10-14 16:16:08 -04:00
parent 6087217bd9
commit c206cbf6d1

View File

@ -976,9 +976,6 @@ 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 "<<< FFT settings >>>
-- Primary FFT lib: ${FFT}")