Skip to content

Commit

Permalink
Remove mpi4py setup in parallel CI jobs
Browse files Browse the repository at this point in the history
Don't think it should cause a problem, but is unneeded now that we use
OpenMPI from the Julia package manager for the CI jobs, and maybe there
is some conflict that is causing intermittent failures in the parallel
tests.
  • Loading branch information
johnomotani committed Sep 18, 2024
1 parent ca999e9 commit eb5e18a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/debug_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: mpi4py/setup-mpi@v1
with:
mpi: 'openmpi'
- uses: julia-actions/setup-julia@latest
with:
version: '1.10'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/parallel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: mpi4py/setup-mpi@v1
with:
mpi: 'openmpi'
- uses: julia-actions/setup-julia@latest
with:
version: '1.10'
Expand Down Expand Up @@ -47,9 +44,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: mpi4py/setup-mpi@v1
with:
mpi: 'openmpi'
- uses: julia-actions/setup-julia@latest
with:
version: '1.10'
Expand Down

0 comments on commit eb5e18a

Please sign in to comment.