<?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 Unit testing, OpenMP C++ - hints, suggestions? in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Unit-testing-OpenMP-C-hints-suggestions/m-p/823008#M1286</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I wanted to do write some OpenMP C++ code, and I wanted to use &lt;A href="http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#C.2B.2B"&gt;Unit Tests&lt;/A&gt;. Do you have any suggestion, learned from practice, about how to develop tests, which UT framework works the best with OpenMP (or it does not matter), and so on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jakub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Sep 2011 08:12:01 GMT</pubDate>
    <dc:creator>jmikians</dc:creator>
    <dc:date>2011-09-27T08:12:01Z</dc:date>
    <item>
      <title>Unit testing, OpenMP C++ - hints, suggestions?</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Unit-testing-OpenMP-C-hints-suggestions/m-p/823008#M1286</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I wanted to do write some OpenMP C++ code, and I wanted to use &lt;A href="http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#C.2B.2B"&gt;Unit Tests&lt;/A&gt;. Do you have any suggestion, learned from practice, about how to develop tests, which UT framework works the best with OpenMP (or it does not matter), and so on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jakub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2011 08:12:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Unit-testing-OpenMP-C-hints-suggestions/m-p/823008#M1286</guid>
      <dc:creator>jmikians</dc:creator>
      <dc:date>2011-09-27T08:12:01Z</dc:date>
    </item>
    <item>
      <title>Unit testing, OpenMP C++ - hints, suggestions?</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Unit-testing-OpenMP-C-hints-suggestions/m-p/823009#M1287</link>
      <description>&lt;P&gt;Are you intending on testing serial functions in parallel or parallel functions in parallel?&lt;BR /&gt;What is missing in available unit testing applications that you want to implement with your own code?&lt;BR /&gt;For multi-threaded testing some of the new tools availablein Intel Parallel Studio XE might be of use. Also, or multi-threaded code check out Relacy Race Detector (&lt;A href="http://www.1024cores.net/home/relacy-race-detector"&gt;http://www.1024cores.net/home/relacy-race-detector&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2011 15:36:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Unit-testing-OpenMP-C-hints-suggestions/m-p/823009#M1287</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2011-09-27T15:36:07Z</dc:date>
    </item>
    <item>
      <title>Unit testing, OpenMP C++ - hints, suggestions?</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Unit-testing-OpenMP-C-hints-suggestions/m-p/823010#M1288</link>
      <description>&lt;P&gt;Thanks for the answer,&lt;/P&gt;&lt;P&gt;I didn't know about this race detector, interesting. Currently I am using Cxxtest for unit testing, I test parallel sections of a code in separate tests and it seems to fork fine for me. Still, any advice that can help finding bugs and races in the parallel code is welcome&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2011 05:49:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Unit-testing-OpenMP-C-hints-suggestions/m-p/823010#M1288</guid>
      <dc:creator>jmikians</dc:creator>
      <dc:date>2011-09-29T05:49:06Z</dc:date>
    </item>
  </channel>
</rss>

