Skip to content

Commit d89cd19

Browse files
committed
Candidate fix for MPI hang CI job
1 parent 5afa5bd commit d89cd19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ jobs:
128128
with-solver: strumpack
129129
- arch: arm
130130
compiler: clang
131-
mpi: mpich
131+
mpi: openmpi
132132
math-libs: armpl
133133
build-shared: shared
134134
with-64bit-int: int32
135-
with-openmp: serial # openmp -- mumps 5.8.0 introduces hang possibility
135+
with-openmp: openmp
136136
with-eigensolver: arpack
137137
with-solver: mumps
138138
- arch: arm

0 commit comments

Comments
 (0)