Hi,

I ran all my tasks on a cluster.  I  modified the disks to make the bbench only 
open all the website once.

Here are some of the system setups:
gcc version 4.7.0 20120507 (Red Hat 4.7.0-5) (GCC)
Python 2.4.3
SCons v1.0.0.r3266

For the four tests I am looking now, 3 of them terminated with the same error. 
Only one of them gets through.

Those that terminated:
build/ARM/gem5.opt --outdir=bbench_l1_2w32 configs/example/fs.py -b bbench-gb 
--kernel=vmlinux.smp.mouse.arm --frame-capture --caches --cpu-type=arm_detailed 
--l2cache --cacheline_size=64 --l1d_size="32kB" --l1d_assoc=2 --l1i_size="32kB" 
--l1i_assoc=4 --l2_size="512kB" --l2_assoc=8 --clock="1GHz"

build/ARM/gem5.opt --outdir=bbench_l1_4w16 configs/example/fs.py -b bbench-gb 
--kernel=vmlinux.smp.mouse.arm --frame-capture --caches --cpu-type=arm_detailed 
--l2cache --cacheline_size=64 --l1d_size="16kB" --l1d_assoc=4 --l1i_size="32kB" 
--l1i_assoc=4 --l2_size="512kB" --l2_assoc=8 --clock="1GHz"

build/ARM/gem5.opt --outdir=bbench_l1_4w64 configs/example/fs.py -b bbench-gb 
--kernel=vmlinux.smp.mouse.arm --frame-capture --caches --cpu-type=arm_detailed 
--l2cache --cacheline_size=64 --l1d_size="64kB" --l1d_assoc=4 --l1i_size="32kB" 
--l1i_assoc=4 --l2_size="512kB" --l2_assoc=8 --clock="1GHz"

The one that finished w/o a problem:
build/ARM/gem5.opt --outdir=bbench_l1_4w32 configs/example/fs.py -b bbench-gb 
--kernel=vmlinux.smp.mouse.arm --frame-capture --caches --cpu-type=arm_detailed 
--l2cache --cacheline_size=64 --l1d_size="32kB" --l1d_assoc=4 --l1i_size="32kB" 
--l1i_assoc=4 --l2_size="512kB" --l2_assoc=8 --clock="1GHz"

Please let me know if you need anything else. Again, thank you so much.

Regards,
Si



_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to