[Blends-commit] r2726 - /projects/science/trunk/debian-science/tasks/distributedcomputing

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Fri Mar 25 20:32:40 UTC 2011


Author: yoh
Date: Fri Mar 25 20:32:29 2011
New Revision: 2726

URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=2726
Log:
injected suggests of mpi4py

Modified:
    projects/science/trunk/debian-science/tasks/distributedcomputing

Modified: projects/science/trunk/debian-science/tasks/distributedcomputing
URL: http://svn.debian.org/wsvn/blends/projects/science/trunk/debian-science/tasks/distributedcomputing?rev=2726&op=diff
==============================================================================
--- projects/science/trunk/debian-science/tasks/distributedcomputing (original)
+++ projects/science/trunk/debian-science/tasks/distributedcomputing Fri Mar 25 20:32:29 2011
@@ -85,3 +85,26 @@
 Published-In: Journal of Grid Computing, 7, 51-72
 Published-Title: Chirp: A Practical Global Filesystem for Cluster and Grid Computing
 Published-Year: 2009
+
+ ; Added by blends-inject 0.0.7. [Please note here if modified manually]
+Suggests: python-mpi4py
+Homepage: http://code.google.com/p/mpi4py/
+Language: Python
+WNPP: 604161
+Responsible: NeuroDebian Team <team at neuro.debian.net>
+License: BSD-2
+Vcs-Browser: http://git.debian.org/?p=pkg-exppsy/mpi4py.git
+Vcs-Git: git://git.debian.org/git/pkg-exppsy/mpi4py.git
+Pkg-URL: http://neuro.debian.net/pkgs/python-mpi4py.html
+Pkg-Description: bindings of the Message Passing Interface (MPI) standard
+ MPI for Python (mpi4py) provides bindings of the Message Passing
+ Interface (MPI) standard for the Python programming language,
+ allowing any Python program to exploit multiple processors.
+ .
+ mpi4py is constructed on top of the MPI-1/MPI-2 specification
+ and provides an object oriented interface which closely follows MPI-2
+ C++ bindings.  It supports point-to-point (sends, receives) and
+ collective (broadcasts, scatters, gathers) communications of any
+ picklable Python object as well as optimized communications of Python
+ object exposing the single-segment buffer interface (NumPy arrays,
+ builtin bytes/string/array objects).




More information about the Blends-commit mailing list