-
Notifications
You must be signed in to change notification settings - Fork 126
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
Python: Openning adios v1 file in read-only mode gives error #3574
Comments
Hmm. I don't have adios1 installed, so I cut that part out of the python code and the adios2 part runs without error. Maybe this is some kind of odd interaction that comes from having both those versions loaded at the same time? |
Thank you, @eisenhauer I created an empty conda env and installed adios2 only (along with the dependencies). I still get the error. I do have other bp files that are OK to load.
I'm using PS: I did try to use |
Well, current master sets the "modifiable" flag in attributes created created by the BP3 deserializer to true, but that change was made 8 months ago. The 2.8.3 release was cut 9 months ago. Might you be using the release directly? Wondering if this might have been inadvertently fixed... |
Do you mean compiling ADIOS2 with Python support? I might try later. Does the Conda version update with the GitHub HEAD? The Conda version I use ( |
I'm not completely sure about conda, but at a quick glance it looks like it might be only building the 2.8.3 release and not master. That would perhaps explain things... |
Yeah, it looks like the recipe in conda-feedstock specifically pulls and builds the 2.8.3 release: |
@eisenhauer Thank you for following up. I did a quick test with the master and the error was gone. So, I'm closing this. It would be great if the conda version gets updated soon. |
Why does the code try to modify some signatures?
Output:
Link to the
test.bp
.The text was updated successfully, but these errors were encountered: