Output accumulated meter values in meter printer (#672)
* Print a `meter-total` value of the accumulated meter values across all checkpoints to the meter `ostream` output. * Add default behavior that prints the mean of a meter across all ranks if the meter type is not one of the known special cases (i.e. not one of time, memory or energy). Fixes #671
Please register or sign in to comment