-
Notifications
You must be signed in to change notification settings - Fork 51
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
Random-access for variable-based encoding (i.e. use SetStepSelection for ADIOS2 steps) #1706
base: dev
Are you sure you want to change the base?
Conversation
4f7284b
to
585b084
Compare
238fcd1
to
688ffa9
Compare
huh this works??
This covers the use case that the snapshot attribute has more than just one entry.
e3559c5
to
ecf7039
Compare
@@ -854,6 +861,11 @@ class ADIOS2IOHandler : public AbstractIOHandler | |||
return "ADIOS2"; | |||
} | |||
|
|||
bool fullSupportForVariableBasedEncoding() const override | |||
{ | |||
return openPMD_HAS_ADIOS_2_9; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe exchange for constant true once the minimum supported version of ADIOS2 has been raised to 2.9
read_variablebased_randomaccess::read_variablebased_randomaccess(); | ||
} | ||
|
||
TEST_CASE("iterate_nonstreaming_series", "[serial][adios2]") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test is also modified by #1646, this will lead to merge conflicts.
db665c9
to
e9ee667
Compare
e41f041
to
9475398
Compare
TODO: