-
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
992: Remove old, unused LB instrumentation data structures #1108
Conversation
Moving the discussion from issue(#992 (comment)) to this PR: It seems that only vt/src/vt/lb/migration/lb_migratable.h is used (HasMigrate struct is base struct for UntypedCollection) I suggest we either move the file or the HasMigrate struct declaration to vt/src/vt/vrt/collection* directory. NOTE: There's mention of this interface in vt/src/vt/vrt/collection/types/migratable.h:91 together with explanation how it's supposed to be used. Not sure if we want to touch it, just wanted to point that out since there's @todo added to it. What's your opinion @lifflander @PhilMiller |
Codecov Report
@@ Coverage Diff @@
## develop #1108 +/- ##
===========================================
+ Coverage 75.61% 76.03% +0.41%
===========================================
Files 719 712 -7
Lines 27255 27101 -154
===========================================
- Hits 20609 20606 -3
+ Misses 6646 6495 -151
|
94db15e
to
dacb43d
Compare
dacb43d
to
413890a
Compare
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.
👍
Fixes #992