Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FFTW is known as the fastest free software implementation of the fast Fourier transform (FFT) (upheld by regular benchmarks). Like many other implementations, it can compute transforms of real and complex-valued arrays of arbitrary size and dimension in O(n log n) time.

Usage

Versionmodule name
3.3.8fftw/3.3.8


Compiler/MPIGCC 8.3.1GCC 9.3.0Intel 19.0.3Intel 20.0.3
OneAPI
Intel 2021.3.0
Serial











MPICH 3.3.2











MVAPICH2 2.3.4











OpenMPI 4.0.5











Code Block
languagebash
titleExample
collapsetrue

...