Skip to content

Commit 2f25f76

Browse files
committed
paper: Reword last paragraph in summary
1 parent 0aff5ea commit 2f25f76

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

docs/paper/paper.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,11 @@ Direct Numerical Simulations (DNS) of turbulent flows
8080
[@mortensen16,@mortensen16b,@ketcheson], using arrays with billions of
8181
unknowns.
8282

83-
``mpi4py-fft`` provides a flexible distributed Numpy array interface,
84-
which allows for further usage, also for applications not relying on
85-
the FFT. In fact, the distributed array interface can be utilized
86-
whenever distribution and MPI simply are considered for boosting
87-
performance of localized array operations.
88-
89-
``mpi4py-fft`` is installable from ``pypi`` and ``conda-forge``, and
90-
released under a permissive 2-clause BSD-license, in the hope that it will be
91-
useful.
83+
``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 one at the time.
9288

9389
# Acknowledgements
9490

0 commit comments

Comments
 (0)