We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When calling storeChunk with a zero extent, bad things happen.
storeChunk
Have to check again, but either some backends crashed, hung or were made empty().
empty()
To Reproduce Re: ECP-WarpX/WarpX#1898 (comment)
Python:
import openpmd_api # ...
or C++
#include <openPMD/openPMD.hpp> // ...
or command line script, example:
# in directory $HOME/src/openPMD-api mkdir build && cd build cmake .. # fails with: # bash: cmake: command not found
Expected behavior A clear and concise description of what you expected to happen.
Software Environment
Additional context Re: ECP-WarpX/WarpX#1898 (comment)
The text was updated successfully, but these errors were encountered:
Put
I cannot reproduce which test case and openPMD backend (HDF5 or ADIOS2) @RevathiJambunathan used in the linked issue, since we forgot to document it: ECP-WarpX/WarpX#1898 (comment)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When calling
storeChunk
with a zero extent, bad things happen.Have to check again, but either some backends crashed, hung or were made
empty()
.To Reproduce
Re: ECP-WarpX/WarpX#1898 (comment)
Python:
or C++
or command line script, example:
Expected behavior
A clear and concise description of what you expected to happen.
Software Environment
Additional context
Re: ECP-WarpX/WarpX#1898 (comment)
The text was updated successfully, but these errors were encountered: