File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ mpi4py-fft
1414.. image :: https://readthedocs.org/projects/mpi4py-fft/badge/?version=latest
1515 :target: https://mpi4py-fft.readthedocs.io/en/latest/?badge=latest
1616 :alt: Documentation Status
17-
17+
1818.. image :: https://anaconda.org/conda-forge/mpi4py-fft/badges/downloads.svg
1919 :target: https://anaconda.org/conda-forge/mpi4py-fft
2020 :alt: Total downloads from conda-forge
@@ -28,8 +28,8 @@ that allows for any index set of a multidimensional array to be distributed. We
2828can distribute just one index (a slab decomposition), two index sets (pencil
2929decomposition) or even more for higher-dimensional arrays.
3030
31- In mpi4py-fft there is also included a Python interface to the
32- `FFTW <http://www.fftw.org >`_ library. This interface can be used without MPI,
31+ mpi4py-fft comes with its own Python interface to the serial
32+ `FFTW <http://www.fftw.org >`_ library. This interface can be used
3333much like `pyfftw <https://hgomersall.github.io/pyFFTW/ >`_, and even for
3434real-to-real transforms, like discrete cosine or sine transforms.
3535
@@ -63,7 +63,7 @@ Note that mpi4py-fft depends on Python packages
6363 * numpy
6464 * cython
6565
66- and the C-library
66+ and the serial C-library
6767
6868 * `FFTW <http://www.fftw.org >`_
6969
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Installation
44Mpi4py-fft has a few dependencies
55
66 * `mpi4py `_
7- * `FFTW `_
7+ * `FFTW `_ (serial)
88 * `numpy `_
99 * `cython `_ (build dependency)
1010 * `h5py `_ (runtime dependency, optional)
You can’t perform that action at this time.
0 commit comments