Skip to content

Commit db74ba4

Browse files
committed
Final touches to paper
1 parent bc9c814 commit db74ba4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/paper/paper.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ bibliography: paper.bib
2727
# Summary
2828

2929
The fast Fourier transform (FFT) is an algorithm that efficiently
30-
computes the discrete Fourier transform. The FFT is a celebrated
31-
algorithm utilized throughout science and engineering. Since the dawn
30+
computes the discrete Fourier transform. Since the dawn
3231
of our digital society, the FFT has permeated to the heart of everyday
3332
life applications involving audio, image, and video processing. The
3433
importance of the FFT extends beyond signal processing into scientific
@@ -39,7 +38,7 @@ solids, Hamiltonians of the Schroedinger’s equation for probability
3938
distribution of electrons in quantum mechanics, and diffusion of
4039
internal energy, chemical species, and momentum. The
4140
FFT has been named *the most important numerical algorithm of our
42-
time* by Prof Gilbert Strang [@strang94].
41+
time* by Professor Gilbert Strang [@strang94].
4342

4443
``mpi4py-fft`` (https://bitbucket.org/mpi4py/mpi4py-fft) is an
4544
open-source Python package for computing (in parallel) FFTs of
@@ -81,10 +80,10 @@ Direct Numerical Simulations (DNS) of turbulent flows
8180
unknowns.
8281

8382
``mpi4py-fft`` provides a flexible distributed NumPy array interface,
84-
which allows for further reuse in applications beyond the FFT. In
85-
fact, the distributed array interface can be used for boosting
86-
performance through MPI-based parallelism in any algorithm able to
87-
operate on local arrays by processing undivided axes.
83+
which allows for further reuse in applications beyond the FFT. The
84+
distribution requires at least one undivided axis, but apart from that
85+
there are no restrictions nor limitations. The interface can
86+
simply be used to boost performance of global array operations through MPI.
8887

8988
# Acknowledgements
9089

0 commit comments

Comments
 (0)