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

Bad hdf5 writing performance with OpenMPI 3.x and 4.x on distributed file systems #87

Open
LarsHuebner-LHNW opened this issue Mar 19, 2024 · 0 comments

Comments

@LarsHuebner-LHNW
Copy link

Full dumps are slow on distributed file systems when using recent versions of OpenMPI, that default to ompio for MPI-I/O.
MPICH and MPI implementations based on MPICH (e.g. IntelMPI) use romio and do not have this issue.

setting the environment variables
OMPI_MCA_io=^ompio
OMPI_MCA_fs_ufs_lock_algorithm=3
or calling mpirun with --mca io ^ompio --mca fs_ufs_lock_algorithm 3
disables ompio and enables romio and fixes the slow writes.

From what I found out this seems to be a known issue for (fortran) applications with parallel hdf5 written for api v18 (See for example a note here or on this mailing list ).

Thought I should share this information with other users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant