ippl icon indicating copy to clipboard operation
ippl copied to clipboard

check FFT in cmake

Open mohsensadr opened this issue 8 months ago • 0 comments

Currently, it is assumed that only one of

  • Heffte_ENABLE_FFTW
  • Heffte_ENABLE_MKL
  • Heffte_ENABLE_CUDA and KOKKOS_ENABLE_CUDA
  • KOKKOS_ENABLE_HIP and Heffte_ENABLE_ROCM
  • None of KOKKOS_ENABLE_CUDA, Heffte_ENABLE_MKL, Heffte_ENABLE_FFTW, Heffte_ENABLE_ROCM

is true. If the user (by accident) sets flags such that more than one of these conditions are true, what should be the expected/intended behavior?

mohsensadr avatar Apr 27 '25 20:04 mohsensadr