Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

fatal error LNK 1104 can not open mkl cdft.core.lib

abdulkadir_n_
Beginner
1,259 Views

Dear all,

I am using parallel studio 2019.5.068 togetherr with mkl cluster in visual studio2015 community. I tried to run a fortran 90 program which employ : module.f90,  fftw3.f03, omp.lib.f90 files among others and a makefile but after building using visual studio I am getting the message fatal LNK1104 can not open mkl cdft.core.lib and when I checked the fft folder in MKL there was no mkl cdft.core.lib  but mkl .core.lib, mkl cdft.core dll.lib, and mkl .core dll.lib. Attached is the build log.

Thanks.

 

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
1,259 Views

>> LINK : fatal error LNK1104: cannot open file 'mkl_cdft_core.lib'

<< this lib available for intel64 bit only but not for ia32 ones. Please refer to the User Guide for windows: "Detailed Structure of the IA-32 Architecture Directories" 

0 Kudos
Reply