Tulip.jl icon indicating copy to clipboard operation
Tulip.jl copied to clipboard

Add solver MUMPS using KKT interface as new backend.

Open freemin7 opened this issue 4 years ago • 1 comments

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.

freemin7 avatar Mar 01 '21 21:03 freemin7

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.

mtanneau avatar Mar 01 '21 22:03 mtanneau