-
Notifications
You must be signed in to change notification settings - Fork 0
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
diffusion backend edits #566
Conversation
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.
looks good, there are some program calls that you missed, and the field allocations.
model/atmosphere/diffusion/src/icon4py/model/atmosphere/diffusion/diffusion.py
Outdated
Show resolved
Hide resolved
model/atmosphere/diffusion/src/icon4py/model/atmosphere/diffusion/diffusion.py
Outdated
Show resolved
Hide resolved
model/atmosphere/diffusion/src/icon4py/model/atmosphere/diffusion/diffusion.py
Outdated
Show resolved
Hide resolved
model/atmosphere/diffusion/src/icon4py/model/atmosphere/diffusion/diffusion.py
Show resolved
Hide resolved
model/atmosphere/diffusion/src/icon4py/model/atmosphere/diffusion/diffusion.py
Outdated
Show resolved
Hide resolved
model/atmosphere/diffusion/src/icon4py/model/atmosphere/diffusion/diffusion.py
Outdated
Show resolved
Hide resolved
model/atmosphere/diffusion/src/icon4py/model/atmosphere/diffusion/diffusion.py
Outdated
Show resolved
Hide resolved
model/atmosphere/diffusion/tests/diffusion_tests/mpi_tests/test_parallel_diffusion.py
Outdated
Show resolved
Hide resolved
model/atmosphere/diffusion/tests/diffusion_tests/test_diffusion.py
Outdated
Show resolved
Hide resolved
model/atmosphere/diffusion/src/icon4py/model/atmosphere/diffusion/diffusion.py
Outdated
Show resolved
Hide resolved
model/atmosphere/diffusion/src/icon4py/model/atmosphere/diffusion/diffusion.py
Outdated
Show resolved
Hide resolved
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.
LGTM.
Two small things really. Otherwise I think it is all good.
model/atmosphere/diffusion/src/icon4py/model/atmosphere/diffusion/diffusion.py
Outdated
Show resolved
Hide resolved
model/common/src/icon4py/model/common/utils/gt4py_field_allocation.py
Outdated
Show resolved
Hide resolved
model/common/src/icon4py/model/common/utils/gt4py_field_allocation.py
Outdated
Show resolved
Hide resolved
model/common/src/icon4py/model/common/utils/gt4py_field_allocation.py
Outdated
Show resolved
Hide resolved
model/common/src/icon4py/model/common/utils/gt4py_field_allocation.py
Outdated
Show resolved
Hide resolved
Mandatory Tests Please make sure you run these tests via comment before you merge!
Optional Tests To run benchmarks you can use:
To run tests and benchmarks with the DaCe backend you can use:
In case your change might affect downstream icon-exclaim, please consider running
For more detailed information please look at CI in the EXCLAIM universe. |
cscs-ci run default |
launch jenkins spack |
introduced backend argument in
Diffusion
class and following edits in stencil calls and field definitions