# mpi4py
**Repository Path**: avicari/mpi4py
## Basic Information
- **Project Name**: mpi4py
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: BSD-2-Clause
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-05-31
- **Last Updated**: 2024-07-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
==============
MPI for Python
==============
.. image:: https://github.com/mpi4py/mpi4py/workflows/ci/badge.svg?branch=master
:target: https://github.com/mpi4py/mpi4py/actions/
.. image:: https://dev.azure.com/mpi4py/mpi4py/_apis/build/status/mpi4py.mpi4py?branchName=master
:target: https://dev.azure.com/mpi4py/mpi4py/_build
.. image:: https://ci.appveyor.com/api/projects/status/whh5xovp217h0f7n?svg=true
:target: https://ci.appveyor.com/project/mpi4py/mpi4py
.. image:: https://circleci.com/gh/mpi4py/mpi4py.svg?style=shield
:target: https://circleci.com/gh/mpi4py/mpi4py
.. image:: https://travis-ci.org/mpi4py/mpi4py.svg?branch=master
:target: https://travis-ci.org/mpi4py/mpi4py
.. image:: https://scan.coverity.com/projects/mpi4py-mpi4py/badge.svg
:target: https://scan.coverity.com/projects/mpi4py-mpi4py
.. image:: https://codecov.io/gh/mpi4py/mpi4py/branch/master/graph/badge.svg
:target: https://codecov.io/gh/mpi4py/mpi4py
.. image:: https://readthedocs.org/projects/mpi4py/badge/?version=latest
:target: https://mpi4py.readthedocs.org/en/latest/
Overview
--------
Welcome to MPI for Python. 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.
Dependencies
------------
* `Python `_ 2.7, 3.5 or above,
or `PyPy `_ 2.0 or above.
* A functional MPI 1.x/2.x/3.x implementation like `MPICH
`_ or `Open MPI `_
built with shared/dynamic libraries.
* To work with the in-development version, you need to install `Cython
`_.
Testsuite
---------
The testsuite is run periodically on
* `GitHub Actions `_
* `Azure Pipelines `_
* `AppVeyor `_
* `Circle CI `_
* `Travis CI `_
* `Bitbucket Pipelines `_
* `Fedora Jenkins `_