S4 icon indicating copy to clipboard operation
S4 copied to clipboard

FFTW3 is not used even when specified

Open stevengj opened this issue 10 years ago • 1 comments

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.

stevengj avatar Jul 29 '15 18:07 stevengj

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.

victorliu avatar Jul 31 '15 02:07 victorliu