We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running this code: https://github.com/DJ4Earth/Enzymanigans.jl/tree/jlk9/with-simulation
Produces this AssertionError:
error_0120.txt
This is related to using vector-valued FluxBoundaryCondition set at lines 78-80. Previous versions of this script used a function for the top Flux BC.
FluxBoundaryCondition
@wsmoses
The text was updated successfully, but these errors were encountered:
Updated error:
error_0121.txt
Sorry, something went wrong.
A reduced script reproducing the error can be found here:
https://github.com/DJ4Earth/Enzymanigans.jl/blob/jlk9/reduce-for-active-arg-0122/dynamical_core/autodiff_double_gyre.jl
Oceananigans has been eliminated from the above script. It now replicates the AssertionError with Enzyme as its only dependency.
No branches or pull requests
Running this code: https://github.com/DJ4Earth/Enzymanigans.jl/tree/jlk9/with-simulation
Produces this AssertionError:
error_0120.txt
This is related to using vector-valued
FluxBoundaryCondition
set at lines 78-80. Previous versions of this script used a function for the top Flux BC.@wsmoses
The text was updated successfully, but these errors were encountered: