Commit 24431bb
committed
Use OpenMPI instead of MPICH on Ubuntu in CI
The mpi4py/setup-mpi action applies a hotfix for a broken MPICH package
on Ubuntu 24.04 (Launchpad #2072338) by downloading a patch via curl.
This curl step intermittently fails with a connection reset, breaking
otherwise-unrelated CI runs. Switching to OpenMPI avoids the hotfix path
entirely and is consistent with the openmpi packages already installed
by the Linux system dependencies step.1 parent e0742a6 commit 24431bb
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
0 commit comments