I've got an answer from Intel forum. The syntax on the command line is:
ifort /Qfpp /Qlowercase /us real_1d_double_ex2.f mkl_fftw_examples_support.f libfftw3-3.lib
This is a discussion on How to install FFTW library for Fortran on Windows? - Fortran ; Hello everybody, Can anyone help me to install the FFTW library on Windows to use it with fortran. I can use either Visual studio or ifort on command line to compile and link my project. Where should I put the ...
Hello everybody,
Can anyone help me to install the FFTW library on Windows to use it with fortran. I can use either Visual studio or ifort on command line to compile and link my project. Where should I put the libraries (DLL, LIB, etc.)? How Can I call these subroutines in my Fortran program?
They say on their website that it is straightforward but I have not been able to make it work . Thanks.
I've got an answer from Intel forum. The syntax on the command line is:
ifort /Qfpp /Qlowercase /us real_1d_double_ex2.f mkl_fftw_examples_support.f libfftw3-3.lib