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

How to include mkl_intel_thread.2.dll

AK-Busch
Beginner
3,083 Views

Hello,

 

I just switched from parallel composer to the oneAPI with combined with the MKL library.

 

If I want to use my algorithm now I can do this while using Visual Studio, but the .exe generated can not be executed solo because "mkl_intel_thread.2.dll" cannot be found. 

 

Can somebody tell me if I missed any necessary setting to include the redistributables for the mkl library into the .exe file ?

 

Thank You

0 Kudos
3 Replies
ShanmukhS_Intel
Moderator
3,059 Views


Hi,


Thank you for posting on Intel communities.


"mkl_intel_thread.2.dll" is available under path C:\Program Files (x86)\Intel\oneAPI\mkl\2022.1.0\redist\intel64.

Could you please make sure you have included the corresponding module under configuration properties (Properties page of the project file -> Linker-> Input -> Additional dependencies) of your project in Visual Studio?


Best Regards,

Shanmukh.SS


0 Kudos
ShanmukhS_Intel
Moderator
3,008 Views

Hi,


A gentle reminder:

As we haven't heard back from you for a while, could you please let us know if there is any update regarding the issue? Please get back to us if the issue still persists,


Best Regards,

Shanmukh.SS


0 Kudos
ShanmukhS_Intel
Moderator
2,973 Views

Hi,


We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel. 


Best Regards,

Shanmukh.SS


0 Kudos
Reply