On Wed, 13 Apr 2011, biswabandan panda wrote:

i am not giving in the command line. In the python script itself, i am
specifying like this

*
for i, cpu in zip(range(len(cpus)), root.system.cpu):
root.system.cpu[i].max_insts_all_threads = 25000000*

but the problem is if any core finishes the above number first, then the
entire simulation exits

On Wed, Apr 13, 2011 at 8:10 PM, Nilay Vaish <[email protected]> wrote:

On Wed, 13 Apr 2011, biswabandan panda wrote:

 Hi,
              hope u r doing well, have u used multiprogrammed workloads
for spec 2k6  because the python file is exiting if any of the thread
reaches --max-insts. It is happening for both --anythreads and
--allthreads
option for simulation termination. Could u please help me out like what to
change so that the simulation will exit when all the threads reaches the
--max-insts. I need it badly. PLz do reply


What's  the command line that you supply?

--
Nilay




How do you begin the execution of the simulator? You must be writing some command on the command line.

Nilay
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to