CaNS-World / CaNS

A code for fast, massively-parallel direct numerical simulations (DNS) of canonical flows
MIT License
197 stars 71 forks source link

FFTW3 fortran #6

Closed nyue closed 6 years ago

nyue commented 6 years ago

Hi,

Is there a specific version of FFTW3 I should use ?

I obtained the latest but when I build it, it seems the fortran bindings are missing when I link it to CaNS

Cheers

p-costa commented 6 years ago

Hi,

The latest version should work, if the libraries are installed where expected. How did you install it and in which OS?

nyue commented 6 years ago

My bad. I was trying to link/use the FFTW3 I build myself.

I switch to using the FFTW3 and Lapack shipped with CentOS 7 and it links with no issue.

Cheers