On Mon, Apr 8, 2013 at 8:44 PM, Seyed <[email protected]> wrote:
> Hi, > > It seems that "-stopinsns X" for multi-core specifies the total number of > instructions to be X (i.e., the aggregate number of instructions for all > cores). Is there any way to specify the number of instructions for each > core? > > Its possible but you'll have to modify the code to do that. When stopinsns is specified its divided by total number of cores and each core gets its share of instructions. So you can modify this to allocate specific count for each core. - Avadh > Best, > Seyed > > > _______________________________________________ > http://www.marss86.org > Marss86-Devel mailing list > [email protected] > https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel >
_______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
