mpi4py 3.0.3-4build2 source package in Ubuntu

Changelog

mpi4py (3.0.3-4build2) focal; urgency=medium

  * No-change rebuild.

 -- Matthias Klose <email address hidden>  Fri, 28 Feb 2020 20:23:03 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Downloads

File Size SHA-256 Checksum
mpi4py_3.0.3.orig.tar.gz 1.4 MiB 012d716c8b9ed1e513fcc4b18e5af16a8791f51e6d1716baccf988ad355c5a1f
mpi4py_3.0.3-4build2.debian.tar.xz 9.8 KiB c181e87ed383d6b1d588fef26e7560a82d85a9572dc222f3fb88c938cbf43a7c
mpi4py_3.0.3-4build2.dsc 2.4 KiB 279813bf039217e46e87e165794b0b216ed9ed8a602faaa25b0a040edb114392

Available diffs

View changes file

Binary packages built by this source

python-mpi4py-doc: No summary available for python-mpi4py-doc in ubuntu groovy.

No description available for python-mpi4py-doc in ubuntu groovy.

python3-mpi4py: No summary available for python3-mpi4py in ubuntu groovy.

No description available for python3-mpi4py in ubuntu groovy.

python3-mpi4py-dbg: 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).
 .
 This package contains the extension built for the Python 3 debug interpreter.