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).
- Devel package for openSUSE:Factory
-
5
derived packages
- Links to openSUSE:Factory / python-mpi4py
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:numeric/python-mpi4py && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000144 144 Bytes | |
_link | 0000000148 148 Bytes | |
mpi4py-3.0.2.tar.gz | 0001429331 1.36 MB | |
python-mpi4py.changes | 0000006068 5.93 KB | |
python-mpi4py.spec | 0000005886 5.75 KB |
Revision 9 (latest revision is 36)
Tomáš Chvátal (scarabeus_iv)
accepted
request 719974
from
Todd R (TheBlackCat)
(revision 9)
+ Fix handling of readonly buffers in support for Python 2 legacy buffer interface. The issue triggers only when using a buffer-like object that is readonly and does not export the new Python 3 buffer interface. + Fix build issues with Open MPI 4.0.x series related to removal of many MPI-1 symbols deprecated in MPI-2 and removed in MPI-3. + Minor documentation fixes.
Comments 1
@mcepl can you rebuild this with openmpi4?