On Mon, 2008-05-05 at 20:40 +0530, Chirag Jog wrote:
> * Gilles Carry <[EMAIL PROTECTED]> [2008-05-05 13:12:52]:
> 
> >  Modified matrix_mult.c to consider pass criteria (-c) arg.
> > 
> > Signed-off-by: Gilles Carry <[EMAIL PROTECTED]>
> > Cc: Darren Hart <[EMAIL PROTECTED]>
> > Cc: Tim Chavez <[EMAIL PROTECTED]>
> Acked-by: Chirag <[EMAIL PROTECTED]>
Merged-by: Subrata Modak <[EMAIL PROTECTED]>

Thanks
> 
> > ---
> >  testcases/realtime/func/matrix_mult/matrix_mult.c |    5 +++--
> >  1 files changed, 3 insertions(+), 2 deletions(-)
> > 
> > diff --git a/testcases/realtime/func/matrix_mult/matrix_mult.c 
> > b/testcases/realtime/func/matrix_mult/matrix_mult.c
> > index 9466bf0..21fded8 100644
> > --- a/testcases/realtime/func/matrix_mult/matrix_mult.c
> > +++ b/testcases/realtime/func/matrix_mult/matrix_mult.c
> > @@ -350,10 +350,11 @@ void main_thread(void)
> >  int main(int argc, char *argv[])
> >  {
> >     setup();
> > +   pass_criteria = PASS_CRITERIA;
> >     rt_init("jl:h", parse_args, argc, argv);
> >     numcpus = sysconf(_SC_NPROCESSORS_ONLN);
> > -   /* the minimum avg concurrent multiplier to pass, TODO: make 
> > configurable */
> > -   criteria = PASS_CRITERIA * numcpus;
> > +   /* the minimum avg concurrent multiplier to pass */
> > +   criteria = pass_criteria * numcpus;
> > 
> >     printf("\n---------------------------------------\n");
> >     printf("Matrix Multiplication (SMP Performance)\n");
> > -- 
> > 1.5.4.3.450.gb92176
> > 
> > 
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> > Don't miss this year's exciting event. There's still time to save $100. 
> > Use priority code J8TL2D2. 
> > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> > _______________________________________________
> > Ltp-list mailing list
> > Ltp-list@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/ltp-list
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to