We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859946a commit 8af4937Copy full SHA for 8af4937
src/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst
@@ -71,8 +71,8 @@ Consider the following example which you should put in a script ``mpi_2.py``
71
print(data)
72
73
The same command as above with ``mpi_1.py`` replaced by ``mpi_2.py`` will
74
-produce 5 outputs and you will see each process creates an array and
75
-then passes it to the next guy (where the last guy passes to the
+produce 5 outputs. Each process will create an array and pass
+it to the next process, where the last process passes to the
76
first. Note that ``MPI.size`` is the total number of MPI
77
processes. ``MPI.COMM_WORLD`` is the communication world.
78
0 commit comments