Skip to content

Commit 5e6af18

Browse files
author
Matthias Koeppe
committed
src/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst: Remove sanism
1 parent bee6e87 commit 5e6af18

File tree

1 file changed

+0
-4
lines changed
  • src/doc/en/thematic_tutorials/numerical_sage

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,3 @@ the string "done", which is printed out.
187187
sendbuf = "done"
188188
recvbuf = MPI.COMM_WORLD.bcast(sendbuf,root)
189189
print(recvbuf)
190-
191-
MPI programming is difficult. It is "schizophrenic programming" in
192-
that you are writing a single programming with multiple threads of
193-
execution "many voices in one head".

0 commit comments

Comments
 (0)