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

Document OpenMPI-ROMIO/HDF5/Chunking issue #1441

Merged
merged 2 commits into from
Jun 6, 2023

Conversation

franzpoeschel
Copy link
Contributor

@franzpoeschel franzpoeschel commented May 11, 2023

open-mpi/ompi#7795

Ideally, we would deactivate chunking by default when detecting use of OpenMPI 4.* + ROMIO, but the only way I found to figure this out is by environment variable:

$ mpirun --mca io ompio -n 1 env | grep 'OMPI_MCA_io'
OMPI_MCA_io=ompio
$ mpirun --mca io romio -n 1 env | grep 'OMPI_MCA_io'
OMPI_MCA_io=romio

Imo, trying to parse this env variable is not worth the effort for a bug that only occurs when not using defaults.

X-ref: open-mpi/ompi#11715

@franzpoeschel franzpoeschel added this to the 0.15.2 milestone May 11, 2023
@ax3l ax3l self-requested a review May 23, 2023 17:49
@ax3l ax3l self-assigned this May 23, 2023
docs/source/backends/hdf5.rst Outdated Show resolved Hide resolved
Co-authored-by: Axel Huebl <[email protected]>
@ax3l ax3l merged commit 033af1b into openPMD:dev Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants