-
Notifications
You must be signed in to change notification settings - Fork 9
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
MWE of problem on GPU with regional ACC code #186
Comments
I tried it on the CPU with |
I tried it twice with
Any ideas why this would fail for me? |
@simone-silvestri said he tried it on the CPU so the issue may be GPU-specific right? @francispoulin maybe try running with |
Good idea @glwagner . I tried it and got a slightly different output, see below. Hmm...
|
Great, that tells you exactly where the error comes from. |
It's here: ClimaOcean.jl/src/ClimaOcean.jl Line 40 in 08f1b4d
So you need to figure out what this returns:
since
|
I believe the problem is that There is a fallback which is maybe problematic... |
this will help I think: CliMA/Oceananigans.jl#3790 |
Following up on @142, this is a MWE of where this code fails on a GPU. The error and code are copied below.
The error occurs when we include both or either salinity and temperature forcing.
@simone-silvestri and @glwagner
Error:
Code
The text was updated successfully, but these errors were encountered: