<?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: how do i link with fft? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-do-i-link-with-fft/m-p/868643#M8223</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The missing functionsshould be located in interfaces/fftw2xf directory of your MKL installation.Run `make libem64t' in that directory to build the wrappers library and add the latter on your link line. This should help.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Dima&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jun 2008 05:22:25 GMT</pubDate>
    <dc:creator>Dmitry_B_Intel</dc:creator>
    <dc:date>2008-06-24T05:22:25Z</dc:date>
    <item>
      <title>how do i link with fft?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-do-i-link-with-fft/m-p/868642#M8222</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;i have a code that calls fft routines (rfftwnd_f77_create_plan, rfftwnd_f77_one_real_to_complex, rfftwnd_f77_destroy_plan). pls, how do i link my code to these mkl routines. i already tried -lmkl_em64t but i get errors:&lt;/P&gt;
&lt;P&gt;ifort -o fft fft.f -I/usr/local/intel101/mkl/include/fftw -L/usr/local/intel101/mkl/lib/em64t -lmkl_em64t&lt;BR /&gt;/home/prayerz/tmp/ifortBMORKv.o: In function `MAIN__':&lt;BR /&gt;fft.f:(.text+0x98): undefined reference to `rfftwnd_f77_create_plan_'&lt;BR /&gt;fft.f:(.text+0xad): undefined reference to `rfftwnd_f77_one_real_to_complex_'&lt;BR /&gt;fft.f:(.text+0x127): undefined reference to `rfftwnd_f77_destroy_plan_'&lt;BR /&gt;fft.f:(.text+0x147): undefined reference to `rfftwnd_f77_create_plan_'&lt;BR /&gt;fft.f:(.text+0x152): undefined reference to `rfftwnd_f77_one_complex_to_real_'&lt;BR /&gt;fft.f:(.text+0x15d): undefined reference to `rfftwnd_f77_destroy_plan_'&lt;BR /&gt;make: *** [fft] Error 1&lt;/P&gt;
&lt;P&gt;i am using v10 or ifort: ifort -V gives:&lt;/P&gt;
&lt;P&gt;Intel Fortran Compiler for applications running on Intel 64, Version 10.1 Build 20070913 Package ID: l_fc_p_10.1.008&lt;BR /&gt;Copyright (C) 1985-2007 Intel Corporation. All rights reserved.&lt;BR /&gt;FOR NON-COMMERCIAL USE ONLY&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thanks for any help!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;o.&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2008 23:44:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-do-i-link-with-fft/m-p/868642#M8222</guid>
      <dc:creator>prayerz</dc:creator>
      <dc:date>2008-06-23T23:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: how do i link with fft?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-do-i-link-with-fft/m-p/868643#M8223</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The missing functionsshould be located in interfaces/fftw2xf directory of your MKL installation.Run `make libem64t' in that directory to build the wrappers library and add the latter on your link line. This should help.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Dima&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2008 05:22:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-do-i-link-with-fft/m-p/868643#M8223</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2008-06-24T05:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: how do i link with fft?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-do-i-link-with-fft/m-p/868644#M8224</link>
      <description>&lt;P&gt;Thanks, Dima. this helped. but i also had to add -lguide -lpthread; i don't know why so i have the libraries:&lt;/P&gt;
&lt;P&gt;-lguide -lpthread -lfftw2xf_intel -lmkl_em64t&lt;/P&gt;
&lt;P&gt;together with the include directory (for fftw_f77.i)&lt;/P&gt;
&lt;P&gt;o.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2008 15:38:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-do-i-link-with-fft/m-p/868644#M8224</guid>
      <dc:creator>prayerz</dc:creator>
      <dc:date>2008-06-24T15:38:16Z</dc:date>
    </item>
  </channel>
</rss>

