Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

use MKL_DFTI

Bo_Q_
Beginner
457 Views

Hi,

I am having some problem in using the FFT routines within intel parallel studio 2013. I have read the following thread:

https://software.intel.com/en-us/forums/topic/296125

I copied mkl_dfti.f90 to my project directory and used "ifort -c mkl_dfti.f90" to compile the source code. The compilation generated two mod files. Up to this point, everything worked fine. But when I try to compile my code which calls FFT routines, there are errors saying:

Error    1     error #6284: There is no matching specific function for this generic function reference.   [DFTICREATEDESCRIPTOR]    C:\Users\m066760\Dropbox\fortran test\doFFT\doFFT\DOFFT.for    31 

Could anyone shine some light on me? Thanks!

The source code for the project is attached.

Bo

 

 

0 Kudos
2 Replies
mecej4
Honored Contributor III
457 Views

I do not see any error messages when I build the application using IFort 14.0.2. If I had a valid file called INPUT.TXT, I suppose the program would run, as well.

Please let us know the compiler and MKL version numbers, target architecture and OS version.

0 Kudos
Bo_Q_
Beginner
457 Views

Thanks. I missed adding some lib files. Now it works.

0 Kudos
Reply