Re: [gem5-users] pass core ID from gem5 to a workload.

2014-07-08 Thread Jyothish Soman via gem5-users
First thoughts will be set affinity method from pthreads. Do tell if that helps. you might have to play with the python scripts a bit too i feel. Best, Jyothish On 29 June 2014 10:28, Fateme Movafagh via gem5-users gem5-users@gem5.org wrote: Hi everyone , I've written a workload which is a c

[gem5-users] smt stuck at rename

2014-06-26 Thread Jyothish Soman via gem5-users
Hi, I tried to run a smt workload using the following command: ./build/ARM/gem5.opt --debug-flags=Rename configs/example/se.py --cpu-type=detailed --caches --smt --cmd=tests/test-progs/hello/bin/arm/linux/hello;../executables/helloworld/a.out The execution gets stuck at rename, with it showing 0

Re: [gem5-users] How to run a benchmark many times in gem5 ?

2014-06-26 Thread Jyothish Soman via gem5-users
Hi Nguyen, As far as I can understand, there should not be variations across runs for the same executable ran in SE mode due to the lack of interference from any other source and gem5 acts as an exact and predictable system. In multicore or SMT mode with multiple applications interfering with each

[gem5-users] Switching applications between two cpus

2014-06-26 Thread Jyothish Soman via gem5-users
Hi, I have the following scenario: I want to swap the workloads running on two cpus. Is this possible, I saw that the processPtr is cross checked on a switch, which will not help my case. Is there a workaround. Also,when i tried forcing the takeover to copy the process pointer across the two

Re: [gem5-users] Issue with versions

2014-05-07 Thread Jyothish Soman via gem5-users
Resolved. arch/arm/isa_traits.hh shows interrupts have changed from 5 to 7 in arm. On 6 May 2014 20:39, Jyothish Soman jyothish.so...@gmail.com wrote: I just want the opinion of a known eye on this issue: I have checkpoints from a new version of gem5 and running it on an old version of gem5

[gem5-users] Issue with versions

2014-05-06 Thread Jyothish Soman via gem5-users
I just want the opinion of a known eye on this issue: I have checkpoints from a new version of gem5 and running it on an old version of gem5 (with some changes I have made). I get the following error. Is it possible to know if there were added interrupts since July 18 2013 (the base of my edit of