We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7723124 commit 5e90b59Copy full SHA for 5e90b59
docs/software/communication/openmpi.md
@@ -34,6 +34,7 @@ export PMIX_MCA_psec="native" # (1)!
34
export FI_PROVIDER="cxi" # (2)!
35
export OMPI_MCA_pml="^ucx" # (3)!
36
export OMPI_MCA_mtl="ofi" # (4)!
37
+```
38
39
1. Ensures PMIx uses the same security domain as Slurm. Otherwise PMIx will print warnings at startup.
40
2. Use the CXI (Slingshot) provider.
0 commit comments