How to install FFTW library for Fortran on Windows? - Fortran

This is a discussion on How to install FFTW library for Fortran on Windows? - Fortran ; Hello everybody, Can anyone help me to install the FFTW library on Windows to use it with fortran. I can use either Visual studio or ifort on command line to compile and link my project. Where should I put the ...

+ Reply to Thread
Results 1 to 2 of 2

How to install FFTW library for Fortran on Windows?

  1. Default How to install FFTW library for Fortran on Windows?

    Hello everybody,

    Can anyone help me to install the FFTW library on Windows to use it with fortran. I can use either Visual studio or ifort on command line to compile and link my project. Where should I put the libraries (DLL, LIB, etc.)? How Can I call these subroutines in my Fortran program?

    They say on their website that it is straightforward but I have not been able to make it work . Thanks.

  2. Default Re: How to install FFTW library for Fortran on Windows?

    I've got an answer from Intel forum. The syntax on the command line is:

    ifort /Qfpp /Qlowercase /us real_1d_double_ex2.f mkl_fftw_examples_support.f libfftw3-3.lib

+ Reply to Thread

Similar Threads

  1. FFTW library
    By Application Development in forum Fortran
    Replies: 3
    Last Post: 10-14-2010, 08:23 AM
  2. Paralleized fftw 3.1.2 in fortran
    By fridooo in forum Fortran
    Replies: 0
    Last Post: 09-13-2009, 06:13 PM
  3. DSP codes that use FFTW library
    By mrmeswani in forum DSP
    Replies: 0
    Last Post: 07-06-2009, 06:11 PM
  4. fftw bindings? (Fourier Transform Library)
    By Application Development in forum lisp
    Replies: 7
    Last Post: 07-30-2008, 01:23 PM
  5. Re: FFTW library
    By Application Development in forum Fortran
    Replies: 0
    Last Post: 07-28-2008, 11:11 AM

Tags for this Thread