Skip to content

Commit 1774e6b

Browse files
authored
Reduce default TX size for NCCL environment variables (#294)
32k is too high for libfabric and the default (1k) is used instead. Use the real max: 16k.
1 parent 198406f commit 1774e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software/communication/nccl_env_vars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export NCCL_PROTO=^LL128
1717
# performance on the Alps network across a wide range of applications. Specific
1818
# applications may perform better with other values.
1919
export FI_CXI_DEFAULT_CQ_SIZE=131072
20-
export FI_CXI_DEFAULT_TX_SIZE=32768
20+
export FI_CXI_DEFAULT_TX_SIZE=16384
2121
export FI_CXI_DISABLE_HOST_REGISTER=1
2222
export FI_CXI_RX_MATCH_MODE=software
2323
export FI_MR_CACHE_MONITOR=userfaultfd

0 commit comments

Comments
 (0)