Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
ab0f1afc
Commit
ab0f1afc
authored
5 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Added some limited hints about OpenMPI from the GADI system
parent
8ff008f9
No related branches found
No related tags found
1 merge request
!1074
Documenting MPI settings
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README-mpi-hints.md
+13
-0
13 additions, 0 deletions
README-mpi-hints.md
with
13 additions
and
0 deletions
README-mpi-hints.md
+
13
−
0
View file @
ab0f1afc
...
@@ -35,3 +35,16 @@ using the asynchronous progression settings:
...
@@ -35,3 +35,16 @@ using the asynchronous progression settings:
## OpenMPI
## OpenMPI
_Open MPI_
comes in many flavours with many combinations of underlying
transport libraries and running on many different fabrics. A complete
description of all combinations is beyond the scope of this guide.
On Mellanox hardware, we have had success running version 4.0 with the
UCX layer version 1.6 and using the following settings:
```
-mca coll_hcoll_enable 0
UCX_TLS=ud_x,shm,self
UCX_RC_MLX5_TM_ENABLE=n
UCX_DC_MLX5_TM_ENABLE=n
```
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