Skip to content

Commit

Permalink
Update mpi4py_ex.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WonyoungCho committed Jun 25, 2019
1 parent e8457b4 commit 4e53998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mpi4py_ex.md
Expand Up @@ -206,7 +206,7 @@ if rank == 0:
print 'sum =', tsum[0]
```

```
```sh
$ mpiexec -n 4 python reduce.py
1 sum = 22.0
3 sum = 54.0
Expand Down

0 comments on commit 4e53998

Please sign in to comment.