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
14
14
.. image :: https://readthedocs.org/projects/mpi4py-fft/badge/?version=latest
15
15
:target: https://mpi4py-fft.readthedocs.io/en/latest/?badge=latest
16
16
:alt: Documentation Status
17
-
17
+
18
18
.. image :: https://anaconda.org/conda-forge/mpi4py-fft/badges/downloads.svg
19
19
:target: https://anaconda.org/conda-forge/mpi4py-fft
20
20
:alt: Total downloads from conda-forge
@@ -28,8 +28,8 @@ that allows for any index set of a multidimensional array to be distributed. We
28
28
can distribute just one index (a slab decomposition), two index sets (pencil
29
29
decomposition) or even more for higher-dimensional arrays.
30
30
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
33
33
much like `pyfftw <https://hgomersall.github.io/pyFFTW/ >`_, and even for
34
34
real-to-real transforms, like discrete cosine or sine transforms.
35
35
@@ -63,7 +63,7 @@ Note that mpi4py-fft depends on Python packages
63
63
* numpy
64
64
* cython
65
65
66
- and the C-library
66
+ and the serial C-library
67
67
68
68
* `FFTW <http://www.fftw.org >`_
69
69
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Installation
4
4
Mpi4py-fft has a few dependencies
5
5
6
6
* `mpi4py `_
7
- * `FFTW `_
7
+ * `FFTW `_ (serial)
8
8
* `numpy `_
9
9
* `cython `_ (build dependency)
10
10
* `h5py `_ (runtime dependency, optional)
You can’t perform that action at this time.
0 commit comments