update KOKKOS FFT status message in CMake summary

This commit is contained in:
Axel Kohlmeyer 2020-01-22 17:08:58 -05:00
parent 53554fdb84
commit c126df4f79
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 7 additions and 1 deletions

View File

@ -745,6 +745,12 @@ if(PKG_KSPACE)
message(STATUS "Using non-threaded FFTs")
endif()
if(PKG_KOKKOS AND KOKKOS_ENABLE_CUDA)
message(STATUS "Kokkos FFT: cuFFT")
if (${FFT} STREQUAL "KISS")
message(STATUS "Kokkos FFT: KISS")
else()
message(STATUS "Kokkos FFT: cuFFT")
endif()
else()
message(STATUS "Kokkos FFT: ${FFT}")
endif()
endif()