<?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: To learn parallel programing with FFTs using intel MKL in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/To-learn-parallel-programing-with-FFTs-using-intel-MKL/m-p/893641#M3898</link>
    <description>&lt;DIV style="margin:0px;"&gt;Hi Tim!&lt;BR /&gt;&lt;BR /&gt;I forget to mention that I'm working with fortran 90 on Linux, OpenSuse11.1. Ive checked the MKL docs, but the examples are oriented to C++. You know where can to find examples in fortran?&lt;BR /&gt;&lt;BR /&gt;effectively I have multiple independent FFT analyses, but I would like to reduce the process time becausein the lastcomputationthe time was increased considereable...&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Angel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Such questions, if not covered in the MKL docs, would usually be asked on the MKL forum, at least if they pertain to parallelism within an FFT. Of course, if you have multiple independent FFT analyses of similar size, it may be more effective to make parallel tasks or loops outside the MKL calls, which makes the parallelism more generic. Then there is nothing specific to FFT, except that you may choose to invoke mkl_sequential.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 05 Nov 2009 07:46:33 GMT</pubDate>
    <dc:creator>Angel_Vergara</dc:creator>
    <dc:date>2009-11-05T07:46:33Z</dc:date>
    <item>
      <title>To learn parallel programing with FFTs using intel MKL</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/To-learn-parallel-programing-with-FFTs-using-intel-MKL/m-p/893639#M3896</link>
      <description>&lt;P style="TEXT-ALIGN: left"&gt;hi everyone&lt;/P&gt;
&lt;P style="TEXT-ALIGN: left"&gt;Im working with FFTs routines using Intel MKL and I need to develop an application in parallel. Who couldtell me where I can to find documentation about to learn parallel programing withFFTs?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Angel&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2009 00:24:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/To-learn-parallel-programing-with-FFTs-using-intel-MKL/m-p/893639#M3896</guid>
      <dc:creator>Angel_Vergara</dc:creator>
      <dc:date>2009-11-05T00:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: To learn parallel programing with FFTs using intel MKL</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/To-learn-parallel-programing-with-FFTs-using-intel-MKL/m-p/893640#M3897</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Such questions, if not covered in the MKL docs, would usually be asked on the MKL forum, at least if they pertain to parallelism within an FFT. Of course, if you have multiple independent FFT analyses of similar size, it may be more effective to make parallel tasks or loops outside the MKL calls, which makes the parallelism more generic. Then there is nothing specific to FFT, except that you may choose to invoke mkl_sequential.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2009 00:48:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/To-learn-parallel-programing-with-FFTs-using-intel-MKL/m-p/893640#M3897</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-11-05T00:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: To learn parallel programing with FFTs using intel MKL</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/To-learn-parallel-programing-with-FFTs-using-intel-MKL/m-p/893641#M3898</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hi Tim!&lt;BR /&gt;&lt;BR /&gt;I forget to mention that I'm working with fortran 90 on Linux, OpenSuse11.1. Ive checked the MKL docs, but the examples are oriented to C++. You know where can to find examples in fortran?&lt;BR /&gt;&lt;BR /&gt;effectively I have multiple independent FFT analyses, but I would like to reduce the process time becausein the lastcomputationthe time was increased considereable...&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Angel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Such questions, if not covered in the MKL docs, would usually be asked on the MKL forum, at least if they pertain to parallelism within an FFT. Of course, if you have multiple independent FFT analyses of similar size, it may be more effective to make parallel tasks or loops outside the MKL calls, which makes the parallelism more generic. Then there is nothing specific to FFT, except that you may choose to invoke mkl_sequential.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2009 07:46:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/To-learn-parallel-programing-with-FFTs-using-intel-MKL/m-p/893641#M3898</guid>
      <dc:creator>Angel_Vergara</dc:creator>
      <dc:date>2009-11-05T07:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: To learn parallel programing with FFTs using intel MKL</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/To-learn-parallel-programing-with-FFTs-using-intel-MKL/m-p/893642#M3899</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Such questions, if not covered in the MKL docs, would usually be asked on the MKL forum, at least if they pertain to parallelism within an FFT. Of course, if you have multiple independent FFT analyses of similar size, it may be more effective to make parallel tasks or loops outside the MKL calls, which makes the parallelism more generic. Then there is nothing specific to FFT, except that you may choose to invoke mkl_sequential.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Thank you&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Nov 2009 14:13:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/To-learn-parallel-programing-with-FFTs-using-intel-MKL/m-p/893642#M3899</guid>
      <dc:creator>mahmoudgalal1985</dc:creator>
      <dc:date>2009-11-26T14:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: To learn parallel programing with FFTs using intel MKL</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/To-learn-parallel-programing-with-FFTs-using-intel-MKL/m-p/893643#M3900</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Pleaselook atcorresponding KB article(MKL forum):&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/different-parallelization-techniques-and-intel-mkl-fft/"&gt;http://software.intel.com/en-us/articles/different-parallelization-techniques-and-intel-mkl-fft/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-- Victor</description>
      <pubDate>Thu, 03 Dec 2009 11:45:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/To-learn-parallel-programing-with-FFTs-using-intel-MKL/m-p/893643#M3900</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2009-12-03T11:45:39Z</dc:date>
    </item>
  </channel>
</rss>

