Skip to content

Commit 6b74530

Browse files
authored
Merge pull request mpitutorial#30 from 0mp/patch-1
Fix a typo.
2 parents 3ed8ce1 + af9a0ff commit 6b74530

File tree

1 file changed

+1
-1
lines changed
  • tutorials/running-an-mpi-cluster-within-a-lan

1 file changed

+1
-1
lines changed

tutorials/running-an-mpi-cluster-within-a-lan/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ $ mpirun -np 10 --hosts master ./cpi
245245
So can this be. The following will also run perfectly.
246246

247247
```bash
248-
$ mpirun - np 10 --hosts master,slave1,slave2 ./cpi
248+
$ mpirun -np 10 --hosts master,slave1,slave2 ./cpi
249249
# To run the program on master and slave nodes.
250250
```
251251

0 commit comments

Comments
 (0)