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

OpenMPI: Use ROMIO for IO #280

Open
ax3l opened this issue Jan 21, 2019 · 1 comment
Open

OpenMPI: Use ROMIO for IO #280

ax3l opened this issue Jan 21, 2019 · 1 comment

Comments

@ax3l
Copy link
Member

ax3l commented Jan 21, 2019

A note on using libSplash with OpenMPI:

OpenMPI's default for its IO backend is OMPIO, starting with 2.x.

Unfortunately, that backend contains severe bugs leading to data corruption and sporadic crashes as of the latest releases (e.g. 3.1.3 and 4.0.0). Please see open-mpi/ompi#6285 for details.

As a work-around for all systems that rely on OpenMPI (and its derivatives, such as BullMPI), disable the "OMPIO" default IO backend and fallback to the existing ROMIO backend for MPI-I/O until fixed versions are available.

Available runtime switches:

export OMPI_MCA_io=^ompio
mirun ...

or

mpirun --mca io ^ompio ...

Other MPI implementations such as MPICH, and MPICH-based flavors such as IntelMPI, use ROMIO by default (they develop ROMIO) and are not affected.

@ax3l
Copy link
Member Author

ax3l commented Jan 28, 2020

Issue continued in: openPMD/openPMD-api#446

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