- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. I missed adding some lib files. Now it works.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page