mpi4py 3.1.6-2 source package in Ubuntu

Changelog

mpi4py (3.1.6-2) unstable; urgency=medium

  * debian patch skip_failing_tests_32bit_mpich.patch skips failing
    tests with 32-bit mpich. See upstream Issue#514. Closes: #1075980.
    - armel, armhf, hppa: testPackUnpackExternal (test_pack.py)
    - powerpc: testArgsOnlyAtRoot (test_spawn.py)

 -- Drew Parsons <email address hidden>  Thu, 11 Jul 2024 11:22:23 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mpi4py_3.1.6-2.dsc 2.4 KiB 0c83514cd197ebaaed8becc682995cca7bdf28c731601652f06e9fdd8b0c3f58
mpi4py_3.1.6.orig.tar.gz 362.6 KiB 59072aa8c53474626c14293ef6759f5d65468620e43237b53d6f330d009ca31c
mpi4py_3.1.6-2.debian.tar.xz 13.5 KiB 83ac859b47fc0ef260741d8ddd925e6f5474a22b47168ef1c4af6813459b17a9

Available diffs

No changes file available.

Binary packages built by this source

python3-mpi4py: bindings of the Message Passing Interface (MPI) standard

 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.
 .
 mpi4py 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).

python3-mpi4py-dbgsym: debug symbols for python3-mpi4py