Skip to content

Commit 0968c10

Browse files
Sebastien Loiselclaude
andcommitted
Fix CI: configure MPICH_jll to avoid MUMPS hang with MPItrampoline
MPItrampoline_jll (the default) causes MUMPS to hang during the solve phase on Linux. MPICH_jll works correctly. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a5c78c5 commit 0968c10

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ jobs:
3333

3434
- uses: julia-actions/cache@v2
3535

36+
- name: Configure MPI
37+
run: |
38+
julia --project=. -e '
39+
using Pkg
40+
Pkg.add("MPIPreferences")
41+
using MPIPreferences
42+
MPIPreferences.use_jll_binary("MPICH_jll")
43+
'
44+
3645
- name: Build package
3746
uses: julia-actions/julia-buildpkg@v1
3847

0 commit comments

Comments
 (0)