Hi everybody,

I am trying to make multiprogrammed checkpoint of specCPU 2006.
I compiled spec2k6 programs and transfer them to ubuntu-natty image (
available on marss webseit).
the programs are running fine in emulation mode and I make checkpoints
using chechpoint_after file as follows:

./checkpoint_after 4000M milc; . ./script.sh
where scripts is:
#!/bin/bash
taskset 0x1 ./milc < su3imp1.in > report1 &
taskset 0x2 ./milc < su3imp2.in > report2 &
taskset 0x3 ./milc < su3imp3.in > report3 &
taskset 0x4 ./milc < su3imp4.in > report4 &


then I tried to load the checkpoint and start simulation with the following
command:
qemu/qemu-system-x86_64 -m 4096 -drive
cache=unsafe,file=ubuntu-natty-spec2006.qcow2 -snapshot  -loadvm cactusADM
-simconfig run.cfg

where run.cfg is

-machine shared_l2
 -stopinsns 400M
 -kill-after-run
 -quiet

 -time-stats-logfile ipc.samples
 -time-stats-period 10M
 -yamlstats file1.stats

 -run


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

Reply via email to