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

Add solver MUMPS using KKT interface as new backend. #86

Open
freemin7 opened this issue Mar 1, 2021 · 1 comment
Open

Add solver MUMPS using KKT interface as new backend. #86

freemin7 opened this issue Mar 1, 2021 · 1 comment

Comments

@freemin7
Copy link

freemin7 commented Mar 1, 2021

MUMPS is a solver for problems that don't fit in the RAM of a single machine. Website

There exist several MUMPS backends in Julia

So research is required which one to pick.
MUMPS requires a license which should be easily available.

@mtanneau
Copy link
Member

mtanneau commented Mar 1, 2021

You don't need to procure a license if you use MUMPS_jll (which I would recommend).

For pointers: https://github.com/sshin23/MadNLP.jl/tree/master/src/LinearSolvers
They have an interface for MUMPS, similar to what would be needed here.

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