<?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: Simple problem: Can't get 2d DFTs to compile in MKL 9.0. He in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Simple-problem-Can-t-get-2d-DFTs-to-compile-in-MKL-9-0-Help/m-p/893432#M10608</link>
    <description>O.K. I can now compile by looking at an example in the appendix of the reference manual. &lt;BR /&gt;</description>
    <pubDate>Sat, 16 Dec 2006 00:54:59 GMT</pubDate>
    <dc:creator>david_heim</dc:creator>
    <dc:date>2006-12-16T00:54:59Z</dc:date>
    <item>
      <title>Simple problem: Can't get 2d DFTs to compile in MKL 9.0. Help.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Simple-problem-Can-t-get-2d-DFTs-to-compile-in-MKL-9-0-Help/m-p/893431#M10607</link>
      <description>Here's a trivial problem. What am I missing? Your suggestions would be greatly appreciated. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dave&lt;BR /&gt;&lt;BR /&gt;1d DFTs work fine. But when I try to compile the simplest, default 2d real DFT, I get the following error message from the compiler, which results from the DftiComputeForward statement.&lt;BR /&gt;&lt;BR /&gt;"There is no matching specific function for this generic function reference. [DFTICOMPUTEFORWARD]"&lt;BR /&gt;&lt;BR /&gt;My program is:&lt;BR /&gt;&lt;BR /&gt;type(DFTI_DESCRIPTOR), pointer :: descriptor&lt;BR /&gt;real(8), dimension(1024,1024) :: a_in&lt;BR /&gt;integer, dimension(2) :: dfti_len&lt;BR /&gt;dfti_len(1)=16&lt;BR /&gt;dfti_len(2)=8&lt;BR /&gt;&lt;BR /&gt;status=DftiCreateDescriptor(descriptor,DFTI_DOUBLE,DFTI_REAL,2,dfti_len)&lt;BR /&gt;status=DftiCommitDescriptor(descriptor)&lt;BR /&gt;status=DftiComputeForward(descriptor,a_in)&lt;BR /&gt;&lt;BR /&gt;I compile/link with&lt;BR /&gt;&lt;BR /&gt;ifort tst.f90 mkl_c.lib libguide40.lib&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Dec 2006 02:18:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Simple-problem-Can-t-get-2d-DFTs-to-compile-in-MKL-9-0-Help/m-p/893431#M10607</guid>
      <dc:creator>david_heim</dc:creator>
      <dc:date>2006-12-15T02:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Simple problem: Can't get 2d DFTs to compile in MKL 9.0. He</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Simple-problem-Can-t-get-2d-DFTs-to-compile-in-MKL-9-0-Help/m-p/893432#M10608</link>
      <description>O.K. I can now compile by looking at an example in the appendix of the reference manual. &lt;BR /&gt;</description>
      <pubDate>Sat, 16 Dec 2006 00:54:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Simple-problem-Can-t-get-2d-DFTs-to-compile-in-MKL-9-0-Help/m-p/893432#M10608</guid>
      <dc:creator>david_heim</dc:creator>
      <dc:date>2006-12-16T00:54:59Z</dc:date>
    </item>
  </channel>
</rss>

