Re: [gem5-users] Map threads onto cores

2015-02-10 Thread Fernando Endo via gem5-users
Hello, You can check: 1) How many cores there are in the config.ini (or equivalent) file 2) How many cores the kernel detects during boot time (system.terminal file: [0.060288] Brought up 2 CPUs) Regards, 2015-01-31 10:53 GMT+01:00, Tayebe Sadeghi via gem5-users : > HiExcuse me,i have a pro

Re: [gem5-users] Map threads onto cores and manage memory

2015-01-13 Thread Amirali Boroumand via gem5-users
Tayebe Sadeghi via gem5-users > Reply-To: Tayebe Sadeghi , gem5 users mailing > list > Date: Tuesday, 13 January 2015 06:52 > To: "gem5-users@gem5.org" > Subject: Re: [gem5-users] Map threads onto cores and manage memory > > I want to run my program in full system

Re: [gem5-users] Map threads onto cores and manage memory

2015-01-13 Thread Andreas Hansson via gem5-users
ailing list mailto:gem5-users@gem5.org>> Date: Tuesday, 13 January 2015 06:52 To: "gem5-users@gem5.org<mailto:gem5-users@gem5.org>" mailto:gem5-users@gem5.org>> Subject: Re: [gem5-users] Map threads onto cores and manage memory I want to run my program in full system mo

Re: [gem5-users] Map threads onto cores and manage memory

2015-01-12 Thread Tayebe Sadeghi via gem5-users
I want to run my program in full system mode. How can i manage threads and memory in gem5?Thanks. On Tuesday, January 13, 2015 9:30 AM, Tayebe Sadeghi wrote: Hi AllI want to write a multi thread program in c++ and run it on multi core in gem5. I want to map threads onto cores for e