add in checkpoint restoration option, you can restore a checkpoint by giving a direct...
authorLisa Hsu <hsul@eecs.umich.edu>
Mon, 9 Oct 2006 04:12:16 +0000 (00:12 -0400)
committerLisa Hsu <hsul@eecs.umich.edu>
Mon, 9 Oct 2006 04:12:16 +0000 (00:12 -0400)
commit67a114fc29662d262a3d7ae867f6ee4c25c0ce8f
tree05d163d8eee78ca1272b4258c3f13b4d7072bf19
parent67c20dd9ddb5ce2f7f8a80246841684f69320019
add in checkpoint restoration option, you can restore a checkpoint by giving a directory, and then giving a checkpoint number, the earliest checkpoint is 1, the latest is N.  the default checkpoint directory is the cwd.

so you can restore by a command line like this:

m5.opt fs.py --checkpoint_dir="/my/ckpt/dir" -c 3

configs/example/fs.py:
    add in checkpoint restoration option, you can restore a checkpoint by giving a directory, and then giving a checkpoint number, the earliest checkpoint is 1, the latest is N.

--HG--
extra : convert_revision : bf9c8d3265a3875cdfb6a878005baa7ae29af90d
configs/example/fs.py