Skip to content

Commit 4b9a49c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software/communication/openmpi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export OMPI_MCA_mtl="ofi" # (4)!
3737

3838
1. Ensures PMIx uses the same security domain as Slurm. Otherwise PMIx will print warnings at startup.
3939
2. Use the CXI (Slingshot) provider.
40-
3. Use anything except [UCX](https://openucx.org/documentation/) for [point-to-point communication](https://docs.open-mpi.org/en/v5.0.x/mca.html#selecting-which-open-mpi-components-are-used-at-run-time).
40+
3. Use anything except [UCX](https://openucx.org/documentation/) for [point-to-point communication](https://docs.open-mpi.org/en/v5.0.x/mca.html#selecting-which-open-mpi-components-are-used-at-run-time). The `^` signals that OpenMPI should exclude all listed components.
4141
4. Use libfabric for the [Matching Transport Layer](https://docs.open-mpi.org/en/v5.0.x/mca.html#frameworks).
4242

4343
!!! info "CXI provider does all communication through the network interface cards (NICs)"

0 commit comments

Comments
 (0)