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

Unhandled exception at 0x011BB3FA (mkl_core.dll)

Eduardo_A_1
Beginner
513 Views

Hello World!

I have installed Intel Parallel Studio XE 2017. I'm having some problems with MKL, when I compile the code in c++ using Visual Studio 2013 I get the following error:

Unhandled exception at 0x0162B3FA (mkl_core.dll) in ConsoleApplication2.exe: 0xC0000005: Access violation writing location 0xEB36BCAC.

And I have no idea how to fix it, I have tryed many different combinations of linking paths for the compiler and I have read the manual, but still no help.

Could anyone provide any support or mention if you have this problem as well?

Thank you,

Eduardo Alves.

 

0 Kudos
1 Reply
Ying_H_Intel
Employee
513 Views

Hi Eduardo,

Here is one KB include some general information: https://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-compiling-and-linking-with-microsoft-visual-cc/

We may need to know the details, like what MKL library are you link, 32bit or 64bit application etc.

if possible, could you provide the test project to us, so we can see what and how you link MKL?  ( if it is private you can send us the private message or submit by https://supporttickets.intel.com/

Best Regard,

Ying

0 Kudos
Reply