projects
/
parallel_computing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e2e12
)
Point to Python wrappers and related tools in content/Elementary_MPI/.
author
W. Trevor King
<wking@drexel.edu>
Fri, 8 Oct 2010 13:41:30 +0000
(09:41 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 8 Oct 2010 13:41:30 +0000
(09:41 -0400)
content/Elementary_MPI/index.shtml
patch
|
blob
|
history
diff --git
a/content/Elementary_MPI/index.shtml
b/content/Elementary_MPI/index.shtml
index 02848bcf38aa1f8896278576b585903aa7e9a526..40afdf69893b620f05c43dcbc7a9be2354fb957e 100644
(file)
--- a/
content/Elementary_MPI/index.shtml
+++ b/
content/Elementary_MPI/index.shtml
@@
-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>