You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the adjoint of stencil operations we have decided on a lookup table approach as a first step. This produces integer fields which are passed into the adjoint kernels, and used to apply the adjoint order of operations.
The lookup table acts as a stencil operation, so it expects that the fields being used in calculations have up-to-date halo information. It is my understanding that there is no way to signify this to PSyclone apart from through using a stencil, which isn't needed in this case. Currently these lookup table kernels are written as PSy-KAl lite code, with halo exchanges added where needed.
The text was updated successfully, but these errors were encountered:
mo-joshuacolclough
changed the title
[LFRic] Signify that kernel fields require up-to-date halos.
[LFRic] Signify when kernel fields require up-to-date halos.
Mar 24, 2025
For the adjoint of stencil operations we have decided on a lookup table approach as a first step. This produces integer fields which are passed into the adjoint kernels, and used to apply the adjoint order of operations.
The lookup table acts as a stencil operation, so it expects that the fields being used in calculations have up-to-date halo information. It is my understanding that there is no way to signify this to PSyclone apart from through using a stencil, which isn't needed in this case. Currently these lookup table kernels are written as PSy-KAl lite code, with halo exchanges added where needed.
Linked LFRic-apps ticket
The text was updated successfully, but these errors were encountered: