----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1151/#review2557 -----------------------------------------------------------
Do we really need the command line option? If you have multiple processors but only one process, then you can infer that it must be a multithreaded process (else those other processors will never do anything). I suspect that it used to work this way and then got broken at some point. So you do need some kind of fix in se.py, I just think you can do it automatically without adding a command-line option. - Steve Reinhardt On April 16, 2012, 4:17 p.m., Jayneel Gandhi wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/1151/ > ----------------------------------------------------------- > > (Updated April 16, 2012, 4:17 p.m.) > > > Review request for Default. > > > Description > ------- > > Changeset 8957:fa0acc2ed79e > --------------------------- > SE Config: Added --mt flag to SE mode > Multithreaded programs did not run by just specifying the binary once on the > command line of SE mode.The default mode is multi-programmed mode. Added > option in SE mode to run multi-threaded programs. Default mode is still > multi-programmed mode. > > > Diffs > ----- > > configs/common/Options.py bbceb6297329 > configs/example/se.py bbceb6297329 > > Diff: http://reviews.gem5.org/r/1151/diff/ > > > Testing > ------- > > Ran to check backward compatibility with multi-programmed mode. > > > Thanks, > > Jayneel Gandhi > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
