From 3202d6b393c42b1e626fab8eb3caf21b88fb8519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Obih=C3=B6rnchen?= Date: Fri, 12 Oct 2018 19:08:14 +0200 Subject: [PATCH] Fix nccl-tests all_reduce_perf path It's `all_reduce_perf` not `allreduce_perf` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47ae0c4..e22f712 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Tests for NCCL are maintained separately at https://github.com/nvidia/nccl-tests $ git clone https://github.com/NVIDIA/nccl-tests.git $ cd nccl-tests $ make -$ ./build/allreduce_perf -b 8 -e 256M -f 2 -g +$ ./build/all_reduce_perf -b 8 -e 256M -f 2 -g ``` ## Copyright