<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using FFTW Wrapper - fftw_plan_many_dft in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-FFTW-Wrapper-fftw-plan-many-dft/m-p/862860#M7625</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/434591"&gt;Kazik&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Thank you man,&lt;BR /&gt;I have nearly the same makefile. The only difference is that I have &lt;BR /&gt;LIB_FILES += &lt;EM&gt;-lfftw3 -lmkl -lm &lt;BR /&gt;but even when I've change into &lt;/EM&gt;&lt;EM&gt;-lfftw3xc_intel, still didn't work. I have something like this:&lt;BR /&gt;-------------------------------------------------------------------------------------------------&lt;BR /&gt;icpc -m64 -O3 -openmp -parallel FFT.cpp -L/local/intel/Compiler/11.0/081/mkl/lib/em64t -I. -I/local/intel/Compiler&lt;BR /&gt;/11.0/081/mkl/include -I/local/intel/Compiler/11.0/081/mkl/include/fftw -lfftw3xc_intel -lmkl -lm&lt;BR /&gt;&lt;BR /&gt;FFT.cpp(32): error: identifier "FFTW_IN_PLACE" is undefined&lt;BR /&gt; p=fftw_create_plan(M, FFTW_FORWARD, FFTW_MEASURE | FFTW_IN_PLACE | FFTW_USE_WISDOM);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(32): error: identifier "FFTW_USE_WISDOM" is undefined&lt;BR /&gt; p=fftw_create_plan(M, FFTW_FORWARD, FFTW_MEASURE | FFTW_IN_PLACE | FFTW_USE_WISDOM);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(32): error: identifier "fftw_create_plan" is undefined&lt;BR /&gt; p=fftw_create_plan(M, FFTW_FORWARD, FFTW_MEASURE | FFTW_IN_PLACE | FFTW_USE_WISDOM);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(46): error: expression must have class type&lt;BR /&gt; in&lt;I&gt;.re = real(fu_in&lt;I&gt;);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(47): error: expression must have class type&lt;BR /&gt; in&lt;I&gt;.im = imag(fu_in&lt;I&gt;);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(49): error: identifier "fftw_one" is undefined&lt;BR /&gt; fftw_one(pl_forward, in, out);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(53): error: expression must have class type&lt;BR /&gt; out_re_robo&lt;I&gt; = out&lt;I&gt;.re;&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(54): error: expression must have class type&lt;BR /&gt; out_im_robo&lt;I&gt; = out&lt;I&gt;.im;&lt;BR /&gt; ^&lt;BR /&gt;compilation aborted for FFT.cpp (code 2)&lt;BR /&gt;make: *** [FFT] Error 2&lt;BR /&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/EM&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;EM&gt;-------------------------------------------------------------------------------------------------&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;Still, any ideas would be greatly appreciated.&lt;BR /&gt;--&lt;BR /&gt;Kind regards,&lt;BR /&gt;Kazik&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/EM&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
You might want to ensure the version of FFTW you started out with is compatible with the MKL wrapper, you seem to have several function prototypes that I do not see in my fftw3.h&lt;BR /&gt;&lt;BR /&gt;I am using fftw-3.1.2 and MKL version 10.1.1.019&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Jul 2009 18:45:47 GMT</pubDate>
    <dc:creator>mckinlk</dc:creator>
    <dc:date>2009-07-08T18:45:47Z</dc:date>
    <item>
      <title>Using FFTW Wrapper - fftw_plan_many_dft</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-FFTW-Wrapper-fftw-plan-many-dft/m-p/862856#M7621</link>
      <description>I was hoping someone could shed some light...&lt;BR /&gt;&lt;BR /&gt;I have inherited an application which originally uses FFTW and has been compiled to work with MKL.&lt;BR /&gt;&lt;BR /&gt;There are calls to fftw_plan_many_dft, and I am having difficultly on what is actually being calculated.&lt;BR /&gt;&lt;BR /&gt;The call is the following:&lt;BR /&gt;&lt;BR /&gt;fftw_plan_many_dft(rank, *n, howmany, inembed, istride, idist, onembed, ostride, odist, sign)&lt;BR /&gt;&lt;BR /&gt; rank = 1 (1D FFT)&lt;BR /&gt; *n = n[0] = 4096&lt;BR /&gt; howmany = 64&lt;BR /&gt; inembed = onembed = NULL (default to n[0])&lt;BR /&gt; istride = ostride = 64&lt;BR /&gt; idist = odist = 1&lt;BR /&gt; sign = 1 or -1 (INVERSE or FORWARD)&lt;BR /&gt;&lt;BR /&gt;What confuses me is the stride != 1, any help would be greatly appreciated.</description>
      <pubDate>Tue, 07 Jul 2009 17:38:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-FFTW-Wrapper-fftw-plan-many-dft/m-p/862856#M7621</guid>
      <dc:creator>mckinlk</dc:creator>
      <dc:date>2009-07-07T17:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using FFTW Wrapper - fftw_plan_many_dft</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-FFTW-Wrapper-fftw-plan-many-dft/m-p/862857#M7622</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;Hi &lt;A href="https://community.intel.com/en-us/profile/434754"&gt;&lt;/A&gt;mckinlk,&lt;BR /&gt;unfortunately I cannot answer your question but maybe you could help me. &lt;BR /&gt;I'm also struggling with the FFTW wrapper library. Please, tell me is there any specific way you link your program? Or do you include some specific libraries (apart from #include "fftw3.h" directly in your code of course)? Or is it only &lt;BR /&gt;icpc Project.cpp -lfftw3&lt;BR /&gt;?&lt;BR /&gt;I would be very grateful for any comments. Now, I'm not sure if the "installation" of the wrapper library went wrong or is there some other reason (using standard g++ compiler with "pure" FFTW everything works perfect).&lt;BR /&gt;Thank you and I'm sorry I cannot help you.&lt;BR /&gt;--&lt;BR /&gt;Kind regards,&lt;BR /&gt;Kazik&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Jul 2009 10:16:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-FFTW-Wrapper-fftw-plan-many-dft/m-p/862857#M7622</guid>
      <dc:creator>Kazik</dc:creator>
      <dc:date>2009-07-08T10:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using FFTW Wrapper - fftw_plan_many_dft</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-FFTW-Wrapper-fftw-plan-many-dft/m-p/862858#M7623</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/434591"&gt;Kazik&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;Hi &lt;A href="https://community.intel.com/en-us/profile/434754"&gt;&lt;/A&gt;mckinlk,&lt;BR /&gt;unfortunately I cannot answer your question but maybe you could help me. &lt;BR /&gt;I'm also struggling with the FFTW wrapper library. Please, tell me is there any specific way you link your program? Or do you include some specific libraries (apart from #include "fftw3.h" directly in your code of course)? Or is it only &lt;BR /&gt;icpc Project.cpp -lfftw3&lt;BR /&gt;?&lt;BR /&gt;I would be very grateful for any comments. Now, I'm not sure if the "installation" of the wrapper library went wrong or is there some other reason (using standard g++ compiler with "pure" FFTW everything works perfect).&lt;BR /&gt;Thank you and I'm sorry I cannot help you.&lt;BR /&gt;--&lt;BR /&gt;Kind regards,&lt;BR /&gt;Kazik&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;When I compile for MKL, I have the following in my Makefile&lt;BR /&gt;&lt;BR /&gt; LIB_DIRS += -L/opt/intel/mkl/$(MKL_VER)/lib/$(MKL_ARCH)&lt;BR /&gt; INC_DIRS += -I/opt/intel/mkl/$(MKL_VER)/include&lt;BR /&gt; INC_DIRS += -I/opt/intel/mkl/$(MKL_VER)/include/fftw&lt;BR /&gt; LIB_FILES += -lpthread -lfftw3xc_intel -lmkl -lm&lt;BR /&gt;&lt;BR /&gt;My include remains as #include &lt;FFTW3.H&gt; but due to the new directory paths, it gets pointed to the Intel wrapper header.&lt;BR /&gt;&lt;/FFTW3.H&gt;</description>
      <pubDate>Wed, 08 Jul 2009 12:40:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-FFTW-Wrapper-fftw-plan-many-dft/m-p/862858#M7623</guid>
      <dc:creator>mckinlk</dc:creator>
      <dc:date>2009-07-08T12:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using FFTW Wrapper - fftw_plan_many_dft</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-FFTW-Wrapper-fftw-plan-many-dft/m-p/862859#M7624</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/434754"&gt;mckinlk&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
