<?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 barrier in os in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/barrier-in-os/m-p/826255#M1366</link>
    <description>Do you mean a memory barrier or a thread synchronization barrier?</description>
    <pubDate>Wed, 05 May 2010 11:24:43 GMT</pubDate>
    <dc:creator>Tudor</dc:creator>
    <dc:date>2010-05-05T11:24:43Z</dc:date>
    <item>
      <title>barrier in os</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/barrier-in-os/m-p/826254#M1365</link>
      <description>how to implement bariier of threads in language c or c++.</description>
      <pubDate>Wed, 05 May 2010 08:59:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/barrier-in-os/m-p/826254#M1365</guid>
      <dc:creator>bheda91</dc:creator>
      <dc:date>2010-05-05T08:59:03Z</dc:date>
    </item>
    <item>
      <title>barrier in os</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/barrier-in-os/m-p/826255#M1366</link>
      <description>Do you mean a memory barrier or a thread synchronization barrier?</description>
      <pubDate>Wed, 05 May 2010 11:24:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/barrier-in-os/m-p/826255#M1366</guid>
      <dc:creator>Tudor</dc:creator>
      <dc:date>2010-05-05T11:24:43Z</dc:date>
    </item>
    <item>
      <title>barrier in os</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/barrier-in-os/m-p/826256#M1367</link>
      <description>To implement a threading barrier, I recommend using OpenMP (see &lt;A href="http://www.openmp.org"&gt;www.openmp.org&lt;/A&gt;for a specification). The Intel, Gnu, and Microsoft compilers all have OpenMP support in C/C++. These allow you to create threads with a simple pragma and synchronize them all with another simple pragma. Check your compiler documentation and search for the term "barrier" for details.</description>
      <pubDate>Wed, 05 May 2010 13:57:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/barrier-in-os/m-p/826256#M1367</guid>
      <dc:creator>Grant_H_Intel</dc:creator>
      <dc:date>2010-05-05T13:57:30Z</dc:date>
    </item>
  </channel>
</rss>

