<?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: Intel Thread Checker installation on ubuntu in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Thread-Checker-installation-on-ubuntu/m-p/880558#M3339</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; As thread checker is associated with VTune (not that it's entirely obvious for linux), the VTune forum is the place to look for help.&lt;BR /&gt;I don't know what you mean by a .gcc file. You need an a.out type file, compiled and linked with -g option.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Inside the intel thread checker directory there is a sample directory. The official guide suggests to compile and link them using the makefile script that exists inside.This script generates binaries withe the .gcc extention, i havent heard of them before.
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;It is also strange that in windows is very clear the existence of VTune.In the guide for linux the word VTune doesnt exist.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;I ll try to compile them by my own with the traditional method and see what happens.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 20 Nov 2009 00:05:25 GMT</pubDate>
    <dc:creator>drunkenrom</dc:creator>
    <dc:date>2009-11-20T00:05:25Z</dc:date>
    <item>
      <title>Intel Thread Checker installation on ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Thread-Checker-installation-on-ubuntu/m-p/880556#M3337</link>
      <description>I am trying to install Intel thread Checker on an ubuntu distribution.&lt;BR /&gt;I have followed all the instructions on the installation guide and the installation seemed to end normally.&lt;BR /&gt;When i take a .gcc file and run the command &amp;gt; tcheck_cl ./primes.gcc nothing seems to happen.It just creates a txt file with what would be the programs output, instead of running actually the results.&lt;BR /&gt;I have no idea of what goes wrong .Can anybody save me?&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Thu, 19 Nov 2009 22:18:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Thread-Checker-installation-on-ubuntu/m-p/880556#M3337</guid>
      <dc:creator>drunkenrom</dc:creator>
      <dc:date>2009-11-19T22:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Thread Checker installation on ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Thread-Checker-installation-on-ubuntu/m-p/880557#M3338</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
As thread checker is associated with VTune (not that it's entirely obvious for linux), the VTune forum is the place to look for help.&lt;BR /&gt;I don't know what you mean by a .gcc file. You need an a.out type file, compiled and linked with -g option.&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Nov 2009 23:45:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Thread-Checker-installation-on-ubuntu/m-p/880557#M3338</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-11-19T23:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Thread Checker installation on ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Thread-Checker-installation-on-ubuntu/m-p/880558#M3339</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; As thread checker is associated with VTune (not that it's entirely obvious for linux), the VTune forum is the place to look for help.&lt;BR /&gt;I don't know what you mean by a .gcc file. You need an a.out type file, compiled and linked with -g option.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Inside the intel thread checker directory there is a sample directory. The official guide suggests to compile and link them using the makefile script that exists inside.This script generates binaries withe the .gcc extention, i havent heard of them before.
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;It is also strange that in windows is very clear the existence of VTune.In the guide for linux the word VTune doesnt exist.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;I ll try to compile them by my own with the traditional method and see what happens.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Nov 2009 00:05:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Thread-Checker-installation-on-ubuntu/m-p/880558#M3339</guid>
      <dc:creator>drunkenrom</dc:creator>
      <dc:date>2009-11-20T00:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Thread Checker installation on ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Thread-Checker-installation-on-ubuntu/m-p/880559#M3340</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Of course, you could name your a.out file type with a name ending in .gcc, but there's no reason to do so. If they give a specific method including compile and link options, you should follow that. Maybe the .gcc is just to distinguish the special build.&lt;BR /&gt;If you are using Intel linux compilers with thread checker, it's preferable to compile and link with the -tcheck option, so that tcheck_cl is needed only to display the contents of the data file (threadchecker.thr) after running. Maybe the gcc build script accomplishes something similar.&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Nov 2009 00:20:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Thread-Checker-installation-on-ubuntu/m-p/880559#M3340</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-11-20T00:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Thread Checker installation on ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Thread-Checker-installation-on-ubuntu/m-p/880560#M3341</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/452996"&gt;drunkenrom&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 am trying to install Intel thread Checker on an ubuntu distribution.&lt;BR /&gt;I have followed all the instructions on the installation guide and the installation seemed to end normally.&lt;BR /&gt;When i take a .gcc file and run the command &amp;gt; tcheck_cl ./primes.gcc nothing seems to happen.It just creates a txt file with what would be the programs output, instead of running actually the results.&lt;BR /&gt;I have no idea of what goes wrong .Can anybody save me?&lt;BR /&gt;Thanks a lot.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Finally i understood that the problem was the non correct installation of the program.After disinstalling and installing again everything worked just fine.
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;I would like to thank tim18 who spent his times helping me.His indications helped me think better what the problem could be.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Nov 2009 08:18:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Thread-Checker-installation-on-ubuntu/m-p/880560#M3341</guid>
      <dc:creator>drunkenrom</dc:creator>
      <dc:date>2009-11-20T08:18:14Z</dc:date>
    </item>
  </channel>
</rss>

