Review Board 2.0.15


SE Config: Changed se.py to support multithreaded mode

Review Request #1151 - Created April 16, 2012 and submitted - Latest diff uploaded

Information
Jayneel Gandhi
gem5
default
Reviewers
Default
Changeset 8957:b7a6a4605c44
---------------------------
SE Config: Changed se.py to support multithreaded 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
check in SE mode to run multi-threaded programs in case only one program is
specified with multiple CPUS. Default mode is still multi-programmed mode.
Ran to check backward compatibility with multi-programmed mode.