-
Notifications
You must be signed in to change notification settings - Fork 28
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
(Closes #2661) Add support for kernels that operate on halos (for FFSL in LFRic) #2745
base: master
Are you sure you want to change the base?
Conversation
CI-happiness permitting, this is ready for review again. |
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.
@arporter There are just minor comments now and conflicts with master to resolve. I liked the clean up of some LFRic internals, specially the halos being PSyIR and using the SymbolicMath. The documentation is also better.
src/psyclone/tests/domain/lfric/lfric_cell_halo_kernels_test.py
Outdated
Show resolved
Hide resolved
src/psyclone/tests/test_files/dynamo0p3/1.1.10_single_invoke_qr_plus_halo.f90
Outdated
Show resolved
Hide resolved
src/psyclone/tests/test_files/dynamo0p3/1.1.11_two_halo_only.f90
Outdated
Show resolved
Hide resolved
This is ready for another look now @sergisiso and @tommbendall. I'll fire off the integration tests again now too. |
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.
@arporter All the comments have been addressed (there is a small docstring fix that I will do). The tests, integration tests and documentation all succeed. From my side this is approved to merge, but I will wait for @tommbendall to confirm that I works with the associated LFRic branches before I merge it.
No description provided.