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

storeChunk with zero extent #1147

Open
ax3l opened this issue Nov 16, 2021 · 1 comment
Open

storeChunk with zero extent #1147

ax3l opened this issue Nov 16, 2021 · 1 comment

Comments

@ax3l
Copy link
Member

ax3l commented Nov 16, 2021

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:

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

  • version of openPMD-api: 0.14.3
  • installed openPMD-api via: any
  • operating system: Linux
  • machine: Ubuntu
  • name and version of Python implementation: N/A
  • version of HDF5: [e.g. 1.12.0]
  • version of ADIOS1: [e.g. 1.13.1]
  • version of ADIOS2: [e.g. 2.7.1]
  • name and version of MPI: [e.g. OpenMPI 4.1.1]

Additional context
Re: ECP-WarpX/WarpX#1898 (comment)

@ax3l
Copy link
Member Author

ax3l commented Jan 31, 2023

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)

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