Re: [Gems-users] opal statistics


Date: Tue, 3 May 2005 22:05:09 -0400
From: yilmazer@xxxxxxxxxxx
Subject: Re: [Gems-users] opal statistics
Thanks a lot.
What do you suggset, what can I do, then? Any advice??

Thanks.


Quoting Mike Marty <mikem@xxxxxxxxxxx>:

> How about something like
> 
> #define STAT_INC(A) ()
> 
> Honestly I doubt that this will make much of a difference in runtime.
> 
> --Mike
> 
> 
> > Thanks Luke,
> > Actually, I need to run it fast, so is there a way make it not to collect
> > statistics?
> > Thanks again.
> >
> > Quoting Luke Yen <lyen@xxxxxxxxxxx>:
> >
> > >   There isn't a global way to do this but Most of Opal's stats are
> updated
> > > through a STAT_INC macro defined in opal/common/hfatypes.h.
> > > You can remove the increment statement done inside this function.
> > > In addition, Opal's stats are printed out by the printStats() function
> in
> > > opal/system/pseq.C, so you can comment everything inside this function
> > > out.
> > >
> > >    Luke
> > >
> > > On Tue, 3 May 2005 yilmazer@xxxxxxxxxxx wrote:
> > >
> > > > Hi,
> > > > Is there a way to run opal all statistics turned off? I would like to
> run
> > > opal
> > > > in a fast mode, if it is possible.
> > > > Thanks.
> > > >
> > > >
> > > > _______________________________________________
> > > > Gems-users mailing list
> > > > Gems-users@xxxxxxxxxxx
> > > > https://lists.cs.wisc.edu/mailman/listinfo/gems-users
> > > >
> > > _______________________________________________
> > > Gems-users mailing list
> > > Gems-users@xxxxxxxxxxx
> > > https://lists.cs.wisc.edu/mailman/listinfo/gems-users
> > >
> >
> >
> >
> > _______________________________________________
> > Gems-users mailing list
> > Gems-users@xxxxxxxxxxx
> > https://lists.cs.wisc.edu/mailman/listinfo/gems-users
> >
> _______________________________________________
> Gems-users mailing list
> Gems-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/gems-users
> 



[← Prev in Thread] Current Thread [Next in Thread→]