Skip to content

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

Open
jwscook wants to merge 18 commits into
KineticsforTransport:masterfrom
jwscook:jc/mumps
Open

[WIP] Use MUMPS.jl to solve LU decomposition in parallel#311
jwscook wants to merge 18 commits into
KineticsforTransport:masterfrom
jwscook:jc/mumps

Conversation

@jwscook

@jwscook jwscook commented Jan 23, 2025

Copy link
Copy Markdown

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