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

Intel MKL & Matlab Libraries

dast
Beginner
616 Views

Hi, hope someone could help me with following problem:

I have a simple console application where I use the Matlab libraries "libmx.lib", "libmex.lib" and "libmat.lib". Now I want to use some CBLAS functions from the Intel MKL. I link the libraries "mkl_intel_c.lib", "mkl_core.lib", "mkl_intel_thread.lib" and libguide.lib" to my project. Compile and link works fine.

BUT, when I start the application I got the following error (before any line of my program runs):

[cpp]First-chance exception at 0xbaadf00d in cnn.exe: 0xC0000005: Access violation reading location 0xbaadf00d.
First-chance exception at 0x7c97478e in cnn.exe: 0xC0000005: Access violation.
Unhandled exception at 0x7c97478e in cnn.exe: 0xC0000005: Access violation.[/cpp]

Seems to be a conflict with the libs?!

PS: I am using VS2005, Matlab R2008b and Intel MKL 10.1.

Thanks and regards, Daniel.

0 Kudos
1 Reply
dast
Beginner
616 Views
Quoting - dast

Hi, hope someone could help me with following problem:

I have a simple console application where I use the Matlab libraries "libmx.lib", "libmex.lib" and "libmat.lib". Now I want to use some CBLAS functions from the Intel MKL. I link the libraries "mkl_intel_c.lib", "mkl_core.lib", "mkl_intel_thread.lib" and libguide.lib" to my project. Compile and link works fine.

BUT, when I start the application I got the following error (before any line of my program runs):

[cpp]First-chance exception at 0xbaadf00d in cnn.exe: 0xC0000005: Access violation reading location 0xbaadf00d.
First-chance exception at 0x7c97478e in cnn.exe: 0xC0000005: Access violation.
Unhandled exception at 0x7c97478e in cnn.exe: 0xC0000005: Access violation.[/cpp]

Seems to be a conflict with the libs?!

PS: I am using VS2005, Matlab R2008b and Intel MKL 10.1.

Thanks and regards, Daniel.

Seems to be a conflict between Matlab R2008b and Intel MKL (and also AMD CML), with Matlab R2007b it works fine.

0 Kudos
Reply