<?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 intel fftw and  opensource fftw in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-fftw-and-opensource-fftw/m-p/1311934#M31972</link>
    <description>&lt;P&gt;I am trying to compile &lt;A href="https://libvdwxc.gitlab.io/libvdwxc/" target="_self"&gt;a library&lt;/A&gt; which can enable fftw support by using following flag with ./configure script&amp;nbsp; :&lt;BR /&gt;--with-fftw3=${FFTW_ROOT}&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;and i came across following statement here -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The FFTW3 wrappers provide a limited functionality compared to the original FFTW 3.x library, because of differences between FFTW and&amp;nbsp;Intel® oneAPI Math Kernel Library&amp;nbsp;FFT and TT functionality.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By "limited" , i assume that few functions may be missing in intel's fftw implementation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Q1: Are there some recommendations to compile/link&amp;nbsp; both intel fftw and the opensource implementation in such a way that&amp;nbsp;the open source library (which i have compiled manually in my $HOME directory) should be used as fall back if the intel's fftw does not have the implementation for a particular function/routine - without creating symbol conflicts between common functions?&lt;/P&gt;
&lt;P&gt;i.e.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in order to compile library&amp;nbsp; , i plan to set and configure library as -&amp;nbsp;&lt;BR /&gt;export CFLAGS="-I$MKLROOT/include/fftw"&lt;BR /&gt;export LDFLAGS="-L$MKLROOT/lib/intel64 -lfftw3xf_intel -lmkl_intel_lp64 -lmkl_sequential -lmkl_core&amp;nbsp; -lfftw3_omp&amp;nbsp;-lfftw3"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CC=icc ./configure&amp;nbsp;&amp;nbsp;--with-fftw3=${FFTW_ROOT}&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I plan to setup FFTW_ROOT&amp;nbsp;where FFTW_ROOT/lib will have following softlinks-&lt;BR /&gt;lib/libfftw3xc_intel.a lib/libfftw3xf_intel.a lib/libfftw3.so lib/libfftw3_omp.so&lt;BR /&gt;and FFTW_ROOT/include will point to&amp;nbsp;$MKLROOT/include/fftw&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;i had compiled fftw3 wrappers as -&amp;nbsp;&lt;BR /&gt;cd $MKLROOT&lt;BR /&gt;cd interfaces/fftw3xc&lt;BR /&gt;make libintel64 INSTALL_DIR=$MKLROOT/lib/intel64&lt;BR /&gt;cd $MKLROOT&lt;BR /&gt;cd interfaces/fftw3xf&lt;BR /&gt;make libintel64 INSTALL_DIR=$MKLROOT/lib/intel64&lt;BR /&gt;Q2: with aforementioned commands, i get 2 libraries - libfftw3xc_intel.a and libfftw3xf_intel.a&lt;BR /&gt;is there a way to get ".so"/dynamic version of these liraries?&lt;/P&gt;</description>
    <pubDate>Fri, 03 Sep 2021 09:22:00 GMT</pubDate>
    <dc:creator>psing51</dc:creator>
    <dc:date>2021-09-03T09:22:00Z</dc:date>
    <item>
      <title>intel fftw and  opensource fftw</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-fftw-and-opensource-fftw/m-p/1311934#M31972</link>
      <description>&lt;P&gt;I am trying to compile &lt;A href="https://libvdwxc.gitlab.io/libvdwxc/" target="_self"&gt;a library&lt;/A&gt; which can enable fftw support by using following flag with ./configure script&amp;nbsp; :&lt;BR /&gt;--with-fftw3=${FFTW_ROOT}&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;and i came across following statement here -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The FFTW3 wrappers provide a limited functionality compared to the original FFTW 3.x library, because of differences between FFTW and&amp;nbsp;Intel® oneAPI Math Kernel Library&amp;nbsp;FFT and TT functionality.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By "limited" , i assume that few functions may be missing in intel's fftw implementation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Q1: Are there some recommendations to compile/link&amp;nbsp; both intel fftw and the opensource implementation in such a way that&amp;nbsp;the open source library (which i have compiled manually in my $HOME directory) should be used as fall back if the intel's fftw does not have the implementation for a particular function/routine - without creating symbol conflicts between common functions?&lt;/P&gt;
