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 2b2ba8c commit 4ea05bcCopy full SHA for 4ea05bc
docs/software/communication/openmpi.md
@@ -30,11 +30,10 @@ srun --mpi=pmix ...
30
31
Additionally, the following environment variables should be set:
32
```bash
33
-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
-```
+export PMIX_MCA_psec="native" # (1)!
+export FI_PROVIDER="cxi" # (2)!
+export OMPI_MCA_pml="^ucx" # (3)!
+export OMPI_MCA_mtl="ofi" # (4)!
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