There was an error while loading. Please reload this page.
1 parent 0b4c4cb commit 2cbb968Copy full SHA for 2cbb968
README.md
@@ -29,9 +29,9 @@ Run on 8 GPUs (`-g 8`), scanning from 8 Bytes to 128MBytes :
29
$ ./build/all_reduce_perf -b 8 -e 128M -f 2 -g 8
30
```
31
32
-Run with MPI on 40 processes (potentially on multiple nodes) with 4 GPUs each :
+Run with MPI on 10 processes (potentially on multiple nodes) with 4 GPUs each, for a total of 40 GPUs:
33
```shell
34
-$ mpirun -np 40 ./build/all_reduce_perf -b 8 -e 128M -f 2 -g 4
+$ mpirun -np 10 ./build/all_reduce_perf -b 8 -e 128M -f 2 -g 4
35
36
37
### Performance
0 commit comments