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 climacommon to 2024_04_05 #2880

Merged
merged 1 commit into from
Apr 6, 2024
Merged

Conversation

Sbozzolo
Copy link
Member

@Sbozzolo Sbozzolo commented Apr 5, 2024

🤖 Beep boop. I am GabrieleBOT. 🤖 Good news! I found a way to reduce unnecessary precompilations! Have you ever noticed that when you move to a GPU node from a CPU one (or viceversa), everything has to be recompiled again? Or sometimes it seems that you are always precompiling... Well, this is partially because the nodes on the Caltech cluster have different architectures, and Julia compiles for the native one, but when you move to a new architecture, the compiled code has to be invalidated and recompiled again. With the latest version of climacommon, I force Julia to always compile for all the possible targets in our cluster. Buildkite pipelines partially do this with the JULIA_TARGET_CPU, but the strings there are incorrect.

@Sbozzolo Sbozzolo added this pull request to the merge queue Apr 6, 2024
Merged via the queue into main with commit 56c3174 Apr 6, 2024
11 checks passed
@Sbozzolo Sbozzolo deleted the gb/update-climacommon-to-2024_04_05 branch April 6, 2024 04: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.

1 participant