Config: change how cpu class is set
authorNilay Vaish <nilay@cs.wisc.edu>
Mon, 6 Aug 2012 23:14:31 +0000 (18:14 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Mon, 6 Aug 2012 23:14:31 +0000 (18:14 -0500)
commitd81a51a4c8ee0eb081f87865970426524e89111e
treea226ae1d49e4aff978e8e321aec3a254c52b72e1
parent6721b3e325139fb4ace99d858f0bdec44ec6af1b
Config: change how cpu class is set
This changes the way in which the cpu class while restoring from a checkpoint
is set. Earlier it was assumed if cpu type with which to restore is not same
as the cpu type with the which to run the simulation, then the checkpoint
should be restored with the atomic cpu. This assumption is being dropped. The
checkpoint can now be restored with any cpu type, the default being atomic cpu.
configs/common/Simulation.py