mpi4py-fft 的主要功能包括: 1. 快速傅里叶变换(FFT):这是一个用于将信号从时域转换到频域的算法。mpi4py-fft 提供了一个简单的接口,可以方便地实现 FFT 算法,并支持多种 FFT 算法,如 Cooley-Tukey、DFT、Shor 等。 2. 并行计算:mpi4py-fft 支持多核处理器上的并行计算,可以将计算任务分配给多个 CPU ...
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 anew and completely generic algorithmthat allows for any index set of a...
mpi4py-fft is a Python package for computing Fast Fourier Transforms (FFTs). - History for pyproject.toml - mpi4py/mpi4py-fft
mpi4py-fft 支持 FFTW 库(快速傅里叶变换的最快的自由软件实现)中的各种变换方法及它们的各种组合,它提供了 FFTW 库中各种变换方法的 Python 接口。另外,mpi4py-fft 也可以仅仅只对大的数组进行分布及重新分布(借助 mpi4py)而不做任何傅里叶变换操作。 mpi4py-fft 包含如下 4 个主要模块: mpifft pencil ...
Afterwards, I'll setup Trusted Publishing https://pypi.org/manage/project/mpi4py-fft/settings/publishing/ such that release tarballs are automatically generated and uploaded after we publish a new GitHub release. @dalcinl I've added you as owner. 👍 1 View details dalcinl merged commit 2e...
mpi4py/mpi4py-fftPublic Notifications Fork13 Star43 Files master .github conf docs examples mpi4py_fft tests .gitignore .pylintrc .readthedocs.yaml LICENSE.rst MANIFEST.in Makefile README.rst azure-pipelines.yml requirements.txt setup.py
mpiFFT4py requiresnumpyfor basic array oparations, [pyfftw](https://github.com/pyfftw/pyFFTW) for efficient FFTs and [mpi4py](https://bitbucket.org/mpi4py/mpi4py) for MPI communications. However, ifpyfftwis not found, then the slowernumpy.fftis used instead. [cython](http://cython.org...
Submitting author: @mikaem (Mikael Mortensen) Repository: https://bitbucket.org/mpi4py/mpi4py-fft Version: 2.0.2 Editor: @VivianePons Reviewer: @iljah, @rainwoodman Archive: 10.5281/zenodo.2621442 Status Status badge code: HTML:
Mirror of https://bitbucket.org/mpi4py/mpi4py-fft. Contribute to mpi4py/mpi4py-fft development by creating an account on GitHub.