Point to Python wrappers and related tools in content/Elementary_MPI/.
authorW. Trevor King <wking@drexel.edu>
Fri, 8 Oct 2010 13:41:30 +0000 (09:41 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 8 Oct 2010 13:41:30 +0000 (09:41 -0400)
content/Elementary_MPI/index.shtml

index 02848bcf38aa1f8896278576b585903aa7e9a526..40afdf69893b620f05c43dcbc7a9be2354fb957e 100644 (file)
@@ -52,6 +52,12 @@ i.e., <code>MPI_COMM_WORLD</code>.  However, note that Fortran is case
 insensitive, and that consequently the use of capital letters is for
 clarity only.</p>
 
+<p>There are also a number of Python wrappers for MPI, such
+as <a href="http://mpi4py.scipy.org/">mpi4py</a>, as well as wrappers
+for many other languages.  For more related Python packages, see
+Python's <a href="http://wiki.python.org/moin/ParallelProcessing">parallel
+processing wiki page</a>.</p>
+
 <h2 id="init">MPI Initialization</h2>
 
 <pre>