When I compile for MKL, I have the following in my Makefile&lt;BR /&gt;&lt;BR /&gt; LIB_DIRS += -L/opt/intel/mkl/$(MKL_VER)/lib/$(MKL_ARCH)&lt;BR /&gt; INC_DIRS += -I/opt/intel/mkl/$(MKL_VER)/include&lt;BR /&gt; INC_DIRS += -I/opt/intel/mkl/$(MKL_VER)/include/fftw&lt;BR /&gt; LIB_FILES += -lpthread -lfftw3xc_intel -lmkl -lm&lt;BR /&gt;&lt;BR /&gt;My include remains as #include &lt;FFTW3.H&gt; but due to the new directory paths, it gets pointed to the Intel wrapper header.&lt;BR /&gt;&lt;/FFTW3.H&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thank you man,&lt;BR /&gt;I have nearly the same makefile. The only difference is that I have &lt;BR /&gt;LIB_FILES += &lt;EM&gt;-lfftw3 -lmkl -lm &lt;BR /&gt;but even when I've change into &lt;/EM&gt;&lt;EM&gt;-lfftw3xc_intel, still didn't work. I have something like this:&lt;BR /&gt;-------------------------------------------------------------------------------------------------&lt;BR /&gt;icpc -m64 -O3 -openmp -parallel FFT.cpp -L/local/intel/Compiler/11.0/081/mkl/lib/em64t -I. -I/local/intel/Compiler&lt;BR /&gt;/11.0/081/mkl/include -I/local/intel/Compiler/11.0/081/mkl/include/fftw -lfftw3xc_intel -lmkl -lm&lt;BR /&gt;&lt;BR /&gt;FFT.cpp(32): error: identifier "FFTW_IN_PLACE" is undefined&lt;BR /&gt; p=fftw_create_plan(M, FFTW_FORWARD, FFTW_MEASURE | FFTW_IN_PLACE | FFTW_USE_WISDOM);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(32): error: identifier "FFTW_USE_WISDOM" is undefined&lt;BR /&gt; p=fftw_create_plan(M, FFTW_FORWARD, FFTW_MEASURE | FFTW_IN_PLACE | FFTW_USE_WISDOM);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(32): error: identifier "fftw_create_plan" is undefined&lt;BR /&gt; p=fftw_create_plan(M, FFTW_FORWARD, FFTW_MEASURE | FFTW_IN_PLACE | FFTW_USE_WISDOM);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(46): error: expression must have class type&lt;BR /&gt; in&lt;I&gt;.re = real(fu_in&lt;I&gt;);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(47): error: expression must have class type&lt;BR /&gt; in&lt;I&gt;.im = imag(fu_in&lt;I&gt;);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(49): error: identifier "fftw_one" is undefined&lt;BR /&gt; fftw_one(pl_forward, in, out);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(53): error: expression must have class type&lt;BR /&gt; out_re_robo&lt;I&gt; = out&lt;I&gt;.re;&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(54): error: expression must have class type&lt;BR /&gt; out_im_robo&lt;I&gt; = out&lt;I&gt;.im;&lt;BR /&gt; ^&lt;BR /&gt;compilation aborted for FFT.cpp (code 2)&lt;BR /&gt;make: *** [FFT] Error 2&lt;BR /&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/EM&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;EM&gt;-------------------------------------------------------------------------------------------------&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;Still, any ideas would be greatly appreciated.&lt;BR /&gt;--&lt;BR /&gt;Kind regards,&lt;BR /&gt;Kazik&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;</description>
      <pubDate>Wed, 08 Jul 2009 14:36:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-FFTW-Wrapper-fftw-plan-many-dft/m-p/862859#M7624</guid>
      <dc:creator>Kazik</dc:creator>
      <dc:date>2009-07-08T14:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using FFTW Wrapper - fftw_plan_many_dft</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-FFTW-Wrapper-fftw-plan-many-dft/m-p/862860#M7625</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/434591"&gt;Kazik&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Thank you man,&lt;BR /&gt;I have nearly the same makefile. The only difference is that I have &lt;BR /&gt;LIB_FILES += &lt;EM&gt;-lfftw3 -lmkl -lm &lt;BR /&gt;but even when I've change into &lt;/EM&gt;&lt;EM&gt;-lfftw3xc_intel, still didn't work. I have something like this:&lt;BR /&gt;-------------------------------------------------------------------------------------------------&lt;BR /&gt;icpc -m64 -O3 -openmp -parallel FFT.cpp -L/local/intel/Compiler/11.0/081/mkl/lib/em64t -I. -I/local/intel/Compiler&lt;BR /&gt;/11.0/081/mkl/include -I/local/intel/Compiler/11.0/081/mkl/include/fftw -lfftw3xc_intel -lmkl -lm&lt;BR /&gt;&lt;BR /&gt;FFT.cpp(32): error: identifier "FFTW_IN_PLACE" is undefined&lt;BR /&gt; p=fftw_create_plan(M, FFTW_FORWARD, FFTW_MEASURE | FFTW_IN_PLACE | FFTW_USE_WISDOM);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(32): error: identifier "FFTW_USE_WISDOM" is undefined&lt;BR /&gt; p=fftw_create_plan(M, FFTW_FORWARD, FFTW_MEASURE | FFTW_IN_PLACE | FFTW_USE_WISDOM);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(32): error: identifier "fftw_create_plan" is undefined&lt;BR /&gt; p=fftw_create_plan(M, FFTW_FORWARD, FFTW_MEASURE | FFTW_IN_PLACE | FFTW_USE_WISDOM);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(46): error: expression must have class type&lt;BR /&gt; in&lt;I&gt;.re = real(fu_in&lt;I&gt;);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(47): error: expression must have class type&lt;BR /&gt; in&lt;I&gt;.im = imag(fu_in&lt;I&gt;);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(49): error: identifier "fftw_one" is undefined&lt;BR /&gt; fftw_one(pl_forward, in, out);&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(53): error: expression must have class type&lt;BR /&gt; out_re_robo&lt;I&gt; = out&lt;I&gt;.re;&lt;BR /&gt; ^&lt;BR /&gt;FFT.cpp(54): error: expression must have class type&lt;BR /&gt; out_im_robo&lt;I&gt; = out&lt;I&gt;.im;&lt;BR /&gt; ^&lt;BR /&gt;compilation aborted for FFT.cpp (code 2)&lt;BR /&gt;make: *** [FFT] Error 2&lt;BR /&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/EM&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;EM&gt;-------------------------------------------------------------------------------------------------&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;Still, any ideas would be greatly appreciated.&lt;BR /&gt;--&lt;BR /&gt;Kind regards,&lt;BR /&gt;Kazik&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/EM&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
