[WIP] Add checkpointing to Miranda#2561
Conversation
|
I am getting a segfault when attempting to checkpoint. Would appreciate some guidance on this: Segfault: Backtrace from gdb:
|
|
Current status: The code segfaults in SST-Core: Create checkpoint: Restart with Running in gdb gives the following: Backtrace: |
26e582a to
9ffdaf7
Compare
|
This code successfully checkpoints inorderstream_noprefetch.py, but when loading the checkpoint there is a segfault in MemHierarchy. To checkpoint, use Here is the error |
This PR makes all classes in Miranda checkpointable.
Two classes are not checkpointable:
Todo: