-
Notifications
You must be signed in to change notification settings - Fork 9
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
1460 fix bug in temperedlb tolerance #1794
Conversation
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.
Looks good
Codecov Report
@@ Coverage Diff @@
## develop #1794 +/- ##
===========================================
- Coverage 84.18% 84.11% -0.07%
===========================================
Files 755 753 -2
Lines 26246 26127 -119
===========================================
- Hits 22096 21978 -118
+ Misses 4150 4149 -1
|
PR tests (clang-11, ubuntu, mpich) Build for 33c4120
|
PR tests (intel icpx, ubuntu, mpich) Build for 33c4120
|
PR tests (clang-13, ubuntu, mpich) Build for 33c4120
|
PR tests (clang-12, ubuntu, mpich) Build for 33c4120
|
PR tests (clang-14, ubuntu, mpich) Build for 33c4120
|
PR tests (gcc-11, ubuntu, mpich) Build for 33c4120
|
PR tests (gcc-12, ubuntu, mpich) Build for 33c4120
|
2fb725e
to
33c4120
Compare
As previously coded,
TemperedLB
would never skip LB due to low imbalance. Instead of changing the value, which is consistent with other LBs, I fixed the formula used for evaluating.Fixes #1460