Skip to content
Snippets Groups Projects
Commit ab0f1afc authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Added some limited hints about OpenMPI from the GADI system

parent 8ff008f9
No related branches found
No related tags found
1 merge request!1074Documenting MPI settings
...@@ -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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment