Skip to content

Commit

Permalink
Don't export MPILIBPATH in macOS parallel test CI job
Browse files Browse the repository at this point in the history
Now that we use the Julia-provided MPI, this should not be necessary,
and might (?) cause problems.
  • Loading branch information
johnomotani committed Sep 18, 2024
1 parent e5532de commit c042e6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/parallel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
version: '1.10'
- uses: julia-actions/cache@v2
- run: |
export MPILIBPATH=$(find /opt/homebrew/Cellar/open-mpi/ -name libmpi.dylib)
touch Project.toml
julia --project -O3 --check-bounds=no -e 'import Pkg; Pkg.add(["MPI", "MPIPreferences"]); using MPIPreferences; MPIPreferences.use_jll_binary("OpenMPI_jll")'
julia --project -O3 --check-bounds=no -e 'using MPI; MPI.install_mpiexecjl(; destdir=".")'
Expand Down

0 comments on commit c042e6e

Please sign in to comment.