Re: FVP model + processors

2014-02-05 Thread Victor Kamensky
On 5 February 2014 08:15, Christopher Covington wrote: > On 02/05/2014 11:04 AM, Tom Gall wrote: >> Hi Chris, All, >> >> So how does one run uniprocessor? >> >> If I set cluster1.NUM_CORES=0 >> >> the model will fail on startup with : >> >> error in parameter 'cluster1.NUM_CORES' specification: v

Re: FVP model + processors

2014-02-05 Thread Christopher Covington
On 02/05/2014 11:04 AM, Tom Gall wrote: > Hi Chris, All, > > So how does one run uniprocessor? > > If I set cluster1.NUM_CORES=0 > > the model will fail on startup with : > > error in parameter 'cluster1.NUM_CORES' specification: value is out of range > > If I remove it then I get one process

Re: FVP model + processors

2014-02-05 Thread Tom Gall
Hi Chris, All, So how does one run uniprocessor? If I set cluster1.NUM_CORES=0 the model will fail on startup with : error in parameter 'cluster1.NUM_CORES' specification: value is out of range If I remove it then I get one processor on cluster 0 and 4 processors on cluster 1! Thanks, Tom

Re: FVP model + processors

2014-02-04 Thread Christopher Covington
On 02/04/2014 02:54 PM, Tom Gall wrote: > Hi All, > > Does anyone know of a way to go down to just one processor running the > armv8 FVP model? > > This gets it down to 2 but this seems to be the minimum. > > -C cluster0.NUM_CORES=1 \ > -C cluster1.NUM_CORES=1 \ The VE model variant can do unip

FVP model + processors

2014-02-04 Thread Tom Gall
Hi All, Does anyone know of a way to go down to just one processor running the armv8 FVP model? This gets it down to 2 but this seems to be the minimum. -C cluster0.NUM_CORES=1 \ -C cluster1.NUM_CORES=1 \ Trying to come up with ways to get a little more speed out the model. Thanks! -- Regar