MPI for Python - Python bindings for MPI
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.
This package 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 (sends, receives) and collective (broadcasts, scatters, gathers) communications of any picklable Python object as well as optimized communications of Python object exposing the single-segment buffer interface (NumPy arrays, builtin bytes/string/array objects).
- Developed at devel:languages:python:numeric
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-mpi4py && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000144 144 Bytes | |
mpi4py-3.1.6.tar.gz | 0002365468 2.26 MB | |
python-mpi4py-rpmlintrc | 0000000262 262 Bytes | |
python-mpi4py.changes | 0000012279 12 KB | |
python-mpi4py.spec | 0000006214 6.07 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 1173183
from
Dirk Mueller (dirkmueller)
(revision 21)
- update to 3.1.6: * This is the last release supporting Python 2. * Fix various build issues.
Comments 0