[gem5-users] Basic question on gem5 configuration script for multi-threaded workload

2021-11-15 Thread Sachin Vijay Kumar via gem5-users
Hi all, I have some basic question about assigning a multithreaded program into different cores of ARM in gem5 simulation. Basically, I have hashmark benchmark file which is built for arm core with "m5 threads". The executable takes number of threads to create and a input file as argument. Now

[gem5-users] Re: Basic question on gem5 configuration script for multi-threaded workload

2021-11-21 Thread Sachin Vijay Kumar via gem5-users
re this is right, but I think what you do is assign the > same process object to each core you want a thread to run on. > > Gabe > > On Mon, Nov 15, 2021 at 10:25 AM Sachin Vijay Kumar via gem5-users < > gem5-users@gem5.org> wrote: > >> Hi all, >> >

[gem5-users] Re: Basic question on gem5 configuration script for multi-threaded workload

2021-11-23 Thread Sachin Vijay Kumar via gem5-users
> On Mon, Nov 15, 2021 at 5:51 PM Gabe Black via gem5-users < >> gem5-users@gem5.org> wrote: >> >>> I'm not 100% sure this is right, but I think what you do is assign the >>> same process object to each core you want a thread to run on. >>> >>&g