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

Crash in dgesv, MKL 10.0.1 on MS Windows

davidjward301
Beginner
590 Views
Hello,

We've recently upgraded to MKL 10 and found that dgesv is crashing on the most simple cases. The kernel being used is p4m.We are linking dynamically with VS 2005. MS Windows. In debug mode, heap corruption is being detected.

The same code has ran fine on versions 6,7,8,9.

Is this a known issue? If not, i'll try to isolate the code.

thanks.

David.
0 Kudos
4 Replies
davidjward301
Beginner
590 Views
Sorry, i didn't explain very well. The crash is on application exit, not in dgesv itself.
0 Kudos
davidjward301
Beginner
590 Views
Matrix size has to be >=16. presumably a branch point in MKL. Anything less than 16 is fine.
0 Kudos
Michael_C_Intel4
Employee
590 Views

Hello, David.

It occured due to some memory issue inside MKL. The issue has been fixed in Update3 that is coming soon.

Michael.

0 Kudos
Todd_R_Intel
Employee
590 Views
Update 3 is now available! See the announcement.
-Todd
0 Kudos
Reply