This package browser is in early development. Mind the rough edges.

python-mpi4py

Python bindings for the Message Passing Interface 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 and collective communications of any picklable Python object as well as optimized communications of Python objects (such as NumPy arrays) that expose a buffer interface.

Installation

Install the latest version of python-mpi4py as follows:

guix install python-mpi4py

Or install a particular version:

guix install python-mpi4py@4.1.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-mpi4py about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-mpi4py'><img src='https://packages.guix.gnu.org/packages/python-mpi4py/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-mpi4py/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-mpi4py)

Example Org:

[[https://packages.guix.gnu.org/packages/python-mpi4py][https://packages.guix.gnu.org/packages/python-mpi4py/badges/latest-version.svg]]