/
The Fftw3-Installation at HLRN
The Fftw3-Installation at HLRN
Download:
Installation path:
/sw/numerics/fftw3/< mpi-version >/<compiler-version>/3.3.8/skl, untar and rename/move the directory to build
configure:
configure --help reveals the most important switches:
- CC, FC, MPICC etc. to define the compiler
- CFLAGS as slot for compiler options, do not forget -Wl,-rpath=$LD_RUN_PATH to burn the path to compiler libraries. intel/18.0.3 does not have the LD_RUN_PATH. The path the the fftw3-objects is burned in automatically by configure/make.
- --enable-shared to build alos shared libraries
- --enable-single, --enable-long-double to build for different numerical accuracy.
- --enable-omp, --enable-threads, --enable-mpi
, multiple selections available,
Related content
HDF5 installation
HDF5 installation
More like this
HDF5 libraries / binaries
HDF5 libraries / binaries
More like this
Intel MPI on CPU CLX
Intel MPI on CPU CLX
More like this
OpenMPI on CPU CLX
OpenMPI on CPU CLX
More like this
Devtools Compiler Debugger
Devtools Compiler Debugger
More like this
Usage Guide
Usage Guide
More like this