-
Notifications
You must be signed in to change notification settings - Fork 91
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
Heat equation smoothing of IC #805
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #805 +/- ##
==========================================
- Coverage 43.94% 43.67% -0.27%
==========================================
Files 65 65
Lines 19039 19153 +114
Branches 2329 2338 +9
==========================================
Hits 8366 8366
- Misses 9262 9361 +99
- Partials 1411 1426 +15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
+700 lines for just this one feature? is there anyway to trim this down?
@sbryngelson, I've addressed your comments. Now that I've modified code in |
Description
This PR adds heat equation smoothing for ICs.
Type of change
Please delete options that are not relevant.
Scope
How Has This Been Tested?
The following figures show a bunch of smoothing configurations, with black borders denoting processor boundaries:
The following examples were ran on Wingtip with 64 CPU ranks:
Checklist
docs/
)./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:
The following shows strong and weak scaling on Frontier with and without RDMA mpi. Strong scaling was done with a 64m grid cell

3D_performance_test
and starts at two ranks and ends at 32 ranks. Weak scaling was done with 8m grid cells per GPU using the same case file, beginning at two ranks and ending at 32 ranks.