Extend Expressions: Stats funcs
Includes basic statistics functions such as min, max, sum, mean, variance, standard deviation.
These functions return a single value
msan run timed out. I'm refreshing this to the latest master so it can be merged. But am I misremembering, weren't derived variables turned off by default in the 2.10 release because they're not an advertised feature yet? If so, then does this need to be backported to the 2.10.2 release branch? Or did I miss that someone is asking for this?
This is still work in progress, I'll look at it this week but I think it still needs to add MPI support. I don't think we need to back port, we can just add it in the 2.11 release.
OK, I've taken the backport label off of it so that it doesn't stand in the way of the 2.10.2 release.
These values should be written as LocalValue variable, so the reader will auto-create a 1D global array of those values.
This PR is stale because it has been open 6 months with no activity. Remove stale label or comment or this will be closed in 30 days.
I would keep this open until we have the new derived mechanism. I'll remove the label for now.
There are too many conflicts to fix this PR and for now applications do not need this. I will revisit stats functions some other time.