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

Linux 32 debugging MKL 10.0.3.021 - break on XERBLA

AndrewC
New Contributor III
244 Views
I am trying to debug a problem on Linux 32.
I am getting this output
MKL ERROR : Parameter 4 was incorrect on entry to DLASCL

I thought that I could break on XERBLA in gdb to find out what the stack is at this point, but this does not seem to work ( I tried both xerbla and XERBLA). I can break at DLASCL without any problems but DLASCL is called thousands of times.
How do I get the code to break at this error?

0 Kudos
1 Reply
TimP
Honored Contributor III
244 Views
How about xerbla_ or some likely symbol shown by nm (assuming you made a static link)?
0 Kudos
Reply