You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
98: Fix MPI config r=charleskawczynski a=charleskawczynski
I noticed a deprecation warning:
```
┌ Warning: The JULIA_MPI_BINARY environment variable is no longer used to configure the MPI binary.
│ Please use the MPIPreferences.jl package instead:
│
│ MPIPreferences.use_system_binary() # use the system binary
│ MPIPreferences.use_jll_binary() # use JLL binary
│
│ See https://juliaparallel.org/MPI.jl/stable/configuration/ for more details
│
│ ENV["JULIA_MPI_BINARY"] = "system"
│ MPIPreferences.binary = "MPICH_jll"
└ @ MPI /central/scratch/esm/slurm-buildkite/climatimesteppers-ci/363/depot/cpu/packages/MPI/5cAQG/src/MPI.jl:90
```
I think this PR should fix it.
Co-authored-by: Charles Kawczynski <[email protected]>
0 commit comments