Re: [gem5-users] Multicores configuration

2012-05-07 Thread Mahmood Naderan
Hi >For setting up multicores configurations with ISA x86,the simulator should be >in FS. Not necessarily... You can see use X86 SE mode with a cmp configuration. Have a look at http://www.m5sim.org/SPEC_CPU2006_benchmarks#M5_python_configure_script it will give you the idea. On 5/8/12, wael Amr

Re: [gem5-users] PARSEC benchmark with contended traffic

2012-05-07 Thread Mahmood Naderan
Hi I think you should ask on the parsec mailing list. http://parsec.cs.princeton.edu/help.htm#MailingLists On 5/8/12, Udit Kumar wrote: > Hello friends, > > I need help regarding traffic behavior of different benchmark. > > We designed an Adaptive routing algorithm, and we are looking > benchmark

Re: [gem5-users] Passing Arguments to rcS Scripts

2012-05-07 Thread Ali Saidi
Hi, You can use initparam to pass one parameter. Normally I would have one rcS script per benchmark and use the initparam to select the number (4) in this case. Ali On 07.05.2012 22:09, ef wrote: > Is it possible to pass any arguments to the rcS file? > For instance on the command line

[gem5-users] Multicores configuration

2012-05-07 Thread wael Amr
Hi All, For setting up multicores configurations with ISA x86,the simulator should be in FS. According to per configuration section at (http://www.m5sim.org/Build_System ) So Is this the following configuration mandatory to use gem5 for simulating the multicores ? FULL_SYSTEM = TRUE PROTOCOL = '

[gem5-users] Passing Arguments to rcS Scripts

2012-05-07 Thread ef
Is it possible to pass any arguments to the rcS file? For instance on the command line to run gem5 I set -b Canneal and -n 4 can I pass Canneal and 4 to the rcS file? Thanks in advance. ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cg

[gem5-users] running benchmark SPEC OMP2001 in GEM5

2012-05-07 Thread Bojun Ma
Hi,all I am a beginner in gem5. I am doing a project using SPEC OMP2001. I am wondering how could I run this benchmark in gem5. I have read the document but there are only instructions for SPEC CPU2000/2006 but not for SPEC OMP2001. Can anyone give me some suggestion on it? Or some

Re: [gem5-users] switching back and forth between functional and detailed modes

2012-05-07 Thread Amin Farmahini
Ali, Thanks for the pointers. The issues you pointed out about the cache are on my to-do list. It seems like I need to dig into codes to work around them. Since I am new to Gem5, I first plan to find a way to migrate the code between the two different cpus (O3 and functional types), and then I wi

[gem5-users] PARSEC benchmark with contended traffic

2012-05-07 Thread Udit Kumar
Hello friends, I need help regarding traffic behavior of different benchmark. We designed an Adaptive routing algorithm, and we are looking benchmark with large contended traffic so that we can see real adavantage of the adaptive routing. I tried to look canneal application and my observation is

Re: [gem5-users] obtain L2 cache misses

2012-05-07 Thread wael Amr
Hi Eng.Hamid, I don't know as i am a new user to gem5 ,so i will start understanding it first to be able to apply a scheduling algorithm ,then i will search in using performance tools to measure cache misses. Thanks Best Regards Wael Amr On Mon, May 7, 2012 at 12:31 PM, Hamid Reza Khaleghzadeh <

Re: [gem5-users] reseting ruby stats via m5 resetstats

2012-05-07 Thread Mark Browning
Hamid, You asked this same question 25 minutes before this email. Were you upset that no one answered you in that intervening time? In the primary developer's timezone, it was still 6 in the morning, and it is unlikely anyone was awake to answer it. Also, I've noticed that many of your questions

[gem5-users] reseting ruby stats via m5 resetstats

2012-05-07 Thread Hamid Reza Khaleghzadeh
Hello, Is there any way to reset ruby stats when m5 resetstats is invoked? ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] reset ruby stats

2012-05-07 Thread Hamid Reza Khaleghzadeh
Hi all, As you know, Gem5 stats (stats.txt) can be reset by m5 resetstats. I found that reseting stats in ruby stats (ruby.stat) is not possible. Could you tell me where I can add this facility to Gem5? Thanks ___ gem5-users mailing list gem5-users@gem5

Re: [gem5-users] obtain L2 cache misses

2012-05-07 Thread Hamid Reza Khaleghzadeh
Hi Wael, Could you tell me which tool can be used in ALPHA_FS to obtain number of cache misses? Good luck On Sun, May 6, 2012 at 9:03 AM, wael Amr wrote: > Hi, > > I asked before about obtaining cache misses ( > http://www.mail-archive.com/gem5-users@gem5.org/msg03331.html) > and i was advised