Skip to content

Commit 4ea05bc

Browse files
authored
Update docs/software/communication/openmpi.md
1 parent 2b2ba8c commit 4ea05bc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/software/communication/openmpi.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ srun --mpi=pmix ...
3030

3131
Additionally, the following environment variables should be set:
3232
```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-
```
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)!
3837

3938
1. Ensures PMIx uses the same security domain as Slurm. Otherwise PMIx will print warnings at startup.
4039
2. Use the CXI (Slingshot) provider.

0 commit comments

Comments
 (0)