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

Fatal error:cannot open mkl_intel_c

benzandbuick
Beginner
460 Views
Hi,
Using .net2005+Intel Fortran compiler10.1.013+MKL10.0.1.015, running on Microsoft windows Server 2003 and Intel CPU with 8 cores.I was looking forward to callingDsysvx to calculate Ax=b. Unfortunately,the debugging exits with error #11035: Fatal error cannot open mkl_intel_c, I was not even trying to linkmkl_intel_c, but only libguide.lib,mkl_c.lib,mkl_core.lib,mkl_lapack.lib in the Resource Files of Solution Explorer
of .net2005.So the question is whether the MKL cannot support 8 cores CPU or something else is wrong?
Regards,Benzandbuick
0 Kudos
1 Solution
Gennady_F_Intel
Moderator
460 Views
Hi,
MKL supports 8 cores CPU. Please try to use the following linking line:
mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib
Gennady

View solution in original post

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
461 Views
Hi,
MKL supports 8 cores CPU. Please try to use the following linking line:
mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib
Gennady

0 Kudos
Reply