-
Notifications
You must be signed in to change notification settings - Fork 128
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
support multiple read request for one variable #335
Comments
We need an example for this. It should work this way: |
Let me add that we need the same thing with PutDeferred() on the write side... (And Norbert, I would encourage a test and not just an example! (You probably meant example in the looser sense, but just to clarify...)) |
Related to ornladios#335 Refactored BP3 Serializer to allow multiblock Added multiblock info data structure in Variable DefineVariable pointer removed for type except in Python APIs: numpy array or string in define variable. Tests added TO DO: read multiblock (separate branch)
Related to ornladios#335 Refactored BP3 Serializer to allow multiblock Added multiblock info data structure in Variable DefineVariable pointer removed for type except in Python APIs: numpy array or string in define variable. Tests added TO DO: read multiblock (separate branch)
Satisfies enhancement ornladios#335 Solves bug ornladios#682 , bug ornladios#573, bug ornladios#675, bug ornladios#613
Closing this as this is supported at user API level by bpfile in sync and deferred modes in master. |
Need to support multiple selection in the Variable class
so it is possible to schedule multiple GetDefered() requests on that variable.
Right now client has to union different selections or do GetSync()
if they want to read data from 2 different boundingboxes for the same variable
The text was updated successfully, but these errors were encountered: