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 to Julia 1.9.4, add CUDA back into examples #2376

Closed
wants to merge 3 commits into from
Closed

Conversation

simonbyrne
Copy link
Member

@simonbyrne simonbyrne commented Nov 21, 2023

Purpose

Try to fix longruns

  • updates to Julia 1.9.4
  • initiatalizes CUDA inside examples project

To-do

Content


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

@szy21
Copy link
Member

szy21 commented Nov 21, 2023

@simonbyrne
Copy link
Member Author

simonbyrne commented Nov 21, 2023

Okay, so i figured out the problem:
https://buildkite.com/clima/climaatmos-longruns/builds/1268#018bf3a8-be9c-4070-abbd-e6dd2591b431/333-337

if you don't specify a CUDA runtime version, CUDA_Runtime_jll adds a cache dependency on the runtime library:
https://github.com/JuliaBinaryWrappers/CUDA_Runtime_jll.jl/blob/d7e700c623a51b93ef2421233f1dbc97d8de5904/.pkg/platform_augmentation.jl#L62-L82
which then gets invalidated if you run it on a different node.

The solution is to specify the CUDA version in the preferences.

@simonbyrne simonbyrne enabled auto-merge November 21, 2023 21:22
@simonbyrne simonbyrne closed this Nov 27, 2023
auto-merge was automatically disabled November 27, 2023 18:34

Pull request was closed

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.

2 participants