Unable to Load mkl_intel_thread.dll

  • Thread starter Thread starter Craig6213
  • Start date Start date
C

Craig6213

Guest
I'm using the latest release of the Visual Studio 2019 Community Edition. I'm building a console application that uses the Intel Math Kernel Library to do linear algebra calculations. I successfully used them in the past but have not used them recently.

The application builds successfully but at execution time it fails with the message UNABLE TO LOAD mkl_intel_thread.dll. I had specified mkl_intel_thread.lib as an additional dependency along with its path so I was surprised that the application was trying to use the dll.

I copied the dll into my Release and Debug folders and still received the same message. I also upgraded by Math Kernel Library installation to the latest 2020 edition and still had the same problem.

Can you help?

Regards

Craig

Continue reading...
 
Back
Top