python-mpi4py

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).

Related packages: python-mpi4py-dbg, python-mpi4py-doc, python3-mpi4py, python3-mpi4py-dbg


Advanced user information

Version control system available: Browse sources

Package availability chart
Distribution Base version Our version Architectures
Debian GNU/Linux 6.0 (squeeze)   1.2.2-1~pre1~nd60+1 i386, amd64
Debian GNU/Linux 7.0 (wheezy) 1.3+hg20120611-3 1.3.1+hg20131106-1~nd70+1 i386, amd64
Debian GNU/Linux 8.0 (jessie) 1.3.1+hg20131106-2 1.3.1+hg20131106-1~nd80+1 i386, amd64
Debian testing (stretch) 1.3.1+hg20131106-2 1.3.1+hg20131106-1~nd80+1+nd90+1 i386, amd64
Debian unstable (sid) 1.3.1+hg20131106-2 1.3.1+hg20131106-1~nd+1 i386, amd64
Ubuntu 10.04 LTS “Lucid Lynx” (lucid)   1.2.2-1~pre1~nd10.04+1 i386, amd64
Ubuntu 12.04 LTS “Precise Pangolin” (precise) 1.2.2-3 1.3.1+hg20131106-1~nd12.04+1 i386, amd64
Ubuntu 14.04 “Trusty Tahr” (trusty) 1.3.1+hg20131106-1build3 1.3.1+hg20131106-1~nd13.10+1+nd14.04+1 i386, amd64
Ubuntu 14.10 “Utopic Unicorn” (utopic) 1.3.1+hg20131106-1build3    
Ubuntu 15.04 “Vivid Vervet” (vivid) 1.3.1+hg20131106-2    
The source code for this portal is licensed under the GPL-3 and is available on git.debian.org.