Skip to content

poijqwef/mpi4py

 
 

Repository files navigation

MPI for Python

image

image

image

image

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.6, 2.7, 3.2 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

About

Python bindings for MPI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.1%
  • C 17.7%
  • C++ 1.1%
  • Makefile 1.1%
  • Batchfile 0.8%
  • Shell 0.6%
  • Other 1.6%