forked from lijiext/lammps
update KOKKOS FFT status message in CMake summary
This commit is contained in:
parent
53554fdb84
commit
c126df4f79
|
@ -745,6 +745,12 @@ if(PKG_KSPACE)
|
||||||
message(STATUS "Using non-threaded FFTs")
|
message(STATUS "Using non-threaded FFTs")
|
||||||
endif()
|
endif()
|
||||||
if(PKG_KOKKOS AND KOKKOS_ENABLE_CUDA)
|
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()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue