[gem5-users] Mapping threads to CPUs in SE mode

2017-09-20 Thread Subhankar Pal
Hi, I have a program that spawns a bunch of worker threads from the main() function. I am using pthreads in my code and running the binary in SE mode with multiple CPUs. Is there a way I can specify which CPU the worker threads get run on (i.e. the thread to CPU mapping)? Thanks & regards,

Re: [gem5-users] Linux Kernel v. 3.7 for x86

2017-09-20 Thread Jackie Chan
Hello Jason, Actually I tried the newest gem5 as well. But, I am seeing the same error. On Wed, Sep 20, 2017 at 12:19 PM, Jason Lowe-Power wrote: > Hello, > > I think this changeset fixes the issue. https://gem5. >

Re: [gem5-users] Linux Kernel v. 3.7 for x86

2017-09-20 Thread Jason Lowe-Power
Hello, I think this changeset fixes the issue. https://gem5.googlesource.com/public/gem5/+/a517b4a6fba2674cb2a5b5b50a187473aedd4362. It's committed in the current mainline. Jason On Wed, Sep 20, 2017 at 8:55 AM Jackie Chan wrote: > Hello > > I have been able to run a

[gem5-users] Linux Kernel v. 3.7 for x86

2017-09-20 Thread Jackie Chan
Hello I have been able to run a x86 linux kernel version 3.4 compiled by me on gem5. When I try to use 3.7 kernel, I am seeing following error: panic: Invalid IDE control register offset: 0 To compile kernel version 3.7, I used same config file as was used for 3.4. I wonder if anyone else has