-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I have been trying to compile PFFT with the MKL version of FFTW, which is supposed to be optimised instead of FFTW3 compiled by me. The compilation fails with
"""
checking for fftw_mpi_init in -lfftw3_mpi... no
configure: error: You do not seem to have the MPI part of the FFTW-3.3 library installed.
"""
I tried to tweak the configure script to change the library name (configure line 18201)
fftw3_mpi_LIBS="-lmkl_core -lmkl_intel_lp64 -lmkl_sequential -lpthread -lm"
but this didn't work.
Is there something I should do I'm not doing?
Metadata
Metadata
Assignees
Labels
No labels