Hi,

When attempting to generate checkpoints from an existing simpoint
file, MARSS loads from the initial checkpoint I created but instead of
proceeding to generating the remaining checkpoints it executes the
benchmark. Here are the details of what i did:

1. run MARSS and get initial checkpoint,

qemu/qemu-system-x86_64 -m 4096M -nographic -drive
file=<qcow2_image>,cache=unsafe

&

~/create_checkpoint <name> ; ./<bench> <param> ; ~/stop_sim

2. resume from checkpoint,

qemu/qemu-system-x86_64 -m 4096M -nographic -drive
file=<qcow2_image>,cache=unsafe -loadvm bzip2_new -simconfig
config/simpoint.conf

and simpoint.conf looks like this:

-simpoint <path to simpoint file>
-simpoint-interval 100M
-simpoint-chk-name bzip2
-machine single_core
-logfile bzip2.log.out

after I execute the command in 2 the simulator starts executing the
bzip2 benchmark rather than quickly generating all the required
checkpoints. Any help on why it behaves like this?

Thank you,
Mohammad Khasawneh

_______________________________________________
http://www.marss86.org
Marss86-Devel mailing list
[email protected]
https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel

Reply via email to