File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ Direct Numerical Simulations (DNS) of turbulent flows
8080[ @mortensen16 ,@mortensen16b ,@ketcheson ] , using arrays with billions of
8181unknowns.
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
9090released under a permissive 2-clause BSD-license, in the hope that it will be
You can’t perform that action at this time.
0 commit comments