Starting fftw module (BROKEN)

This commit is contained in:
Spencer Bliven
2019-03-29 20:49:06 +01:00
parent da13fe1560
commit ef321a2920
3 changed files with 58 additions and 0 deletions

12
Compiler/fftw/modulefile Normal file
View File

@@ -0,0 +1,12 @@
#%Module
module-whatis "Fastest Fourier Transform in the West"
module-url "http://www.fftw.org/"
module-license "GPL; http://www.fftw.org/doc/License-and-Copyright.html"
module-maintainer "Spencer Bliven <spencer.bliven@psi.ch>"
module-help "
FFTW is 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).
"