Skip to content

Commit f0b7e1d

Browse files
committed
Fix annotation numbering in NCCL docs
1 parent 4b7ae6b commit f0b7e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software/communication/nccl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export FI_CXI_DEFAULT_TX_SIZE=32768
2424
export FI_CXI_DISABLE_HOST_REGISTER=1
2525
export FI_CXI_RX_MATCH_MODE=software
2626
export FI_MR_CACHE_MONITOR=userfaultfd
27-
export MPICH_GPU_SUPPORT_ENABLED=0 # (3)
27+
export MPICH_GPU_SUPPORT_ENABLED=0 # (4)
2828
```
2929

3030
1. This forces NCCL to use the libfabric plugin, enabling full use of the Slingshot network. If the plugin can not be found, applications will fail to start. With the default value, applications would instead fall back to e.g. TCP, which would be significantly slower than with the plugin. [More information about `NCCL_NET`](https://docs.nvidia.com/deeplearning/nccl/user-guide/docs/env.html#nccl-net).

0 commit comments

Comments
 (0)