Difference between revisions of "FFTW/Module"
From ScientificComputing
Line 1: | Line 1: | ||
− | The fftw module is a smart module, which | + | The fftw module is a smart module, which checks for a loaded compiler module and then loads the corresponding FFTW version. For the module load command, we use the standard compiler gcc/4.8.2. |
<include nopre wikitext src="/cluster/wiki/auto/application_pages/fftw/Module" /> | <include nopre wikitext src="/cluster/wiki/auto/application_pages/fftw/Module" /> |
Revision as of 16:46, 1 November 2016
The fftw module is a smart module, which checks for a loaded compiler module and then loads the corresponding FFTW version. For the module load command, we use the standard compiler gcc/4.8.2.
Version | Module load command | Additional modules loaded automatically |
---|---|---|
2.1.5 | module load legacy gcc/4.8.2 fftw/2.1.5 | |
2.1.5_both | module load legacy gcc/4.8.2 fftw/2.1.5_both | |
2.1.5_sp | module load legacy gcc/4.8.2 fftw/2.1.5_sp | |
2.1.5_sp_both | module load legacy gcc/4.8.2 fftw/2.1.5_sp_both | |
3.3.3 | module load gcc/4.8.2 fftw/3.3.3 | |
3.3.4 | module load new gcc/4.8.2 fftw/3.3.4 |