Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
6733 Discussions

Debugging oneAPI mkl with missing a .dll

acamel
Beginner
442 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
421 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.

 

 

 

acamel
Beginner
406 Views

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

acamel
Beginner
404 Views

It worked for me.

Thanks for your solution.

MRajesh_intel
Moderator
380 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.

 

Reply