S4
S4 copied to clipboard
FFTW3 is not used even when specified
Even if FFTW3_LIB is specified in the Makefile, it is not used. This line in the Makefile defines HAVE_FFTW3, but the source code checks for HAVE_LIBFFTW3.
Thanks. Several Makefile bugs will be fixed this weekend, along with documentation updates.
On Wed, Jul 29, 2015 at 11:01 AM, Steven G. Johnson < [email protected]> wrote:
Even if FFTW3_LIB is specified in the Makefile, it is not used. This line https://github.com/victorliu/S4/blob/bb6038db8cb7bb84a945ced539a09bb7c30a1047/Makefile#L73 in the Makefile defines HAVE_FFTW3, but the source code checks https://github.com/victorliu/S4/blob/bb6038db8cb7bb84a945ced539a09bb7c30a1047/S4/fmm/fft_iface.cpp#L23 for HAVE_LIBFFTW3.
— Reply to this email directly or view it on GitHub https://github.com/victorliu/S4/issues/23.