We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa0b04 commit e6d22b6Copy full SHA for e6d22b6
samples/gpu/nccl_run_alltoall.sh
@@ -73,6 +73,7 @@ fi
73
74
# Use -x NCCL_MAX_P2P_NCHANNELS=16 until NCCL 2.12 release which has a fix to allow NCCL_MAX_P2P_NCHANNELS=32 for nodes with 16 RDMA NICss
75
# final version
76
+ # you need --mca coll ^hcoll when using an image that has OFED 5.4 or newer
77
mpirun --mca pml ucx \
78
--bind-to numa \
79
--mca coll ^hcoll \
0 commit comments