Skip to content

Commit 18aee3f

Browse files
committed
Add more text about NCCL_NET_PLUGIN
1 parent f0b7e1d commit 18aee3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/software/communication/nccl.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ export MPICH_GPU_SUPPORT_ENABLED=0 # (4)
5858
nid006352:34610:34631 [0] NCCL INFO Using network AWS Libfabric
5959
```
6060

61-
!!! warning "`NCCL_NET_PLUGIN="ofi"` with uenvs"
61+
!!! warning "Do not use `NCCL_NET_PLUGIN="ofi"` with uenvs"
62+
NCCL has an alternative way of specifying what plugin to use: `NCCL_NET_PLUGIN`.
6263
When using uenvs, do not set `NCCL_NET_PLUGIN="ofi"` instead of, or in addition to, `NCCL_NET="AWS Libfabric"`.
6364
If you do, your application will fail to start since NCCL will:
6465

0 commit comments

Comments
 (0)