mpi4py-fft 2.0.5-1 source package in Ubuntu

Changelog

mpi4py-fft (2.0.5-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * debian/copyright: use spaces rather than tabs to start continuation lines.
  * Set upstream metadata fields: Repository.

  [ Drew Parsons ]
  * update upstream source to https://github.com/mpi4py/mpi4py-fft
  * New upstream release.
  * debian/control: move libjs-mathjax, python3-sphinx-rtd-theme,
    texinfo <!nodoc> to Build-Depends-Indep field.
  * add debian patches
    - docs_local_mathjax.patch uses local mathjax script
    - test_netcdf_no_parallel.patch skips netcdf io tests since
      debian's netcdf is built against serial HDF5 with no parallel io
  * mark python3-mpi4py-fft-doc Multi-Arch: foreign
  * debian/rules: augment dh rules with execute_after_
  * Standards-Version: 4.6.2

 -- Drew Parsons <email address hidden>  Mon, 19 Jun 2023 19:42:35 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
mpi4py-fft_2.0.5-1.dsc 2.2 KiB ac5f577ecab2337c91a1dd97b2d79117e0477d11f50c89e005ceac3650279ed5
mpi4py-fft_2.0.5.orig.tar.gz 181.6 KiB e5ffe01a31232563203c2330d691a494b7946619d78818ebc086c8a68f9319a2
mpi4py-fft_2.0.5-1.debian.tar.xz 4.6 KiB 51246bd04ca87007ff1ead5e8fc5a48b693952d5f4d9cf1ca6161dd64c597edc

No changes file available.

Binary packages built by this source

python3-mpi4py-fft: a Python package for computing Fast Fourier Transforms (FFTs) with MPI

 mpi4py-fft is a Python package for computing Fast Fourier Transforms
 (FFTs). Large arrays are distributed and communications are handled
 under the hood by MPI for Python (mpi4py). To distribute large arrays
 we are using a new and completely generic algorithm that allows for
 any index set of a multidimensional array to be distributed. We can
 distribute just one index (a slab decomposition), two index sets
 (pencil decomposition) or even more for higher-dimensional arrays.
 .
 In mpi4py-fft there is also included a Python interface to the FFTW
 library. This interface can be used without MPI, much like pyfftw,
 and even for real-to-real transforms, like discrete cosine or sine
 transforms.
 .
 The package provides a Python interface to FFTW, but with MPI
 parallelisation. This enables strong scaling tested to 16000 cores,
 or weak scaling tested to 2000 cores. The algorithm is documented at
 https://arxiv.org/abs/1804.09536
 .
 This package installs the library for Python 3.

python3-mpi4py-fft-dbgsym: debug symbols for python3-mpi4py-fft
python3-mpi4py-fft-doc: a Python package for computing Fast Fourier Transforms (FFTs) with MPI (docs)

 mpi4py-fft is a Python package for computing Fast Fourier Transforms
 (FFTs). Large arrays are distributed and communications are handled
 under the hood by MPI for Python (mpi4py). To distribute large arrays
 we are using a new and completely generic algorithm that allows for
 any index set of a multidimensional array to be distributed. We can
 distribute just one index (a slab decomposition), two index sets
 (pencil decomposition) or even more for higher-dimensional arrays.
 .
 In mpi4py-fft there is also included a Python interface to the FFTW
 library. This interface can be used without MPI, much like pyfftw,
 and even for real-to-real transforms, like discrete cosine or sine
 transforms.
 .
 The package provides a Python interface to FFTW, but with MPI
 parallelisation. This enables strong scaling tested to 16000 cores,
 or weak scaling tested to 2000 cores. The algorithm is documented at
 https://arxiv.org/abs/1804.09536
 .
 This is the common documentation package.