Use a single 1D FFT library as backend

Issue #14 resolved
Alan Ayala created an issue

For instance, only use cufft as backend. The following installation option currently fails:

cmake -DHeffte_ENABLE_FFTW=OFF -DHeffte_ENABLE_CUDA=ON ..

Comments (2)

  1. Miroslav Stoyanov
    • now we can use either-or fftw or cufft
    • note that turning fftw off will also disable the old interface

    I think we can close this. Alan, what do you think?

  2. Log in to comment