jipolanco / PencilFFTs.jl

Fast Fourier transforms of MPI-distributed Julia arrays
https://jipolanco.github.io/PencilFFTs.jl/dev/
MIT License
77 stars 7 forks source link

Benchmark against Fortran P3DFFT #2

Closed jipolanco closed 4 years ago

jipolanco commented 4 years ago

The Fortran version of P3DFFT is the most popular one, and is better optimised. And the C++ version, which is supposed to be more modern, is kind of broken...