-
Notifications
You must be signed in to change notification settings - Fork 121
Benchmarking IBM #917
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
Benchmarking IBM #917
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #917 +/- ##
=======================================
Coverage 44.03% 44.03%
=======================================
Files 68 68
Lines 18395 18395
Branches 2227 2227
=======================================
Hits 8101 8101
Misses 8991 8991
Partials 1303 1303 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Anand <[email protected]> Co-authored-by: Anand <[email protected]>
User description
Description
The previous case file did not have ibm set to true and was in fact a hypoelastic case with a single fluid. Replaced with a 3D IBM case with a sphere and tested on frontier with 8 GCDs on a single node.
Fixes #(issue) [optional]
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 formatbefore 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:
nvtxranges 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 --rsys --hip-trace, and have attached the output file and plain text results to this PR.PR Type
Enhancement
Description
Replace hypoelastic case with 3D IBM sphere simulation
Configure two-fluid system with viscous flow
Update numerical schemes and boundary conditions
Modify domain geometry and fluid properties
Changes diagram
Changes walkthrough 📝
case.py
Convert to 3D IBM sphere benchmarkbenchmarks/ibm/case.py