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

Package availability chart

Distribution

Base version

Our version

Architectures

Debian GNU/Linux 10.0 (buster)

2.0.0-3

Debian GNU/Linux 11.0 (bullseye)

3.0.3-8

Debian GNU/Linux 12.0 (bookworm)

3.1.4-2

Debian GNU/Linux 9.0 (stretch)

2.0.0-2.1+deb9u1

2.0.0-1~nd90+1

i386, amd64

Debian testing (trixie)

3.1.5-5

Debian unstable (sid)

3.1.5-5

2.0.0-1~nd+1

i386, amd64

Ubuntu 16.04 “Xenial Xerus” (xenial)

1.3.1+hg20131106-2ubuntu5

Ubuntu 18.04 “Bionic Beaver” (bionic)

2.0.0-3

Ubuntu 20.04 “Focal Fossa” (focal)

3.0.3-4build2

Ubuntu 22.04 “Jammy Jellyfish” (jammy)

3.1.3-1build2

Comments

blog comments powered by Disqus