You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an update to the SPC code to add two major features:
bin counters and the mmap interface. Bin counters are designed
to allow for more context in the counters so that one counter
can have several sub-counters attached to it as bins with
breakpoints to denote when each bin gets incremented.
These are used extensively for collective algorithm counters
which count the number of times each collective algorithm is
called and under which circumstances small/large communicator/
message. The mmap interface creates a shared file using mmap
so tools can attach to this and read SPC values directly using
an XML file to point out where the data for each counter
resides. This update also includes some bug fixes and quality
of life improvements to the code.
Signed-off-by: David Eberius <deberius@vols.utk.edu>
0 commit comments