Skip to content

Commit

Permalink
[CI] Use MPITrampoline with Intel oneAPI MPI
Browse files Browse the repository at this point in the history
Intel MPI is currently broken, better to use oneAPI MPI.
  • Loading branch information
giordano committed Nov 3, 2023
1 parent eb5cc41 commit 2c2c1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ jobs:
fail-fast: false

runs-on: ubuntu-latest
container: ghcr.io/juliaparallel/github-actions-buildcache:intel-mpi-2019.9.304-ecfipz6mxgepmrkwp5dl5oohion5m54r.spack
container: ghcr.io/juliaparallel/github-actions-buildcache:intel-oneapi-mpi-2021.7.0-gzc7es2p27ftwyk4sdplynlj6d54xzi6.spack

env:
JULIA_MPI_TEST_BINARY: MPItrampoline_jll
Expand Down

0 comments on commit 2c2c1b8

Please sign in to comment.