Skip to content

Commit

Permalink
src/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst: Remove sanism
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Feb 13, 2024
1 parent bee6e87 commit 5e6af18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,3 @@ the string "done", which is printed out.
sendbuf = "done"
recvbuf = MPI.COMM_WORLD.bcast(sendbuf,root)
print(recvbuf)
MPI programming is difficult. It is "schizophrenic programming" in
that you are writing a single programming with multiple threads of
execution "many voices in one head".

0 comments on commit 5e6af18

Please sign in to comment.