Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

FFTW3 and VF11.067

ppthelion
Beginner
531 Views
What I use is professional MKL_11.1 with intel fortran compiler,and I download a new version of FFTW used for fortran from http://www.fftw.org/install/windows.html.After the instructions,I have found four files :libfftw3-3.lib,libfftw3l-3.lib,libfftw3f-3.lib,and also fftw3.h
.I copy the three lib file to ../mkl/i32/lib,and the h file to ../mkl/include. In my program ,I add a line---include 'fftw3'.But when I build it ,the compiler shows so many syntax error in fftw3.It seems that even it not recognize the C style!! what I should do . My program environment is
microsoft visual studo 2005 +intel fortran compiler 11.0.061.Thank you for your help!
0 Kudos
1 Reply
Yuan_C_Intel
Employee
531 Views
Quoting - ppthelion
What I use is professional MKL_11.1 with intel fortran compiler,and I download a new version of FFTW used for fortran from http://www.fftw.org/install/windows.html.After the instructions,I have found four files :libfftw3-3.lib,libfftw3l-3.lib,libfftw3f-3.lib,and also fftw3.h
.I copy the three lib file to ../mkl/i32/lib,and the h file to ../mkl/include. In my program ,I add a line---include 'fftw3'.But when I build it ,the compiler shows so many syntax error in fftw3.It seems that even it not recognize the C style!! what I should do . My program environment is
microsoft visual studo 2005 +intel fortran compiler 11.0.061.Thank you for your help!

Hi,
Idon't find the fortran version FFTW from the link you provide, seems only C available. To call it in fortran program,you need follow the instruction in the page toenable fortran-capable wrapperto make it interoperative with Intel fortran.
0 Kudos
Reply