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 bee6e87 commit 5e6af18Copy full SHA for 5e6af18
src/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst
@@ -187,7 +187,3 @@ the string "done", which is printed out.
187
sendbuf = "done"
188
recvbuf = MPI.COMM_WORLD.bcast(sendbuf,root)
189
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