Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.1 KB

index.rst

File metadata and controls

44 lines (35 loc) · 1.1 KB

MPI for Python

html or man

Author

Lisandro Dalcin

Contact

dalcinl@gmail.com

Date

Abstract

This document describes the MPI for Python package. MPI for Python provides Python bindings for the Message Passing Interface (MPI) standard, allowing Python applications to exploit multiple processors on workstations, clusters and supercomputers.

This package builds on the MPI specification and provides an object oriented interface resembling the MPI-2 C++ bindings. It supports point-to-point (sends, receives) and collective (broadcasts, scatters, gathers) communication of any picklable Python object, as well as efficient communication of Python objects exposing the Python buffer interface (e.g. NumPy arrays and builtin bytes/array/memoryview objects).

intro overview tutorial mpi4py mpi4py.MPI mpi4py.futures mpi4py.util mpi4py.run reference citing install appendix

html and not singlehtml

  • genindex