-
Notifications
You must be signed in to change notification settings - Fork 24
Update sum_boundary #484
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
Update sum_boundary #484
Conversation
c0c1eb6 to
145c430
Compare
145c430 to
191ab26
Compare
|
This is ready now. |
|
A few CI checks did not run because the Ubuntu/CUDA one failed. Do you know how to fix it? |
|
I cannot reproduce it locally. It might be that I am using different versions of the compilers. |
|
AMReX-Codes/amrex#4700 should fix it. |
|
I think the fix does work. The HIP CI that is still using the old version is failing for the same reason as the CUDA one, which is passing now. |
|
Thanks, @WeiqunZhang! What about the CI check labeled apps / pyamrex that fails in AMReX-Codes/amrex#4700? Is that a new unrelated issue? |
|
The CI in amrex uses the development branch of pyamrex, not this PR branch. So it is expected to fail. |
This should wait for AMReX-Codes/amrex#4658.