Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5000 Discussions

Inspector XE Binary/Symbol files

Dylan_B_
Beginner
533 Views

Hi There,

I am currently trying to debug some code I have written using Inspector, and the errors I am getting are occurring within libiomp5.so, along with some of the mkl pardiso functions.

Inspector however cannot give me source code level debugging as it cannot find the debug symbols for these source files/libraries. I have tried to give the directories to the libraries to Inspector but it has not helped.

How can I link the debug symbols for the intel mkl functions along with libiomp5?

 

Thanks,

Dylan

0 Kudos
1 Reply
Peter_W_Intel
Employee
533 Views

I think that this is not the Inspector issue, since MKL calls libiomp5.so library and libiomp5.so had no debugging information. I don't know if you can get debug version of MKL & libiomp5.so - you may go MKL forum to ask.

0 Kudos
Reply