-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fix GPU target pipeline nsight reports #3376
Conversation
0661e5f
to
0846521
Compare
Try with timed_solve Try range-at-domain Try with single quotes Try using delay keyword Shorten simulations wip
072ce47
to
39cd680
Compare
There's three changes in this PR. Which one fixed the issue? Or all the three of them required? |
Basically yes: the reports now work, but we're running out of memory. The memory requests fix those issues, but if you then try to download the files, they're huge. So I've also reduced the time, and added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
I'd add some comments in the yml to explain why these flags are set (or a link to this issue)
Not sure why some jobs broke on the build on main, but it previously passed: https://buildkite.com/clima/climaatmos-ci/builds/21046, so I think it's unrelated to this PR? |
Test restart MPI has been failing some times recently. I am not sure why. It's unrelated to this PR and we've seen it in other places too. |
But this GPU job also failed? https://buildkite.com/clima/climaatmos-ci/builds/21389#0192dde1-c0e6-4be4-a511-c8e1c1271ed5 |
Closes #3375.