Re: [gem5-users] Changing the "inParallelMode"

2020-03-02 Thread Ayaz Akram
rds, > > Yuchen > > > -原始邮件- > *发件人:*"Ayaz Akram" > *发送时间:*2020-03-01 15:54:03 (星期日) > *收件人:* "gem5 users mailing list" > *抄送:* m5-us...@m5sim.org > *主题:* Re: [gem5-users] Changing the "inParallelMode" > > Hi Yuchen, > &g

Re: [gem5-users] Changing the "inParallelMode"

2020-03-02 Thread YUCHEN ZHOU
(星期日) 收件人: "gem5 users mailing list" 抄送: 主题: Re: [gem5-users] Changing the "inParallelMode" Hi, This work was started in past You can the progress information and steps required in this link http://www.m5sim.org/Parallel_M5 For now seeing the mailing I do not s

Re: [gem5-users] Changing the "inParallelMode"

2020-03-02 Thread YUCHEN ZHOU
Thanks, Ayaz. So if it is possible to change some code to support other CPU models? Best regards, Yuchen -原始邮件- 发件人:"Ayaz Akram" 发送时间:2020-03-01 15:54:03 (星期日) 收件人: "gem5 users mailing list" 抄送: m5-us...@m5sim.org 主题: Re: [gem5-users] Changing the "i

Re: [gem5-users] Changing the "inParallelMode"

2020-02-29 Thread Ayaz Akram
Hi Yuchen, Parallel mode is currently only supported for kvm cpu model. -Ayaz > On Feb 29, 2020, at 11:25 PM, YUCHEN ZHOU wrote: > >  > Hi all, > > > > Recently I tried to parallelize the gem5's simulation engine to run on > shared-memory multicore systems. I changed the value of

Re: [gem5-users] Changing the "inParallelMode"

2020-02-29 Thread Abhishek Singh
Hi, This work was started in past You can the progress information and steps required in this link http://www.m5sim.org/Parallel_M5 For now seeing the mailing I do not see anyone continuing this work, but there were people who had started working on this On Sun, Mar 1, 2020 at 2:25 AM YUCHEN

[gem5-users] Changing the "inParallelMode"

2020-02-29 Thread YUCHEN ZHOU
Hi all, Recently I tried to parallelize the gem5's simulation engine to run on shared-memory multicore systems. I changed the value of "inParallelMode" to "true" in eventq.cc which I thought could be used to change the execution mode of gem5 and I changed the main.py, event.mainq =