Hi everyone,

I accomplished the task of running some spec2006 benchmarks for ALPHA_SE by
this (example) command:

build/ALPHA_SE/gem5.opt --stats-file=hmmerStats.txt configs/example/se.py
--output=./m5out/hmmer.txt -c tests/test-progs/spec2K6/hmmer/hmmer
--options="./tests/test-progs/spec2K6/hmmer/nph3.hmm" --detailed --caches
--l2cache -I 100000000 -W 100000000

However, this strategy worked only for a few benchmark.. For others I got
different errors..
I have looked at discussions about running spec2006 benchmarks and read the
page about it in the wiki..
In the wiki page, two python scripts are given: "Mybench.py" and "cmp.py"
.. I actually couldn't find out that where to put these files and how to
run simulation. I have put these two files into /configs/example/ folder
and have tried:

build/ALPHA_SE/gem5.opt --stats-file=bzip2Stats.txt configs/example/cmp.py
--output=./m5out/bzip2Out.txt -c tests/test-progs/spec2K6/bzip2/bzip2
--detailed --caches --l2cache -I 100000000 -W 100000000

and get the error message:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/aykenar/GEM5/src/python/m5/main.py", line 356, in main
    exec filecode in scope
  File "configs/example/cmp.py", line 7, in <module>
    m5.AddToPath('./configs')
AttributeError: 'module' object has no attribute 'AddToPath'

I think I couldn't put the python scripts into the correct folder or just
have no idea what to do with these scripts!

If anyone can help on how to run spec2006 benchmarks, I will be glad..
Burak





-- 
*Mehmet Burak AYKENAR
Graduate Student of Computer Engineering
Research Assistant
**TOBB ETU Z-10
Microprocessors Laboratory*
*
mbaykenar.etu.edu.tr
[email protected]*
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to