fft_serial_test, a Fortran90 code which calls fft_serial(), which computes a Fast Fourier Transform, and is intended as a starting point for developing a parallel version using OpenMP.
The computer code and data files described and made available on this web page are distributed under the MIT license.
fft_serial, a Fortran90 code which demonstrates the computation of a Fast Fourier Transform (FFT), and is intended as a starting point for implementing a parallel version.