mirror of
https://github.com/NVIDIA/nccl-tests.git
synced 2026-05-03 13:02:36 +00:00
Update README.md
Checks are now fully local, no need to disable them at scale.
This commit is contained in:
@@ -29,9 +29,9 @@ Run on 8 GPUs (`-g 8`), scanning from 8 Bytes to 128MBytes :
|
|||||||
$ ./build/all_reduce_perf -b 8 -e 128M -f 2 -g 8
|
$ ./build/all_reduce_perf -b 8 -e 128M -f 2 -g 8
|
||||||
```
|
```
|
||||||
|
|
||||||
Run with MPI on 40 processes (potentially on multiple nodes) with 4 GPUs each, disabling checks :
|
Run with MPI on 40 processes (potentially on multiple nodes) with 4 GPUs each :
|
||||||
```shell
|
```shell
|
||||||
$ mpirun -np 40 ./build/all_reduce_perf -b 8 -e 128M -f 2 -g 4 -c 0
|
$ mpirun -np 40 ./build/all_reduce_perf -b 8 -e 128M -f 2 -g 4
|
||||||
```
|
```
|
||||||
|
|
||||||
### Performance
|
### Performance
|
||||||
|
|||||||
Reference in New Issue
Block a user