Skip to content

Commit

Permalink
Small language / formatting improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
jussienko committed Apr 21, 2020
1 parent 6967980 commit 2c3d395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpi/message-exchange/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
### Communicating general Python objects

Write a simple program where two processes send and receive a message to/from
each other using `send` and `recv`. The message content is a dictionary with a
key `{‘rank’ : myrank}` where myrank is the rank of the sending process.
each other using `send` and `recv`. The message content is a dictionary
`{‘rank’ : myrank}` where `myrank` is the rank of the sending process.
After receiving a message, each process should print out the rank of the
process and the value in the received dictionary.

Expand Down

0 comments on commit 2c3d395

Please sign in to comment.