You might want to ensure the version of FFTW you started out with is compatible with the MKL wrapper, you seem to have several function prototypes that I do not see in my fftw3.h&lt;BR /&gt;&lt;BR /&gt;I am using fftw-3.1.2 and MKL version 10.1.1.019&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jul 2009 18:45:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-FFTW-Wrapper-fftw-plan-many-dft/m-p/862860#M7625</guid>
      <dc:creator>mckinlk</dc:creator>
      <dc:date>2009-07-08T18:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using FFTW Wrapper - fftw_plan_many_dft</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-FFTW-Wrapper-fftw-plan-many-dft/m-p/862861#M7626</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/434754"&gt;mckinlk&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
You might want to ensure the version of FFTW you started out with is compatible with the MKL wrapper, you seem to have several function prototypes that I do not see in my fftw3.h&lt;BR /&gt;&lt;BR /&gt;I am using fftw-3.1.2 and MKL version 10.1.1.019&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thank you,&lt;BR /&gt;that was the crucial hint. Indeed, I was using in my code some FFTW1 functions (I thought they will be automatically supported by the FFTW3) and tried to compile with FFTW3 library.. No comment about that.. Anyway, now it's working perfectly. Thanks once more.&lt;BR /&gt;--&lt;BR /&gt;Kind regards,&lt;BR /&gt;Kazik&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Jul 2009 18:03:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-FFTW-Wrapper-fftw-plan-many-dft/m-p/862861#M7626</guid>
      <dc:creator>Kazik</dc:creator>
      <dc:date>2009-07-14T18:03:40Z</dc:date>
    </item>
  </channel>
</rss>

