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 MPI communicator option to the MUMPS solver interface #790

Open
wants to merge 1 commit into
base: stable/3.14
Choose a base branch
from

Conversation

chapman39
Copy link

This PR adds an MPI communicator option to the MUMPS solver interface. The motivation for this came from wanting to use MUMPS with MPI_COMM_SELF.

The project that I'm working on, internal to LLNL, runs in parallel, but runs MUMPS serially. In order to achieve this, we configure MUMPS with MPI, but set --disable-mpiinit as described here under "MUMPS Linear Solver".

We use Spack to install our third party libraries, including Ipopt and MUMPS. This means we are not using the recommended ThirdParty-Mumps. Figured I would share for awareness (our package.py is slightly different): https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/ipopt/package.py.

Before the changes in this PR, our tests were hanging when run with multiple MPI tasks.

@CLAassistant
Copy link

CLAassistant commented Sep 16, 2024

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

2 participants