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

Issue in calling FFT function dzfft1d

j_yushell_com
Beginner
235 Views

My fortran program has a MKL call to FFT function dzfft1d that used to be in MKL 7.2. Now I upgraded my fortran compiler to Intel Fortran Compiler 10.1 and MKL to version 10.0. However, I got a compiling error as shown below:

error LNK2019: unresolved external symbol _DZFFT1D referenced in function

Please advise me how to address this issue. Is DZFFT1D function still available in MKL 10.0? Otherwise, what is the equivalent one?

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
235 Views

This question was discussed in

http://software.intel.com/en-us/forums/showthread.php?t=61736

thread.

--Gennady

0 Kudos
Reply