From caede2fbd6f2df935beeb079719acc55782e8dfa Mon Sep 17 00:00:00 2001 From: Sylvain Jeaugey Date: Tue, 8 Aug 2017 16:25:07 -0700 Subject: [PATCH] Improve Readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d70bb1f54c..1532a658fb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,10 @@ Run with MPI on 40 processes (potentially on multiple nodes) with 4 GPUs each, d $ mpirun -np 40 ./build/all_reduce_perf -b 8 -e 128M -f 2 -g 4 -c 0 ``` -All tests support the same arguments : +### Arguments + +All tests support the same set of arguments : + * Number of GPUs * `-t,--nthreads ` number of threads per process. Default : 1. * `-g,--ngpus ` number of gpus per process. Default : 1.