Skip to content

Commit e5a7637

Browse files
Revert "NCCL_CROSS_NIC=1"
This reverts commit 5a4c3a5.
1 parent 50cfaac commit e5a7637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/gpu/nccl_run_allreduce_H100.sbatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343
--bind-to numa \
4444
-npernode 8 \
4545
--mca coll ^hcoll \
46-
-x NCCL_CROSS_NIC=1 \
46+
-x NCCL_CROSS_NIC=0 \
4747
-x NCCL_SOCKET_NTHREADS=16 \
4848
-x NCCL_DEBUG=WARN \
4949
-x NCCL_CUMEM_ENABLE=0 \

samples/gpu/nccl_run_allreduce_H100.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ do
5757
--bind-to numa \
5858
-npernode 8 \
5959
--mca coll ^hcoll \
60-
-x NCCL_CROSS_NIC=1 \
60+
-x NCCL_CROSS_NIC=0 \
6161
-x NCCL_SOCKET_NTHREADS=16 \
6262
-x NCCL_DEBUG=WARN \
6363
-x NCCL_CUMEM_ENABLE=0 \

0 commit comments

Comments
 (0)