Skip to content

Commit

Permalink
Per issue #1843 added Scatter Index (si) to CNTinfo class. SL
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Linden committed Jul 21, 2021
1 parent a7c94fe commit 4cd87e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions met/src/libcode/vx_statistics/met_stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ class CNTInfo {
CIInfo e10, e25, e50, e75, e90, eiqr;
CIInfo mad;

// Scatter Index
CIInfo si;

int n_ranks, frank_ties, orank_ties;

void clear();
Expand Down

0 comments on commit 4cd87e6

Please sign in to comment.