-
Notifications
You must be signed in to change notification settings - Fork 18
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
Use ClimaCore 0.11 and MPITrampoline #2377
Conversation
317981f
to
8eb839c
Compare
Closes #2138 |
f2f8e3a
to
c331a45
Compare
I am trying to get MPI to work. I managed to have it working here: https://buildkite.com/clima/climaatmos-ci/builds/15017 Then, I pushed again the same commit, and it is failing: The main difference is that in one case the depot was cold, so everything had to be compiled. |
c153f2a
to
c8994c0
Compare
In this build: https://buildkite.com/clima/climaatmos-ci/builds/15043#018bf91f-8c1f-4f82-8a8e-a5b4cd410de8
|
Maybe change the |
Failing https://buildkite.com/clima/climaatmos-ci/builds/15045 |
For some reason it is using the wrong preferences: |
Thanks for the lead, let me investigate this. |
Ah, I think it's because it's picking up the preferences from the shared depot (which was set previously).
either delete that file, or just disable the shared depot for now. |
Yes, I just arrived at the same conclusion, which also explains why it was working when the depot was empty. I'll clean up this PR, clean the depot, and try again. |
5b0148a
to
d086a04
Compare
No description provided.