Hello,

I have the same problem too. when ever I use the following code and script I
get 4 different sections in my stats.txt


./build/ALPHA/gem5.opt -d /home/motaman/gem5/parsecout/parsec1/lat1
./configs/example/fs.py  --script=./mm/blackscholes_4c_simsmall.rcS
--kernel=/home/motaman/full_system_images/binaries/vmlinux_2.6.27-gcc_4.3.4
 --fast-forward=1000000000  --mem-type=DDR3_1600_x64 --caches --l2cache 
--cpu-type=detailed
 

And my script is:

#!/bin/sh

# File to run the blackscholes benchmark

cd /parsec/install/bin
/sbin/m5 switchcpu
/sbin/m5 dumpstats
/sbin/m5 resetstats

./blackscholes 4 /parsec/install/inputs/blackscholes/in_4.txt
/parsec/install/inputs/blackscholes/prices.txt
echo "Done :D"
/sbin/m5 exit
/sbin/m5 exit


but when ever I comment the first two line of script file, there is 3
sections. and system.switch_cpus.cpi for the first two sections are nan and
just for the third section is a number. I would really appreciate if someone
explain it for me. 

Also I have another problem when I use simsmall instead of test it takes too
long to finish. Also I have a lot of warning in both case is that ok?

Regards 
Hamid



_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to