Simulation.py: move code related to checkpointing to functions
authorNilay Vaish <nilay@cs.wisc.edu>
Mon, 6 Aug 2012 23:14:32 +0000 (18:14 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Mon, 6 Aug 2012 23:14:32 +0000 (18:14 -0500)
commit62425b7a0724033bbd50170400ad2ff83ad57429
tree46cd88eecd50c228b3e968c6993196013119ff78
parentd81a51a4c8ee0eb081f87865970426524e89111e
Simulation.py: move code related to checkpointing to functions
This patch moves the code related to checkpointing from the run() function to
several different functions. The aim is to make the code more manageable. No
functionality changes are expected, but since the code is kind of unruly, it
is possible that some change might have creeped in.
configs/common/Simulation.py