[gem5-users] Thread migration using m5ops

2018-04-19 Thread Bryce Patel
Hello, I am very new to GEM5 and I am wondering how best to simulate thread migration on an asymmetric multicore system. I was thinking I could take a checkpoint partway through execution using the checkpoint m5op, then use the switchcpu m5op, and then restore the checkpoints on another CPU. My u

Re: [gem5-users] Thread migration using m5ops

2018-04-19 Thread Ciro Santilli
On Thu, Apr 19, 2018 at 5:03 PM, Bryce Patel wrote: > Hello, > > I am very new to GEM5 and I am wondering how best to simulate thread > migration on an asymmetric multicore system. I was thinking I could take a > checkpoint partway through execution using the checkpoint m5op, then use the > switch

Re: [gem5-users] Thread migration using m5ops

2018-04-19 Thread Bryce Patel
Thanks for these links, I will look through them for help. The -r option indicates the checkpoint number that I want to restore, right? I have been using --restore=mtout/cpt.TICKNUMBER but I imagine -r will work similarly. Also, I am not sure what you mean by the "m5 guest tool". My understanding i

Re: [gem5-users] Thread migration using m5ops

2018-04-19 Thread Ciro Santilli
On Thu, Apr 19, 2018 at 10:20 PM, Bryce Patel wrote: > Thanks for these links, I will look through them for help. The -r option > indicates the checkpoint number that I want to restore, right? I have been > using --restore=mtout/cpt.TICKNUMBER but I imagine -r will work similarly. > Also, I am not