-
Notifications
You must be signed in to change notification settings - Fork 5
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
upgrade pipelines to CUDA 12.2 #439
Conversation
@@ -2,7 +2,7 @@ env: | |||
JULIA_VERSION: "1.9.3" | |||
MPI_IMPL: "openmpi" | |||
OPENMPI_VERSION: "4.1.1" | |||
CUDA_VERSION: "11.2" | |||
CUDA_VERSION: "12.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've moved away from specifying everything in env variables. This will probably require a bigger change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can open an issue for this in the coupler (#441). Is it just openmpi and cuda that should be removed from the env vars? It looks like Atmos still has a fair amount of env vars: https://github.com/CliMA/ClimaAtmos.jl/blob/main/.buildkite/pipeline.yml#L6-L17
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i made some changes to how the configuration works, to make it a little more explicit (basically you have to explicitly list the modules you want to load). I can help you with it tomorrow
d72a6fa
to
fd65c7d
Compare
bors r+ |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Purpose
Closes #440
See analogous PR in ClimaAtmos: CliMA/ClimaAtmos.jl#2169
To-do