Re: [Gems-users] opal statistics


Date: Tue, 3 May 2005 14:17:39 -0500 (CDT)
From: Luke Yen <lyen@xxxxxxxxxxx>
Subject: Re: [Gems-users] opal statistics
  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
>
[← Prev in Thread] Current Thread [Next in Thread→]