-
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
DYAMOND configuration GPU run + metadata size error #2216
Comments
cc: @simonbyrne |
We may have to refactor how we initialize things? |
Sure. I can take a look! |
failure here: ClimaAtmos.jl/src/initial_conditions/atmos_state.jl Lines 14 to 16 in 4fb9922
|
Can we first try to do this particular operation on the CPU? |
The simulation runs fine with
|
I think we need to refactor the initialization code! |
yeah, we probably shouldn't use a single broadcast. |
Upgrading to the current |
@sriharshakandala Is this resolved? |
Yes. The final piece, involving P100s, is resolved with a test branch, here: https://github.com/orgs/CliMA/projects/55/views/1?pane=issue&itemId=37383219 |
The DYAMOND configuration GPU run is crashes witha
metadata size
error on the GPU.The full error message can be found here: https://buildkite.com/clima/climaatmos-target-gpu-simulations/builds/106#018b1570-62bc-400f-a454-04a9a2595aa3
The error seems to be triggered in
atmos_state
function insrc/initial_conditions
The text was updated successfully, but these errors were encountered: