Difference between revisions of "FFTW"

From UFRC
Jump to navigation Jump to search
Line 4: Line 4:
 
|{{#vardefine:url|http://http://www.fftw.org}}
 
|{{#vardefine:url|http://http://www.fftw.org}}
 
<!--CONFIGURATION: OPTIONAL (1=ON)-->
 
<!--CONFIGURATION: OPTIONAL (1=ON)-->
|{{#vardefine:mod|1}} <!--MODULES - NOW REQUIRED-->
+
|{{#vardefine:exe|}} <!--RUNNING -->
|{{#vardefine:intel|}} <!-- "11.1" - Compiler Module Choice -->
 
|{{#vardefine:mpi|}} <!-- "openmpi/1.3.4"- MPI Module Choice -->
 
|{{#vardefine:exe|1}} <!--RUNNING -->
 
 
|{{#vardefine:conf|1}} <!--CONFIGS-->
 
|{{#vardefine:conf|1}} <!--CONFIGS-->
|{{#vardefine:pbs|1}} <!--PBS SCRIPTS-->
+
|{{#vardefine:pbs|}} <!--PBS SCRIPTS-->
|{{#vardefine:policy|1}} <!--POLICY-->
+
|{{#vardefine:policy|}} <!--POLICY-->
|{{#vardefine:testing|1}} <!--TESTING/PROFILING-->
+
|{{#vardefine:testing|}} <!--TESTING/PROFILING-->
 
|{{#vardefine:faq|1}} <!--FAQ-->
 
|{{#vardefine:faq|1}} <!--FAQ-->
|{{#vardefine:citation|1}} <!--CITATION-->
+
|{{#vardefine:citation|}} <!--CITATION-->
|{{#vardefine:installation|1}} <!--INSTALLATION-->
+
|{{#vardefine:installation|}} <!--INSTALLATION-->
 
|}
 
|}
 
<!--BODY-->
 
<!--BODY-->
Line 31: Line 28:
 
./configure --prefix=/apps/fftw/3.3.2 --enable-shared --enable-sse2
 
./configure --prefix=/apps/fftw/3.3.2 --enable-shared --enable-sse2
 
|}}
 
|}}
<!--Run-->
+
<!--Additional-->
 +
{{#if: {{#var: exe}}|==Additional Information==
 +
DOUBLE_CLICK_TO_WRITE_INSTRUCTIONS_ON_RUNNING_THE_ACTUAL_BINARY
 +
|}}
 
<!--Citation-->
 
<!--Citation-->
 +
{{#if: {{#var: citation}}|==Citation==
 +
If you publish research that uses {{#var:app}} you have to cite it as follows:
 +
DOUBLE_CLICK_TO_WRITE_CITATION_HERE
 +
|}}
  
 
<!--Turn the Table of Contents and Edit paragraph links ON/OFF-->
 
<!--Turn the Table of Contents and Edit paragraph links ON/OFF-->
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 21:25, 10 August 2012

Description

FFTW website  
Fastest Fourier Transform in the West, is a C library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data. Developed at MIT, it is by far the fastest implementation of FFT algorithm (upheld by regular benchmarks.)

Required Modules

Modules documentation

  • intel
  • fftw

Configuration

./configure --prefix=/apps/fftw/3.3.2 --enable-shared --enable-sse2