Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function to get the absolute steps of a variable that is not written every step #2006

Closed
pnorbert opened this issue Mar 2, 2020 · 1 comment
Assignees

Comments

@pnorbert
Copy link
Contributor

pnorbert commented Mar 2, 2020

ADIOS reading works with relative steps, i.e. if a file has 100 output steps, and variable X has 20 steps in it, then one addresses the steps from 0..19. What is missing, the opportunity for a reader to identify which actual steps X was written to.

The absolute step is not required for reading the data. It is desirable for applications/middleware to track back their stepping of that variable.

Asking for a public function for a variable, which returns a vector of the absolute steps the variable was written.

For example, openPMD needs to identify the absolute steps and currently does that by encoding the step in the name of the variable. A proper streaming solution with one-variable-many-steps requires this additional functionality (for openPMD to support its reading model).

@ax3l @franzpoeschel

@pnorbert pnorbert self-assigned this Mar 2, 2020
@pnorbert
Copy link
Contributor Author

pnorbert commented Feb 4, 2021

fixed by #2508

@pnorbert pnorbert closed this as completed Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant