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

Abort PARDISO Solver

jjforest
Beginner
414 Views
Is there a way to abort PARDISO solver while the solution is in progress? Thanks.
0 Kudos
3 Replies
Gennady_F_Intel
Moderator
414 Views

There are no way to do that.
Only Ctrl+C. -:)
--Gennady

0 Kudos
crispybits
Beginner
414 Views
I would think you could run it in it's own thread from your application. Then kill the thread when you choose. Or even make it a seperate application and kill its process.

I'm using PARDISO in a thread in vb.net, and I don't think you can kill .net threads at all. But it should be OK in C++.



There are no way to do that.
Only Ctrl+C. -:)
--Gennady


0 Kudos
jjforest
Beginner
414 Views
This should be pretty easy to implement from the PARDISO side. You can call a function similar to MKL_PROGRESS() supplied by the client. Am I wrong on this?
0 Kudos
Reply