-
Notifications
You must be signed in to change notification settings - Fork 70
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
Remove Allocate Global #722
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #722 +/- ##
=======================================
Coverage 42.96% 42.97%
=======================================
Files 61 61
Lines 16314 16315 +1
Branches 1882 1882
=======================================
+ Hits 7010 7012 +2
Misses 8260 8260
+ Partials 1044 1043 -1 ☔ View full report in Codecov by Sentry. |
4debf59
to
4189aa1
Compare
@sbryngelson I've removed all the GRCBC changes, so this should be ready now |
This will be the first PR merged once Frontier is back online (tomorrow). |
Description
Remove allocate_global in macros.fpp and replace with allocate for consistency. All tests pass on frontier and phoenix. Please merge GRCBC branch before merging this as it contains those changes too.
Closes #721
Type of change
Please delete options that are not relevant.
Scope
If you cannot check the above box, please split your PR into multiple PRs that each have a common goal.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Provide instructions so we can reproduce.
Please also list any relevant details for your test configuration
Test Configuration:
Checklist
docs/
)examples/
that demonstrate my new feature performing as expected.They run to completion and demonstrate "interesting physics"
./mfc.sh format
before committing my codeIf your code changes any code source files (anything in
src/simulation
)To make sure the code is performing as expected on GPU devices, I have:
nvtx
ranges so that they can be identified in profiles./mfc.sh run XXXX --gpu -t simulation --nsys
, and have attached the output file (.nsys-rep
) and plain text results to this PR./mfc.sh run XXXX --gpu -t simulation --omniperf
, and have attached the output file and plain text results to this PR.