Revision 220234863fb1fade374a6cc76f3cf8b264d8a886 authored by Collin J. Sutton on 23 March 2014, 08:13:37 UTC, committed by Tom Quinn on 02 September 2016, 23:53:37 UTC
Change-Id: I97d3de593c1d4b52651ec1c35876b1aa5e049f00
1 parent 18f2f8e
Raw File
CHECKPOINTING
Structure: 
	   1. call CkStartCheckpoint() at intervals or when wall clock runs out.
	   2. restart() entry will detect if we're really restarting or not
	    by using a flag set in the Migration constructor for main and
	    then call doSimulation() to continue.  If we are actually restarting
	    then restart() will call initialForces() which then proceeds to
	    doSimulation().
	    
	  

Issues:
Does Readonly data get automatically checkpointed? Yes!
What about the proxies that are stored read-only?  They get automatically
restored.

All groups and node groups need to get migration constructors since they
automatically get dumped.
back to top