Skip to main content

Python bindings for MPI

Project description

This package provides Python bindings for the Message Passing Interface (MPI) standard. It is implemented on top of the MPI-1/2/3 specification and exposes an API which grounds on the standard MPI-2 C++ bindings.

Features

This package supports:

  • Convenient communication of any picklable Python object

    • point-to-point (send & receive)

    • collective (broadcast, scatter & gather, reductions)

  • Fast communication of Python object exposing the Python buffer interface (NumPy arrays, builtin bytes/string/array objects)

    • point-to-point (blocking/nonbloking/persistent send & receive)

    • collective (broadcast, block/vector scatter & gather, reductions)

  • Process groups and communication domains

    • Creation of new intra/inter communicators

    • Cartesian & graph topologies

  • Parallel input/output:

    • read & write

    • blocking/nonbloking & collective/noncollective

    • individual/shared file pointers & explicit offset

  • Dynamic process management

    • spawn & spawn multiple

    • accept/connect

    • name publishing & lookup

  • One-sided operations

    • remote memory access (put, get, accumulate)

    • passive target syncronization (start/complete & post/wait)

    • active target syncronization (lock & unlock)

Install

Once you have a working MPI implementation and the mpicc compiler wrapper is on your search path, you can install this package

  • using pip:

    $ pip install mpi4py
  • using easy_install (deprecated):

    $ easy_install mpi4py

You can also install the in-development version of mpi4py

  • using pip:

    $ pip install git+https://bitbucket.org/mpi4py/mpi4py

    or:

    $ pip install https://bitbucket.org/mpi4py/mpi4py/get/master.tar.gz
  • using easy_install (deprecated):

    $ easy_install git+https://bitbucket.org/mpi4py/mpi4py

    or:

    $ easy_install https://bitbucket.org/mpi4py/mpi4py/get/master.tar.gz

You can also install it directly on Fedora (as well as RHEL and their derivatives using the EPEL software repository)

  • using dnf and the mpich package on x86_64:

    $ dnf install mpi4py-mpich
  • using dnf and the openmpi package on x86_64:

    $ dnf install mpi4py-openmpi

Please remember to load the correct module for your choosen MPI environment

  • for mpich package on x86_64 do:

    $ module load mpi/mpich-x86_64
    $ python -c "import mpi4py"
  • for openmpi package on x86_64 do:

    $ module load mpi/openmpi-x86_64
    $ python -c "import mpi4py"

Citations

If MPI for Python been significant to a project that leads to an academic publication, please acknowledge that fact by citing the project.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mpi4py-3.0.1.tar.gz (1.4 MB view hashes)

Uploaded Source

Built Distributions

mpi4py-3.0.1-cp37-cp37m-win_amd64.whl (477.7 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

mpi4py-3.0.1-cp37-cp37m-win32.whl (366.8 kB view hashes)

Uploaded CPython 3.7m Windows x86

mpi4py-3.0.1-cp36-cp36m-win_amd64.whl (477.8 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

mpi4py-3.0.1-cp36-cp36m-win32.whl (367.0 kB view hashes)

Uploaded CPython 3.6m Windows x86

mpi4py-3.0.1-cp35-cp35m-win_amd64.whl (474.5 kB view hashes)

Uploaded CPython 3.5m Windows x86-64

mpi4py-3.0.1-cp35-cp35m-win32.whl (361.8 kB view hashes)

Uploaded CPython 3.5m Windows x86

mpi4py-3.0.1-cp34-cp34m-win_amd64.whl (476.8 kB view hashes)

Uploaded CPython 3.4m Windows x86-64

mpi4py-3.0.1-cp34-cp34m-win32.whl (379.8 kB view hashes)

Uploaded CPython 3.4m Windows x86

mpi4py-3.0.1-cp33-cp33m-win_amd64.whl (478.3 kB view hashes)

Uploaded CPython 3.3m Windows x86-64

mpi4py-3.0.1-cp33-cp33m-win32.whl (381.7 kB view hashes)

Uploaded CPython 3.3m Windows x86

mpi4py-3.0.1-cp27-cp27m-win_amd64.whl (486.0 kB view hashes)

Uploaded CPython 2.7m Windows x86-64

mpi4py-3.0.1-cp27-cp27m-win32.whl (379.0 kB view hashes)

Uploaded CPython 2.7m Windows x86

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page