changeset 94383c5124d2 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=94383c5124d2
description:
        config: Fix description of checkpoint option from cycle to tick

        This patch merely updates the description of the "take-checkpoints"
        option to reflect that it is specified in ticks and not in cycles.

diffstat:

 configs/common/Options.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b279bad40aa3 -r 94383c5124d2 configs/common/Options.py
--- a/configs/common/Options.py Fri Nov 16 10:27:47 2012 -0600
+++ b/configs/common/Options.py Mon Nov 19 11:21:09 2012 -0500
@@ -85,7 +85,7 @@
     ###Note that performing checkpointing via python script files will override
     ###checkpoint instructions built into binaries.
     parser.add_option("--take-checkpoints", action="store", type="string",
-        help="<M,N> will take checkpoint at cycle M and every N cycles 
thereafter")
+        help="<M,N> take checkpoints at tick M and every N ticks thereafter")
     parser.add_option("--max-checkpoints", action="store", type="int",
         help="the maximum number of checkpoints to drop", default=5)
     parser.add_option("--checkpoint-dir", action="store", type="string",
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to