This project implements Fourier Domain Interpolation in Fortran and Python
- FFTW library
- python
FFTW - downloading from the FFTW home page. unpacking with
$ tar zxvf fftw-x.x.x.tar.gz
Enter in the folder and execute: FFTW3 (default: gfortran and gcc)
$ ./configure --enable-threads --enable-openmp --enable-avx
$ ./configure
(For gromacs )
$ ./configure --enable-threads --enable-float
and then:
$ make
$ sudo make install