We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6967980 commit 2c3d395Copy full SHA for 2c3d395
mpi/message-exchange/README.md
@@ -3,8 +3,8 @@
3
### Communicating general Python objects
4
5
Write a simple program where two processes send and receive a message to/from
6
-each other using `send` and `recv`. The message content is a dictionary with a
7
-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.
8
After receiving a message, each process should print out the rank of the
9
process and the value in the received dictionary.
10
0 commit comments