<?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 Hi Justin, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FFT-fftw-mpi-plan-many-transpose/m-p/1115219#M24611</link>
    <description>&lt;P&gt;Hi Justin,&lt;/P&gt;

&lt;P&gt;The FFTW3 wrappers in MKL are not the interfaces on a function-per-function basis. The return of a NULL may indicates that the functionality is not supported. It may also caused by a few other problems. You may find more information here&amp;nbsp;&lt;A href="https://software.intel.com/en-us/mkl-developer-reference-c-using-fftw3-wrappers"&gt;https://software.intel.com/en-us/mkl-developer-reference-c-using-fftw3-wrappers&lt;/A&gt;. Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2017 23:21:46 GMT</pubDate>
    <dc:creator>Shaojuan_Z_Intel</dc:creator>
    <dc:date>2017-05-24T23:21:46Z</dc:date>
    <item>
      <title>MKL FFT: fftw_mpi_plan_many_transpose</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FFT-fftw-mpi-plan-many-transpose/m-p/1115218#M24610</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have been trying to use the MKL FFT through the FFTW3 interface and now am stuck with plan creation. The following line of code produces a NULL value, which is subsequently caught and kills the program:&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;plan_t_XY = fftw_mpi_plan_many_transpose(g.nxrtot, g.nyrtot, (g.nzrtot+2), g.nxrtot/g.nProc, g.nyrtot/g.nProc, wr1, wr1, MPI_COMM_WORLD, FFT_PLANNING);&lt;/PRE&gt;

&lt;P&gt;Each of the *tot variables is an integer power of 2, ditto with g.nproc. wr1 is a pointer to a float work array, and FFT_PLANNING is set to FFTW_MEASURE.&lt;/P&gt;

&lt;P&gt;Any ideas why&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;plan_t_XY = NULL&lt;/PRE&gt;

&lt;P&gt;after this?&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 21:59:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FFT-fftw-mpi-plan-many-transpose/m-p/1115218#M24610</guid>
      <dc:creator>Justin_W_</dc:creator>
      <dc:date>2017-05-24T21:59:04Z</dc:date>
    </item>
    <item>
      <title>Hi Justin,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FFT-fftw-mpi-plan-many-transpose/m-p/1115219#M24611</link>
      <description>&lt;P&gt;Hi Justin,&lt;/P&gt;

&lt;P&gt;The FFTW3 wrappers in MKL are not the interfaces on a function-per-function basis. The return of a NULL may indicates that the functionality is not supported. It may also caused by a few other problems. You may find more information here&amp;nbsp;&lt;A href="https://software.intel.com/en-us/mkl-developer-reference-c-using-fftw3-wrappers"&gt;https://software.intel.com/en-us/mkl-developer-reference-c-using-fftw3-wrappers&lt;/A&gt;. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 23:21:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FFT-fftw-mpi-plan-many-transpose/m-p/1115219#M24611</guid>
      <dc:creator>Shaojuan_Z_Intel</dc:creator>
      <dc:date>2017-05-24T23:21:46Z</dc:date>
    </item>
    <item>
      <title>Thanks for the feedback! I'll</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FFT-fftw-mpi-plan-many-transpose/m-p/1115220#M24612</link>
      <description>&lt;P&gt;Thanks for the feedback! I'll see how I modify my code to get it to work.&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 14:22:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FFT-fftw-mpi-plan-many-transpose/m-p/1115220#M24612</guid>
      <dc:creator>Justin_W_</dc:creator>
      <dc:date>2017-05-25T14:22:09Z</dc:date>
    </item>
  </channel>
</rss>