&lt;P&gt;i.e.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in order to compile library&amp;nbsp; , i plan to set and configure library as -&amp;nbsp;&lt;BR /&gt;export CFLAGS="-I$MKLROOT/include/fftw"&lt;BR /&gt;export LDFLAGS="-L$MKLROOT/lib/intel64 -lfftw3xf_intel -lmkl_intel_lp64 -lmkl_sequential -lmkl_core&amp;nbsp; -lfftw3_omp&amp;nbsp;-lfftw3"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CC=icc ./configure&amp;nbsp;&amp;nbsp;--with-fftw3=${FFTW_ROOT}&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I plan to setup FFTW_ROOT&amp;nbsp;where FFTW_ROOT/lib will have following softlinks-&lt;BR /&gt;lib/libfftw3xc_intel.a lib/libfftw3xf_intel.a lib/libfftw3.so lib/libfftw3_omp.so&lt;BR /&gt;and FFTW_ROOT/include will point to&amp;nbsp;$MKLROOT/include/fftw&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;i had compiled fftw3 wrappers as -&amp;nbsp;&lt;BR /&gt;cd $MKLROOT&lt;BR /&gt;cd interfaces/fftw3xc&lt;BR /&gt;make libintel64 INSTALL_DIR=$MKLROOT/lib/intel64&lt;BR /&gt;cd $MKLROOT&lt;BR /&gt;cd interfaces/fftw3xf&lt;BR /&gt;make libintel64 INSTALL_DIR=$MKLROOT/lib/intel64&lt;BR /&gt;Q2: with aforementioned commands, i get 2 libraries - libfftw3xc_intel.a and libfftw3xf_intel.a&lt;BR /&gt;is there a way to get ".so"/dynamic version of these liraries?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 09:22:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-fftw-and-opensource-fftw/m-p/1311934#M31972</guid>
      <dc:creator>psing51</dc:creator>
      <dc:date>2021-09-03T09:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: intel fftw and  opensource fftw</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-fftw-and-opensource-fftw/m-p/1312419#M31998</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&lt;I&gt;i came across following statement here -&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide us the link from which you have taken the statement ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer the below link for more details on usage of intel's fftw3&lt;/P&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/appendix-c-fftw-interface-to-intel-math-kernel-library/fftw3-interface-to-intel-oneapi-math-kernel-library/using-fftw3-wrappers.html" target="_blank" rel="noopener"&gt;https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/appendix-c-fftw-interface-to-intel-math-kernel-library/fftw3-interface-to-intel-oneapi-math-kernel-library/using-fftw3-wrappers.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&lt;I&gt;Are there some recommendations to compile/link&amp;nbsp;both intel fftw and the opensource implementation,&amp;nbsp;&lt;SPAN&gt;in order to compile library&amp;nbsp;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you face any issues while compiling the library by using only intel fftw?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The makefile from intel's fftw3 creates only .a files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&lt;I&gt;is there a way to get ".so"/dynamic version of these libraries?&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could try modifying the makefile to generate .so version of aforementioned libraries and see if it works.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 06:51:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-fftw-and-opensource-fftw/m-p/1312419#M31998</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2021-09-07T06:51:27Z</dc:date>
    </item>
    <item>
      <title>Re:intel fftw and  opensource fftw</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-fftw-and-opensource-fftw/m-p/1314407#M32047</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Reminder:&lt;/P&gt;&lt;P&gt;Has the information provided helped? If yes, could you please confirm whether we can close this thread from our end?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2021 10:15:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-fftw-and-opensource-fftw/m-p/1314407#M32047</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2021-09-14T10:15:42Z</dc:date>
    </item>
    <item>
      <title>Re:intel fftw and  opensource fftw</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-fftw-and-opensource-fftw/m-p/1316080#M32073</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We assume that your issue has been resolved. If you need any additional information from intel please post a new question as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a good day!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Sep 2021 02:58:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-fftw-and-opensource-fftw/m-p/1316080#M32073</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2021-09-21T02:58:54Z</dc:date>
    </item>
  </channel>
</rss>

