Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MPI config #364

Closed
wants to merge 1 commit into from
Closed

Update MPI config #364

wants to merge 1 commit into from

Conversation

charleskawczynski
Copy link
Member

Based on the 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/.../rrtmgp-ci/276/depot/cpu/packages/MPI/yvXmK/src/MPI.jl:103
*************************************************

This PR updates the MPI config

@sriharshakandala
Copy link
Member

Is this dependency inherited from using ClimaComms? RRTMGP by itself does not use MPI!

@charleskawczynski
Copy link
Member Author

Is this dependency inherited from using ClimaComms? RRTMGP by itself does not use MPI!

I'm not sure, I was just trying to fix the warning in the buildkite log. Maybe @simonbyrne better understands the warning?

@Sbozzolo
Copy link
Member

Fixed in #444

@charleskawczynski charleskawczynski deleted the ck/config branch May 8, 2024 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants