mpi4py 3.1.5-5build1 source package in Ubuntu

Changelog

mpi4py (3.1.5-5build1) noble; urgency=medium

  * No-change rebuild against libopenmpi3t64

 -- Steve Langasek <email address hidden>  Wed, 13 Mar 2024 18:30:07 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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.5.orig.tar.gz 362.5 KiB 29cc7ad701c190ef37622e4a2b2e2dab94fbc7777b1a15fa2029097c41b6edf0
mpi4py_3.1.5-5build1.debian.tar.xz 12.8 KiB 18d388482b005e933a7ecdb872ea652ab14ab1d842ce71d1331ac09f70893dae
mpi4py_3.1.5-5build1.dsc 2.5 KiB 247c25ba9280cf7fd1e7944f6401422478031ff70382174dcc93696bc05f86b8

View changes file

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