Skip to content

Commit ffb5f57

Browse files
Merge pull request #4636 from RachaelSTamakloe/a3m_nccl
Use default --check=1 for NCCL tests
2 parents f111d17 + dcf6278 commit ffb5f57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/machine-learning/a3-highgpu-8g/nccl-tests/run-nccl-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ srun --mpi=pmi2 \
9999
--container-image="${CONTAINER_IMAGE}" \
100100
--container-env="${HOST_VARS}" \
101101
--container-mounts="${CONTAINER_MOUNTS}" \
102-
/nccl/nccl-tests/build/all_reduce_perf -b 1G -e 8G -f 2 -g 1 -w 5 --iters 40 -c 0
102+
/nccl/nccl-tests/build/all_reduce_perf -b 1G -e 8G -f 2 -g 1 -w 5 --iters 40

examples/machine-learning/a3-megagpu-8g/nccl-tests/run-nccl-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ srun -l \
6363
--container-mounts="${CONTAINER_MOUNTS}" \
6464
sh -c "
6565
export LD_LIBRARY_PATH=/var/lib/tcpxo/lib64:/usr/lib/x86_64-linux-gnu:\$LD_LIBRARY_PATH;
66-
/nccl/nccl-tests/build/all_gather_perf -b 8M -e 8G -f 2 -g 1 -w 5 --iters 200 -c 0;
66+
/nccl/nccl-tests/build/all_gather_perf -b 8M -e 8G -f 2 -g 1 -w 5 --iters 200;
6767
"

0 commit comments

Comments
 (0)