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
80
80
[ @mortensen16 ,@mortensen16b ,@ketcheson ] , using arrays with billions of
81
81
unknowns.
82
82
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.
92
88
93
89
# Acknowledgements
94
90
You can’t perform that action at this time.
0 commit comments