fix a typo in README.md

This commit is contained in:
Kaiyu Yang 2015-12-24 00:01:02 +08:00
parent eb2d869f71
commit d332c41e71

View File

@ -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.