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

upgrade pipelines to CUDA 12.2 #439

Merged
merged 1 commit into from
Sep 28, 2023
Merged

upgrade pipelines to CUDA 12.2 #439

merged 1 commit into from
Sep 28, 2023

Conversation

juliasloan25
Copy link
Member

@juliasloan25 juliasloan25 commented Sep 28, 2023

Purpose

Closes #440

See analogous PR in ClimaAtmos: CliMA/ClimaAtmos.jl#2169

To-do

  • update CUDA specifications to 12.2

  • I have read and checked the items on the review checklist.

@@ -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"
Copy link
Member

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

Copy link
Member Author

@juliasloan25 juliasloan25 Sep 28, 2023

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

Copy link
Member

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

@juliasloan25
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Sep 28, 2023

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.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit 9cad2b8 into main Sep 28, 2023
10 checks passed
@bors bors bot deleted the js/cuda branch September 28, 2023 23:44
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.

Fix CUDA error in CI
2 participants