darshan-hpc / darshan

Darshan I/O characterization tool
Other
56 stars 27 forks source link

Fix #946, Append mode in mod_agg_iohist doesn't work #947

Open jakobluettgau opened 1 year ago

jakobluettgau commented 1 year ago

Fixes #946 - Caching of aggregators was supposed to be stored to report.summary['<name-of-aggregator>'] and not report.data.

We might want to consider dropping this behavior at this level altogether in favor of other facilities, but the feature was originally motivated by an interactive analysis that would keep reports in memory without needing to recalculate users would interact with the same log repetitively.