-
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
#1009 add memory footprinting support for VT components #1013
Conversation
pushed 6a34657 as a basis for discussion
|
Codecov Report
@@ Coverage Diff @@
## develop #1013 +/- ##
===========================================
+ Coverage 79.54% 79.57% +0.03%
===========================================
Files 719 723 +4
Lines 27326 27774 +448
===========================================
+ Hits 21736 22101 +365
- Misses 5590 5673 +83
|
6a34657
to
e5b91fe
Compare
This depends on following PR in |
e5b91fe
to
2d3b91a
Compare
69c1637
to
5e4a767
Compare
248c74e
to
35471d6
Compare
35471d6
to
b3ca72d
Compare
The corresponding PR in checkpoint: DARMA-tasking/magistrate#124 has now been merged! |
ca6a53a
to
6d71f6c
Compare
Remove unnecessary checkpoint headers and enabe_ifs (virtual serialization leftovers).
Verify no errors in CI with memory footprinting turned on by default. Note: switch back to disabled by default before merging.
- use standard formatting - remove superfluous blank lines
Add any missing members to existing serializers and add serializers for classes involved.
Add serializer for DiagnosticStatsPack and use it in derived classes.
dcbbd26
to
951f236
Compare
951f236
to
852a74e
Compare
this is passing the tests just fine, but it needs to have a292ff4 reverted (pointing |
This reverts commit a292ff4.
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.
Other than the location lookup cache, this all looks good to me.
fixes #1009