Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to distinguish between Pardiso and MKLPardiso #364

Closed
j-fu opened this issue Aug 13, 2023 · 2 comments
Closed

Allow to distinguish between Pardiso and MKLPardiso #364

j-fu opened this issue Aug 13, 2023 · 2 comments

Comments

@j-fu
Copy link
Contributor

j-fu commented Aug 13, 2023

Hi,

At the moment, in the Pardiso extension:

solver = if Pardiso.PARDISO_LOADED[]

it is not possible to distinguish between Pardiso and MKLPardiso
Since MKL Pardiso was forked off in the early 2000's these are now quite different codes. I think we need to be able to distinguish between them.

@ChrisRackauckas
Copy link
Member

Right now it uses Pardiso if Pardiso is installed and loaded, and MKLPardiso otherwise. The reason is because MKLPardiso automatically installs and Pardiso takes a whole crazy installation process, so if you went through all of those steps we assume you want to use it. But it would be very straightforward to add a boolean that allows someone which one to choose. Since it's just a high level branch we can just add mkl=nothing as a default kwarg in the PardisoJL type which chooses which one to load.

@j-fu
Copy link
Contributor Author

j-fu commented Jun 28, 2024

Solved with
#506

@j-fu j-fu closed this as completed Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants