Skip to content

Commit 8af4937

Browse files
Matthias Köppegrhkm21
andauthored
Improve wording (from code review)
Co-authored-by: grhkm21 <[email protected]>
1 parent 859946a commit 8af4937

File tree

1 file changed

+2
-2
lines changed
  • src/doc/en/thematic_tutorials/numerical_sage

1 file changed

+2
-2
lines changed

src/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ Consider the following example which you should put in a script ``mpi_2.py``
7171
print(data)
7272
7373
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
74+
produce 5 outputs. Each process will create an array and pass
75+
it to the next process, where the last process passes to the
7676
first. Note that ``MPI.size`` is the total number of MPI
7777
processes. ``MPI.COMM_WORLD`` is the communication world.
7878

0 commit comments

Comments
 (0)