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

[WIP] Use MUMPS.jl to solve LU decomposition in parallel #311

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

jwscook
Copy link

@jwscook jwscook commented Jan 23, 2025

This is similar to PR #307 where MPIQR is swapped for MUMPS. MUMPS is much faster because it is both parallel and leverages the sparsity of the problem.

This PR has the minimum changes required to get one example going. From moment_kinetics/moment_kinetics run:

mpiexec.mpich -np 8 --bind-to core julia -t 1 --project=. ../run_moment_kinetics.jl ../examples/kinetic-electrons/wall-bc_recyclefraction0.5_split3_kinetic-coarse_tails-KennedyCarpenterARK324-time-evolving-ge-wall-Jac.toml  wall-bc_recyclefraction0.5_split3_boltzmann-coarse_tails.dfns.h5

Annoyingly, MUMPS is verbose despite the docs saying that it's default to silence.

@jwscook jwscook changed the title Use MUMPS.jl to solve LU decomposition in parallel [WIP] Use MUMPS.jl to solve LU decomposition in parallel Jan 23, 2025
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.

1 participant