Skip to content

Commit 5e90b59

Browse files
authored
Fix missing code block end in OpenMPI docs (#108)
1 parent 7723124 commit 5e90b59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/software/communication/openmpi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export PMIX_MCA_psec="native" # (1)!
3434
export FI_PROVIDER="cxi" # (2)!
3535
export OMPI_MCA_pml="^ucx" # (3)!
3636
export OMPI_MCA_mtl="ofi" # (4)!
37+
```
3738

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

0 commit comments

Comments
 (0)