SE Config: Changed se.py to support multithreaded mode
authorJayneel Gandhi <jayneel@cs.wisc.edu>
Tue, 17 Apr 2012 21:12:41 +0000 (16:12 -0500)
committerJayneel Gandhi <jayneel@cs.wisc.edu>
Tue, 17 Apr 2012 21:12:41 +0000 (16:12 -0500)
commit7aa57ac882507f00fded32539dc1adb6998e89ad
treed62e8819e820799e4fe881615a84fb4ee4bd91bc
parentb5b9d2ad3ead8d0bf06e4546ca7fdd41445b6d2b
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.
configs/example/se.py