Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/nccl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaiyu Yang <yangky11@outlook.com>2015-12-23 19:01:02 +0300
committerKaiyu Yang <yangky11@outlook.com>2015-12-23 19:01:02 +0300
commitd332c41e715cd06f93e5ccb88f597f1e2efc2581 (patch)
tree2e4018a7e59ffa8bf631b13644d048c5bd3b00cd /README.md
parenteb2d869f713071657c0febe60a62d0c1e3bccbbd (diff)
fix a typo in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7722ce9..6606b7c 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Test binaries are located in the subdirectories nccl/build/test and nccl/build/m
```shell
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./build/lib
-$ ./build/test/allreduce_test
+$ ./build/test/all_reduce_test
Error: must specify at least data size in bytes!
Tests nccl AllReduce with user supplied arguments.