install FFTW with conda
applejwjcat opened this issue · 0 comments
applejwjcat commented
Hi
Did you try to use the FFTW library that is installed automatically from conda-forge when you install mpi4py-fft? That version is configured appropriately and should work. You do not need FFTW built with MPI.
Originally posted by @mikaem in #15 (comment)
Thanks, actually, I installed the FFTW library manually and copied it to the conda library, it may incompatible with the mpi4py-fft, I used your method, and it works well