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

Debugging oneAPI mkl with missing a .dll

acamel
Beginner
685 Views

Currently, i have successfully integrated the 2021.2 MKL into the visual studio professional 2019.

Then i run my application.However my application crashed with a problem as follows:

acamel_0-1620309228998.png

No symbol file loaded for mkl_intel_thread.1.dll

I tried my best to search the answer online. There is question posted several days before. It mentioned that it may be related to the Debugging Environment.But i have checked the setting.

acamel_1-1620309403162.png

Plus i find the missing .dll in this path

acamel_2-1620309468152.png

I am desperately asking for help why i still get this error.......

i tried old-edition mkl before, and it worked well for me.

0 Kudos
4 Replies
MRajesh_intel
Moderator
664 Views

Hi,

 

Can you please share the Visual Studio version and try setting the environment details to:

 

PATH=C:\Program Files (x86)\Intel\oneAPI\compiler\2021.2.0\windows\redist\ia32_win\compiler;C:\Program Files (x86)\Intel\oneAPI\mkl\2021.2.0\redist\ia32;%PATH%

 

 

Let us know if you face any issues.

 

Regards

Rajesh.

 

 

 

0 Kudos
acamel
Beginner
649 Views

Thanks for your reply, i am using The visual studio 2019 professional.

0 Kudos
acamel
Beginner
647 Views

It worked for me.

Thanks for your solution.

0 Kudos
MRajesh_intel
Moderator
623 Views

Hi,

 

Thanks for the confirmation!

As this issue has been resolved, we will no longer respond to this thread. If you require any additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.

Have a Good day.

 

Regards

Rajesh.

 

0 Kudos
Reply