Difference between revisions of "Fftw3"
From hpcwiki
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | Install | + | Install FFTW library: |
| − | # yum install | + | # yum install fftw3 |
| − | # yum install | + | # yum install fftw3-devel |
| − | + | In Centos 7 this will install fftw3 lib in /usr/lib64 | |
| − | + | and include files in /usr/include | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Latest revision as of 22:12, 13 June 2017
Install FFTW library:
# yum install fftw3 # yum install fftw3-devel
In Centos 7 this will install fftw3 lib in /usr/lib64 and include files in /usr/include