Fixing an IBM bug on Frontier#892
Merged
sbryngelson merged 3 commits intoMFlowCode:masterfrom Jun 20, 2025
Merged
Conversation
added 2 commits
June 18, 2025 18:09
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #892 +/- ##
==========================================
+ Coverage 45.76% 45.78% +0.02%
==========================================
Files 68 68
Lines 18668 18658 -10
Branches 2251 2251
==========================================
Hits 8543 8543
+ Misses 8767 8757 -10
Partials 1358 1358 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
@sbryngelson This is the bug fix for IBM; the test cases pass but the benchmark one crashed. Is this an issue with Phoenix ? |
Member
|
Yeah @anandrdbz there's a lot of weird issues with both Frontier and Phoenix runners right now. I'll try to keep running them. |
Member
|
Excellent, thanks for finding the fix @anandrdbz . Merging. |
This was referenced Jun 20, 2025
prathi-wind
pushed a commit
to prathi-wind/MFC-prathi
that referenced
this pull request
Jul 13, 2025
Co-authored-by: Anand <anand@ipsec-10-2-195-71.vpn.gatech.edu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
IBM bug fix where the momentum at inner IB points was being set incorrectly (since there are no well defined image points for inner IB points). This subroutine isn't required for correctness, however, I've kept the zero values by initializing the momentum directly.
Testing is done on the 2D_ibm case file on frontier, which was previously failing at the start
Closes #875
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.