-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial checkpointing support (#1075)
Initial checkpointing support. - Currently only supports serial runs - Updates to serialization to support checkpointing - Added ability to turn on pointer tracking - Added ability to serialize non-pointer variables, but track address of data as a pointer. - Changed templating for handlers to support checkpointing - Function pointer is now a non-type template parameter - Added additional serialization tests and new checkpointing tests - Added a function to ConfigBase so you could query whether or not an option was set on the command line. Other incidental changes: - Remove old references to SharedRegion - Removed type checking in testing comparison filters. This was done because the filter is called for every line of output and the type checks apparently aren't very efficient and were a performance bottleneck for tests with a lot of output - Added Python Module output to sst-info - Added fflush to all output in TraceFunction --------- Co-authored-by: Gwen <grvosku@sandia.gov>
- Loading branch information
1 parent
ce168a5
commit 38f6b71
Showing
142 changed files
with
106,834 additions
and
885 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.