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

MKL PARDISO pivot function fault

YC_H_
Beginner
365 Views

HI all,

I tried to implement mkl_pardiso_pivot() in my program.

Sometime, it will cause a segmentation fault in a function in mkl_intel_thread.so.

Does anyone experience the same situation?

 

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
365 Views

This is an unknown problem for the current ( 11.2.1 ) version of MKL.  What version are you using? Can you give the example?

0 Kudos
YC_H_
Beginner
365 Views

Hi,

I encountered this problem since 11.2.0.

Sometime it works fine.

I used debugger to trace down this problem and found that It crashed in opm_xxx functions in mkl_intel_thread.so.

At first, I thought it's my problem to misuse the threading but I didn't do anything about it.

Hope that there is an explanation and resolution about it.

Thanks!

 

0 Kudos
Reply