From 23326c8d3447d8b53b9418ca7e13d4621ec7f6da Mon Sep 17 00:00:00 2001 From: Sylvain Jeaugey Date: Thu, 10 Oct 2019 10:51:05 -0700 Subject: [PATCH] Update README.md Checks are now fully local, no need to disable them at scale. [ROCm/rccl-tests commit: a2af1d959dd01a68b55a8f31aa44538d58dc0c35] --- projects/rccl-tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rccl-tests/README.md b/projects/rccl-tests/README.md index b8b65676b0..791bed2599 100644 --- a/projects/rccl-tests/README.md +++ b/projects/rccl-tests/README.md @@ -29,9 +29,9 @@ Run on 8 GPUs (`-g 8`), scanning from 8 Bytes to 128MBytes : $ ./build/all_reduce_perf -b 8 -e 128M -f 2 -g 8 ``` -Run with MPI on 40 processes (potentially on multiple nodes) with 4 GPUs each, disabling checks : +Run with MPI on 40 processes (potentially on multiple nodes) with 4 GPUs each : ```shell -$ mpirun -np 40 ./build/all_reduce_perf -b 8 -e 128M -f 2 -g 4 -c 0 +$ mpirun -np 40 ./build/all_reduce_perf -b 8 -e 128M -f 2 -g 4 ``` ### Performance