FFTW3
- Package official website
- Release note
- Package source: Official Tar file compiled by the system administrator
FFTW module with Open MPI 4.1.1 matrix
| CUDA | Open MPI | module name | usage |
|---|---|---|---|
| 11.3 | 4.1.1 | fftw3/3.3.9 | ml cuda/11.3 openmpi4/4.1.1 fftw3/3.3.9 |
| 11.2 | 4.1.1 | fftw3/3.3.9 | ml cuda/11.2 openmpi4/4.1.1 fftw3/3.3.9 |
| 11.1 | 4.1.1 | fftw3/3.3.9 | ml cuda/11.1 openmpi4/4.1.1 fftw3/3.3.9 |
| 11.0 | 4.1.1 | fftw3/3.3.9 | ml cuda/11.0 openmpi4/4.1.1 fftw3/3.3.9 |
| 10.2 | 4.1.1 | fftw3/3.3.9 | ml cuda/10.2 openmpi4/4.1.1 fftw3/3.3.9 |
| 10.1 | 4.1.1 | fftw3/3.3.9 | ml cuda/10.1 openmpi4/4.1.1 fftw3/3.3.9 |
| 10.0 | 4.1.1 | fftw3/3.3.9 | ml cuda/10.0 openmpi4/4.1.1 fftw3/3.3.9 |
| 9.2 | 4.1.1 | fftw3/3.3.9 | ml cuda/9.2 openmpi4/4.1.1 fftw3/3.3.9 |
| 9.0 | N/A | N/A | N/A |
- FFTW 3.3.9 Compile-dependent environment
| Open MPI | GCC | CentOS |
|---|---|---|
| 4.1.1 | 4.8.5 | 7.8 |
- FFTW 3.3.9 Compilation parameters
CC=mpicc CXX=mpic++ \
F77=mpif90 F90=mpif90 FC=mpif90 \
./configure \
--prefix="$specify_install_path" \
--enable-mpi \
--enable-openmp \
--enable-shared \
--enable-sse2 \
--enable-threads
- Reference materials for compilation