-
Notifications
You must be signed in to change notification settings - Fork 19
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 to Julia 1.9 #1998
upgrade to Julia 1.9 #1998
Conversation
9400e33
to
1d6ce08
Compare
This seems to speed up initialization in some cases
|
1d6ce08
to
f1f62aa
Compare
created longrun build https://buildkite.com/clima/climaatmos-longruns/builds/1149 |
8e940bc
to
2d3b30a
Compare
Latest long runs: https://buildkite.com/clima/climaatmos-longruns/builds/1151 |
66bac60
to
36703df
Compare
bors r+ |
Build failed: |
bors r+ |
Build failed: |
bors r+ |
Canceled. |
bors r+ |
Build failed: |
Two performance job failed: https://buildkite.com/clima/climaatmos-ci/builds/12348#018a28ac-e081-4eaf-9b3c-fb6e13140f7e |
bors r+ |
Build failed (retrying...): |
Yes, I am looking into it. |
I tracked it down to the new flag we added This minimal build starts. I also verified that manually submitting a script with that option works (after you fiddle around with MPI/HDF5).
So, I am guessing that buildkite-slurm bridge is not properly translating the option. EDIT: I also tested that the job starts ~immediately when I submit it with walltime of 6 hours. |
Great, thanks! If all other ci jobs work, I am happy to get this in and remove the |
Ah, I think it's because we set |
Good point, I was running into the same problem when writing my own SLURM
script.
It has to be it!
…On Tue, Aug 29, 2023 at 9:56 AM Simon Byrne ***@***.***> wrote:
Ah, I think it's because we set --mem (globally for all jobs), and that
must be incompatible with --mem-per-cpu
—
Reply to this email directly, view it on GitHub
<#1998 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACF6E7IKHGLHMI7LC46XMJTXXYNL5ANCNFSM6AAAAAA3UTNPAI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
baebed1
to
1a10f2c
Compare
267bee4
to
e7146e9
Compare
bors r+ |
Build failed: |
bors r+ |
1998: upgrade to Julia 1.9 r=simonbyrne a=simonbyrne 2035: Remove unused struct member surface_scheme r=charleskawczynski a=charleskawczynski This PR removes `surface_scheme`, which is unused. Thanks to `@Sbozzolo` Co-authored-by: Simon Byrne <simonbyrne@gmail.com> Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
bors r- |
Canceled. |
a79d814
to
1d36a8f
Compare
bors r+ |
1998: upgrade to Julia 1.9 r=simonbyrne a=simonbyrne 2035: Remove unused struct member surface_scheme r=charleskawczynski a=charleskawczynski This PR removes `surface_scheme`, which is unused. Thanks to `@Sbozzolo` Co-authored-by: Simon Byrne <simonbyrne@gmail.com> Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
Build failed (retrying...): |
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. |
Fixes #2001 |
Purpose
Upgrade our examples Manifest and pipeline to Julia 1.9.
To-do
Content