From: W. Trevor King Date: Fri, 8 Oct 2010 13:41:30 +0000 (-0400) Subject: Point to Python wrappers and related tools in content/Elementary_MPI/. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c7aa7396ab538d25c0e8f7945989c40bfd6001dc;p=parallel_computing.git Point to Python wrappers and related tools in content/Elementary_MPI/. --- diff --git a/content/Elementary_MPI/index.shtml b/content/Elementary_MPI/index.shtml index 02848bc..40afdf6 100644 --- a/content/Elementary_MPI/index.shtml +++ b/content/Elementary_MPI/index.shtml @@ -52,6 +52,12 @@ i.e., MPI_COMM_WORLD. However, note that Fortran is case insensitive, and that consequently the use of capital letters is for clarity only.

+

There are also a number of Python wrappers for MPI, such +as mpi4py, as well as wrappers +for many other languages. For more related Python packages, see +Python's parallel +processing wiki page.

+

MPI Initialization