Skip to content

Commit

Permalink
Update README examples/distributed_gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhitingHu committed Mar 9, 2019
1 parent 22eda5a commit 32bc144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/distributed_gpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Here:
* The key configurations for ordinary users:

- `-np`: total number of processes
- `-H`: IP addresses of different servers and the number of processes used in each server. For example, `-H 192.168.11.22:1,192.168.33.44:1`
- `-H`: IP addresses of different servers and the number of processes used in each server. For example, `-H 192.168.11.22:1,192.168.33.44:1`. To run on local machines, set, e.g., `-H localhost:1,localhost:2`.
* Other advanced configurations:

- `--bind-to none`: specifies OpenMPI to not bind a training process to a single CPU core (which would hurt performance).
Expand Down

0 comments on commit 32bc144

Please sign in to comment.