<?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 I have solved my problem by in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922608#M13157</link>
    <description>&lt;P&gt;I have solved my problem by only linking to mkl_rt.lib&lt;/P&gt;</description>
    <pubDate>Sun, 07 Apr 2013 11:47:59 GMT</pubDate>
    <dc:creator>Bogdan_Cristea</dc:creator>
    <dc:date>2013-04-07T11:47:59Z</dc:date>
    <item>
      <title>Error when linking with MKL 11.0 and VSC++ 2010</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922607#M13156</link>
      <description>&lt;P&gt;I am trying to link my C++ program with MKL11, but the linking fails with the following error:&lt;/P&gt;
&lt;P&gt;2&amp;gt;transforms.obj : error LNK2019: unresolved external symbol DftiComputeForward referenced in function "public: void __cdecl itpp::Transform&amp;lt;struct itpp::FFTCplx_Traits&amp;gt;::compute_transform(class itpp::Vec&amp;lt;class std::complex&amp;lt;double&amp;gt; &amp;gt; const &amp;amp;,class itpp::Vec&amp;lt;class std::complex&amp;lt;double&amp;gt; &amp;gt; &amp;amp;)" (?compute_transform@?$Transform@UFFTCplx_Traits@itpp@@@itpp@@QEAAXAEBV?$Vec@V?$complex@N@std@@@2@AEAV32@@Z)&lt;BR /&gt;2&amp;gt;transforms.obj : error LNK2019: unresolved external symbol DftiCommitDescriptor referenced in function "public: void __cdecl itpp::Transform&amp;lt;struct itpp::FFTCplx_Traits&amp;gt;::compute_transform(class itpp::Vec&amp;lt;class std::complex&amp;lt;double&amp;gt; &amp;gt; const &amp;amp;,class itpp::Vec&amp;lt;class std::complex&amp;lt;double&amp;gt; &amp;gt; &amp;amp;)" (?compute_transform@?$Transform@UFFTCplx_Traits@itpp@@@itpp@@QEAAXAEBV?$Vec@V?$complex@N@std@@@2@AEAV32@@Z)&lt;BR /&gt;2&amp;gt;transforms.obj : error LNK2019: unresolved external symbol DftiSetValue referenced in function "public: void __cdecl itpp::Transform&amp;lt;struct itpp::FFTCplx_Traits&amp;gt;::compute_transform(class itpp::Vec&amp;lt;class std::complex&amp;lt;double&amp;gt; &amp;gt; const &amp;amp;,class itpp::Vec&amp;lt;class std::complex&amp;lt;double&amp;gt; &amp;gt; &amp;amp;)" (?compute_transform@?$Transform@UFFTCplx_Traits@itpp@@@itpp@@QEAAXAEBV?$Vec@V?$complex@N@std@@@2@AEAV32@@Z)&lt;BR /&gt;2&amp;gt;transforms.obj : error LNK2019: unresolved external symbol DftiCreateDescriptor referenced in function "public: void __cdecl itpp::Transform&amp;lt;struct itpp::FFTCplx_Traits&amp;gt;::compute_transform(class itpp::Vec&amp;lt;class std::complex&amp;lt;double&amp;gt; &amp;gt; const &amp;amp;,class itpp::Vec&amp;lt;class std::complex&amp;lt;double&amp;gt; &amp;gt; &amp;amp;)" (?compute_transform@?$Transform@UFFTCplx_Traits@itpp@@@itpp@@QEAAXAEBV?$Vec@V?$complex@N@std@@@2@AEAV32@@Z)&lt;BR /&gt;2&amp;gt;transforms.obj : error LNK2019: unresolved external symbol DftiFreeDescriptor referenced in function "void __cdecl itpp::release_descriptor(struct mkl::DFTI_DESCRIPTOR *)" (?release_descriptor@itpp@@YAXPEAUDFTI_DESCRIPTOR@mkl@@@Z)&lt;BR /&gt;2&amp;gt;transforms.obj : error LNK2019: unresolved external symbol DftiComputeBackward referenced in function "public: void __cdecl itpp::Transform&amp;lt;struct itpp::IFFTCplx_Traits&amp;gt;::compute_transform(class itpp::Vec&amp;lt;class std::complex&amp;lt;double&amp;gt; &amp;gt; const &amp;amp;,class itpp::Vec&amp;lt;class std::complex&amp;lt;double&amp;gt; &amp;gt; &amp;amp;)" (?compute_transform@?$Transform@UIFFTCplx_Traits@itpp@@@itpp@@QEAAXAEBV?$Vec@V?$complex@N@std@@@2@AEAV32@@Z)&lt;BR /&gt;2&amp;gt;transforms.obj : error LNK2019: unresolved external symbol MKL_Domain_Set_Num_Threads referenced in function "void __cdecl itpp::init_fft_library&amp;lt;2&amp;gt;(void)" (??$init_fft_library@$01&lt;/P&gt;
&lt;P&gt;These symbols are declared in&amp;nbsp;&amp;lt;mkl_dfti.h&amp;gt; and &amp;lt;mkl_service.h&amp;gt; header files, but they are not defined in any mkl library (I am linking with&lt;/P&gt;
&lt;P&gt;mkl_cdft_core_dll.lib&lt;BR /&gt;mkl_core_dll.lib&lt;BR /&gt;mkl_intel_thread_dll.lib&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Bogdan&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2013 06:16:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922607#M13156</guid>
      <dc:creator>Bogdan_Cristea</dc:creator>
      <dc:date>2013-04-07T06:16:51Z</dc:date>
    </item>
    <item>
      <title>I have solved my problem by</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922608#M13157</link>
      <description>&lt;P&gt;I have solved my problem by only linking to mkl_rt.lib&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2013 11:47:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922608#M13157</guid>
      <dc:creator>Bogdan_Cristea</dc:creator>
      <dc:date>2013-04-07T11:47:59Z</dc:date>
    </item>
    <item>
      <title>the problem can be solved by</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922609#M13158</link>
      <description>&lt;P&gt;the problem can be solved by linking as an example with the following lib's:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; mkl_intel_c_dll.lib mkl_intel_thread_dll.lib &amp;nbsp;mkl_core_dll.lib&lt;/P&gt;
&lt;P&gt;see the mkl linker adviser :&amp;nbsp;&lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor"&gt;http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2013 16:38:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922609#M13158</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-04-07T16:38:51Z</dc:date>
    </item>
    <item>
      <title>I doesn't answer to my</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922610#M13159</link>
      <description>&lt;P&gt;I doesn't answer to my question as I am trying to use FFT libraries. Anyway, I have already used these libraries and still I get the error above. Why mkl_rt.lib is provided ? Are there any drawnbacks ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2013 18:28:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922610#M13159</guid>
      <dc:creator>Bogdan_Cristea</dc:creator>
      <dc:date>2013-04-07T18:28:22Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...2&gt;transforms.obj : error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922611#M13160</link>
      <description>&amp;gt;&amp;gt;...2&amp;gt;transforms.obj : error LNK2019: unresolved external symbol &lt;STRONG&gt;DftiComputeForward&lt;/STRONG&gt;...

I just checked and &lt;STRONG&gt;DftiComputeForward&lt;/STRONG&gt; is referenced in &lt;STRONG&gt;mkl_cdft_core.lib&lt;/STRONG&gt; and &lt;STRONG&gt;mkl_cdft_core_dll.lib&lt;/STRONG&gt; MKL libraries.</description>
      <pubDate>Sun, 07 Apr 2013 18:57:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922611#M13160</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-04-07T18:57:33Z</dc:date>
    </item>
    <item>
      <title>I have looked only in mkl</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922612#M13161</link>
      <description>&lt;P&gt;I have looked only in&amp;nbsp;mkl_cdft_core.dll&lt;B&gt;&amp;nbsp;&lt;/B&gt;but&amp;nbsp;DftiComputeForward does not exist, but instead there is&amp;nbsp;DftiComputeForwardDM. Also, I have used for linking&amp;nbsp;mkl_cdft_core_dll.lib, but I still get errors. On the other hand,&amp;nbsp;DftiComputeForward does exist in mkl_rt.dll&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2013 20:44:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922612#M13161</guid>
      <dc:creator>Bogdan_Cristea</dc:creator>
      <dc:date>2013-04-07T20:44:39Z</dc:date>
    </item>
    <item>
      <title>Hi Bogdan,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922613#M13162</link>
      <description>&lt;P&gt;Hi Bogdan,&lt;/P&gt;
&lt;P&gt;DftiSomethingDM functions relate to cluster FFT (DM stands for Distributed Memory). Probably you want to use 'normal' FFT, that is FFT on a single computer, not using MPI. The normal functions are declared in mkl_dfti.h, and provided by mkl_intel_c.dll. Please follow the advice by Gennady.&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Dima&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2013 03:39:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922613#M13162</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2013-04-08T03:39:00Z</dc:date>
    </item>
    <item>
      <title>The only way I have found is</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922614#M13163</link>
      <description>&lt;P&gt;The only way I have found is to use mkl_rt.dll.&amp;nbsp;mkl_intel_c.dll does not exist in MKL 11&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2013 05:33:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-when-linking-with-MKL-11-0-and-VSC-2010/m-p/922614#M13163</guid>
      <dc:creator>Bogdan_Cristea</dc:creator>
      <dc:date>2013-04-08T05:33:15Z</dc:date>
    </item>
  </channel>
</rss>

