ADIOS2 icon indicating copy to clipboard operation
ADIOS2 copied to clipboard

Extend Expressions: Stats funcs

Open lizdulac opened this issue 1 year ago • 4 comments

Includes basic statistics functions such as min, max, sum, mean, variance, standard deviation.

These functions return a single value

lizdulac avatar Oct 17 '24 14:10 lizdulac

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?

eisenhauer avatar Oct 23 '24 13:10 eisenhauer

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.

anagainaru avatar Oct 23 '24 15:10 anagainaru

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.

eisenhauer avatar Oct 23 '24 15:10 eisenhauer

These values should be written as LocalValue variable, so the reader will auto-create a 1D global array of those values.

pnorbert avatar Jan 07 '25 19:01 pnorbert

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.

github-actions[bot] avatar Jul 07 '25 03:07 github-actions[bot]

I would keep this open until we have the new derived mechanism. I'll remove the label for now.

anagainaru avatar Jul 07 '25 12:07 anagainaru

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.

anagainaru avatar Nov 06 '25 01:11 anagainaru