Skip to content

Commit 0aff5ea

Browse files
committed
Trying to improve last par of paper
1 parent cf864ac commit 0aff5ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/paper/paper.md

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

83-
``mpi4py-fft`` can be utilized by anyone in need of performing FFTs on large
84-
multidimensional arrays. Through its distributed array interface it can also be
85-
utilized by any application relying on algorithms (not just FFTs) with varying
86-
degrees of locality on multidimensional arrays, where MPI can be used to boost
87-
performance.
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.
8888

8989
``mpi4py-fft`` is installable from ``pypi`` and ``conda-forge``, and
9090
released under a permissive 2-clause BSD-license, in the hope that it will be

0 commit comments

Comments
 (0)