-
Notifications
You must be signed in to change notification settings - Fork 6
Higher order horizontal advection copied from mpas-ocean to Omega. #316
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
base: develop
Are you sure you want to change the base?
Higher order horizontal advection copied from mpas-ocean to Omega. #316
Conversation
5ae40c2 to
1055c8f
Compare
|
Testing: |
|
@overfelt This is failing both the Horz Operators unit tests on Chrysalis and on Frontier (gpu only - cpu passes). The errors are memory errors - invalid pointer in free() on Chrysalis and inaccessible memory space (for array named XP) on Frontier gpu. So something isn't getting cleaned up correctly? I'll start reading through code to review... |
|
@philipwjones ,I only ran perlmutter gpu. I'll try setting up and running on Chrysalis gpu. Thanks. |
|
@overfelt, the tests also fail on perlmutter, both CPU and GPU, using the gnu compiler. Here are my instructions. Let me know if you can reproduce these errors. You will need to change to your own paths. perlmutter CPU:
perlmutter GPU:
|
35bf9b3 to
803b4a7
Compare
|
With the recent commit, this now passes CTests on Chrysalis and Frontier (cpu/gpu). Thanks @overfelt |
|
This passes CPU and GPU tests on perlmutter. Due to the merge of #314, this now has some conflicts to be resolved. Please rebase on the current head, and we will proceed with the review after the break. Thanks! |
9ec4b1a to
5eb5850
Compare
Checklist