fftw: Discrete Fourier Transform library
Contents
Overview of package
Package: | fftw |
---|---|
Description: | Discrete Fourier Transform library |
For more information: | http://fftw.org |
Categories: | |
License: | OpenSource (GPLv2) |
General usage information
FFTW is s a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).
The following environmental variables have been defined:
- \$FFTW_ROOT has been set to the root of the fftw installation
- \$FFTW_LIBDIR points to the directory containing the libraries
- \$FFTW_INCDIR points to the directory containing the header files
You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):
- -I\$FFTW_INCDIR
- -L\$FFTW_LIBDIR -Wl,-rpath,\$FFTW_LIBDIR${endlist}
Available versions of the package fftw, by cluster
This section lists the available versions of the package fftwon the different clusters.
Available versions of fftw on the Deepthought2 cluster (RHEL8)
Available versions of fftw on the Deepthought2 cluster (RHEL8) Version Module tags CPU optimized for GPU ready? 3.3.8 fftw/3.3.8 ivybridge N 2.1.5 fftw/2.1.5 ivybridge N Available versions of fftw on the Juggernaut cluster
Available versions of fftw on the Juggernaut cluster Version Module tags CPU optimized for GPU ready? 2.1.5 fftw/2.1.5 broadwell N 3.3.8 fftw/3.3.8 broadwell N