Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
ebc298e5
Commit
ebc298e5
authored
1 year ago
by
Martin Schroschk
Browse files
Options
Downloads
Patches
Plain Diff
WIP: Document OpenMPI v4 performance issues w.r.t. MPI-IO
parent
05bc49e3
No related branches found
Branches containing commit
No related tags found
2 merge requests
!887
Automated merge from preview to main
,
!885
Issue 497 - OpenMPI 4.1x. Performance Loss w.r.t. MPI-IO
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/jobs_and_resources/mpi_issues.md
+7
-0
7 additions, 0 deletions
doc.zih.tu-dresden.de/docs/jobs_and_resources/mpi_issues.md
with
7 additions
and
0 deletions
doc.zih.tu-dresden.de/docs/jobs_and_resources/mpi_issues.md
+
7
−
0
View file @
ebc298e5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment