- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a way to abort PARDISO solver while the solution is in progress? Thanks.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are no way to do that.
Only Ctrl+C. -:)
--Gennady
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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++.
Quoting - Gennady Fedorov (Intel)
There are no way to do that.
Only Ctrl+C. -:)
--Gennady
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page