From c7aa7396ab538d25c0e8f7945989c40bfd6001dc Mon Sep 17 00:00:00 2001
From: "W. Trevor King"
Date: Fri, 8 Oct 2010 09:41:30 -0400
Subject: [PATCH] Point to Python wrappers and related tools in
content/Elementary_MPI/.
---
content/Elementary_MPI/index.shtml | 6 ++++++
1 file changed, 6 insertions(+)
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
--
2.26.2