<?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: resource to learn multi-thread programing in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/resource-to-learn-multi-thread-programing/m-p/863663#M2586</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/415965"&gt;amir_r&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; I want to rum my code on multi core (under windows) system. where can i find some clear examples or other usefull matrials to learn how to run my code using multi core.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Intel Fortran has a -parallel (auto-parallel) option for generation of OpenMP code. The next step is to improve on that by explicit OpenMP. Clearness of examples might be in the eye of the beholder. I show some where OpenMP does or does not work: &lt;BR /&gt;&lt;A href="http://sites.google.com/site/tprincesite/levine-callahan-dongarra-vectors"&gt;http://sites.google.com/site/tprincesite/levine-callahan-dongarra-vectors&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I used to have a white-paper on this, but it was taken down.</description>
    <pubDate>Wed, 08 Apr 2009 17:00:04 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2009-04-08T17:00:04Z</dc:date>
    <item>
      <title>resource to learn multi-thread programing</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/resource-to-learn-multi-thread-programing/m-p/863662#M2585</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am new to the subject of multithread. I have codes in Intel fortran in which i also call static libraries. I want to rum my code on multi core (under windows) system. where can i find some clear examples or other usefull matrials to learn how to run my code using multi core.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Amir</description>
      <pubDate>Wed, 08 Apr 2009 15:47:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/resource-to-learn-multi-thread-programing/m-p/863662#M2585</guid>
      <dc:creator>amir_r</dc:creator>
      <dc:date>2009-04-08T15:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: resource to learn multi-thread programing</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/resource-to-learn-multi-thread-programing/m-p/863663#M2586</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/415965"&gt;amir_r&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; I want to rum my code on multi core (under windows) system. where can i find some clear examples or other usefull matrials to learn how to run my code using multi core.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Intel Fortran has a -parallel (auto-parallel) option for generation of OpenMP code. The next step is to improve on that by explicit OpenMP. Clearness of examples might be in the eye of the beholder. I show some where OpenMP does or does not work: &lt;BR /&gt;&lt;A href="http://sites.google.com/site/tprincesite/levine-callahan-dongarra-vectors"&gt;http://sites.google.com/site/tprincesite/levine-callahan-dongarra-vectors&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I used to have a white-paper on this, but it was taken down.</description>
      <pubDate>Wed, 08 Apr 2009 17:00:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/resource-to-learn-multi-thread-programing/m-p/863663#M2586</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-04-08T17:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: resource to learn multi-thread programing</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/resource-to-learn-multi-thread-programing/m-p/863664#M2587</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&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; Intel Fortran has a -parallel (auto-parallel) option for generation of OpenMP code. The next step is to improve on that by explicit OpenMP. Clearness of examples might be in the eye of the beholder. I show some where OpenMP does or does not work: &lt;BR /&gt;&lt;A href="http://sites.google.com/site/tprincesite/levine-callahan-dongarra-vectors"&gt;http://sites.google.com/site/tprincesite/levine-callahan-dongarra-vectors&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I used to have a white-paper on this, but it was taken down.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;A href="http://openmp.org/wp/resources/#Tutorials" target="_blank"&gt;http://openmp.org/wp/resources/#Tutorials&lt;/A&gt; is a good place to start.&lt;BR /&gt;&lt;BR /&gt;A paper I found helpfull with modern fortran and openMP can be found here: &lt;BR /&gt;&lt;A href="http://www.openmp.org/presentations/miguel/F95_OpenMPv1_v2.pdf" target="_blank"&gt;http://www.openmp.org/presentations/miguel/F95_OpenMPv1_v2.pdf&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Apr 2009 21:13:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/resource-to-learn-multi-thread-programing/m-p/863664#M2587</guid>
      <dc:creator>Izaak_Beekman</dc:creator>
      <dc:date>2009-04-09T21:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: resource to learn multi-thread programing</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/resource-to-learn-multi-thread-programing/m-p/863665#M2588</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/310779"&gt;zbeekman&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;&lt;BR /&gt;&lt;A href="http://openmp.org/wp/resources/#Tutorials" target="_blank"&gt;http://openmp.org/wp/resources/#Tutorials&lt;/A&gt; is a good place to start.&lt;BR /&gt;&lt;BR /&gt;A paper I found helpfull with modern fortran and openMP can be found here: &lt;BR /&gt;&lt;A href="http://www.openmp.org/presentations/miguel/F95_OpenMPv1_v2.pdf" target="_blank"&gt;http://www.openmp.org/presentations/miguel/F95_OpenMPv1_v2.pdf&lt;/A&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;You may lear more on this from &lt;A href="http://www3.intel.com/cd/ids/developer/asmo-na/eng/dc/threading/methodology/index.htm" target="_blank"&gt;http://www3.intel.com/cd/ids/developer/asmo-na/eng/dc/threading/methodology/index.htm&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Apr 2009 07:07:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/resource-to-learn-multi-thread-programing/m-p/863665#M2588</guid>
      <dc:creator>Om_S_Intel</dc:creator>
      <dc:date>2009-04-14T07:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: resource to learn multi-thread programing</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/resource-to-learn-multi-thread-programing/m-p/863666#M2589</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/415965"&gt;amir_r&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;Hi,&lt;BR /&gt;&lt;BR /&gt;I am new to the subject of multithread. I have codes in Intel fortran in which i also call static libraries. I want to rum my code on multi core (under windows) system. where can i find some clear examples or other usefull matrials to learn how to run my code using multi core.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Amir&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I think &lt;SPAN style="color: #0000ff;"&gt;&lt;A href="https://computing.llnl.gov/tutorials/openMP" target="_blank"&gt;https://computing.llnl.gov/tutorials/openMP&lt;/A&gt;&lt;/SPAN&gt; demonstrates well about OpenMP.&lt;BR /&gt;&lt;BR /&gt;Plz do refer.&lt;BR /&gt;&lt;BR /&gt;~BR&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Apr 2009 09:15:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/resource-to-learn-multi-thread-programing/m-p/863666#M2589</guid>
      <dc:creator>srimks</dc:creator>
      <dc:date>2009-04-15T09:15:52Z</dc:date>
    </item>
  </channel>
</rss>

