File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -80,15 +80,11 @@ Direct Numerical Simulations (DNS) of turbulent flows
8080[ @mortensen16 ,@mortensen16b ,@ketcheson ] , using arrays with billions of
8181unknowns.
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
You can’t perform that action at this time.
0 commit comments