Hello,
     I have been in a research program for a few weeks, and am so close to 
making a real breakthrough in my topic but ran into a few major issues. They 
seemed simple at first. Here is what command I am running, most of it is just 
the defaults but just to show it all stays constant when i add cores.
build/X86/gem5.opt configs/example/se.py -c 
../benchmarks/automotive/basicmath/basicmath_small;../benchmarks/office/stringsearch/search_small
 --clock=2GHz --num-cpus=2 --caches --l2cache --cpu-type=detailed 
--l1d_size=64kB --l1i_size=32kB --l2_size=2MB --l3_size=16MB --l1d_assoc=2 
--l1i_assoc=2 --l2_assoc=8 --l3_assoc=16 --num-dirs=1 --num-l2caches=1 
--num-l3caches=1

The most important issue I have, put simply, is how to specify basicmath_small 
to run on the first core, and search_small to run on the second. When I run 
this it just runs them both successively on the first core, and stats output is 
very limited. Definitely not the usual stats.txt ran in detailed mode. Once I 
am passed this point, the next two weeks after should be very fulfilling and 
productive. I look forward to your response.
Thank you,Dean                                    
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to