Skip to content
Snippets Groups Projects
Commit ebc298e5 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

WIP: Document OpenMPI v4 performance issues w.r.t. MPI-IO

parent 05bc49e3
No related branches found
No related tags found
2 merge requests!887Automated merge from preview to main,!885Issue 497 - OpenMPI 4.1x. Performance Loss w.r.t. MPI-IO
......@@ -2,6 +2,13 @@
This pages holds known issues observed with MPI and concrete MPI implementations.
## OpenMPI v4.x.x - Performance Loss with MPI-IO-Backend OMPIO
Workaround is to make use of the "old" IO-backend:
```console
export OMPI_MCA_io=^ompio
```
## Mpirun on partition `alpha`and `ml`
Using `mpirun` on partitions `alpha` and `ml` leads to wrong resource distribution when more than
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment