Add MUMPS as linear solver option to mplinsolve()

Open
#2 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
30/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
matlab
Domain
backend

Research direction

Start by locating mplinsolve() and the mplinsol solver-option handling. Read the MUMPS MATLAB/Octave interface documentation and compare its behavior with the existing PARDISO option. Done means MUMPS is available as a solver option and benchmarking shows how it performs for large systems.

Written by the indexing model from the issue text.

Description

enhancement

Moved here from MATPOWER/matpower#108 by @rwl ...

MUMPS might be a good candidate for a new linear solver option in mplinsol. Benchmarking would be required, but its support for parallelism may make it a good alternative to PARDISO when solving large systems, but without the license restrictions.

It includes a MATLAB/Octave interface. While this doesn't work with MPI-based distributed memory parallelism, it does support shared memory, multithreaded parallelism through OpenMP and multithreaded BLAS implementations.

Dominant language
MATLAB
Stars
15
Forks
4
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from MATPOWER/mips

All issues in MATPOWER/mips

Similar issues

More MATLAB issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.