<?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: Thread Checker compiling error ! in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Thread-Checker-compiling-error/m-p/861558#M2411</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; libassuret40.lib should be present under program filesIntelVTuneAnalyzerlib after you have installed Thread Checker. If you install the linux components in the default path, you should find environment source script /opt/intel/itt/bin/[32|32e]/tcheckvars./[csh|sh] which will add the linux paths. With those paths set up, you can run your application outside thread checker and use tcheck_cl to perform text analysis of the results collected in threadchecker.thr, if you so choose.&lt;BR /&gt;In the terminology from before Intel's first x86_64 product releases, 32e means x86_64.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;sry tim, i can only find libassuret40.so in /opt/intel/itt/techeck/bin/32. I found the source scripts, but they didn t work......... &lt;BR /&gt;I think it is a simple error. Only the librarys are not working.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 26 Sep 2009 23:30:43 GMT</pubDate>
    <dc:creator>Timmo1</dc:creator>
    <dc:date>2009-09-26T23:30:43Z</dc:date>
    <item>
      <title>Thread Checker compiling error !</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Thread-Checker-compiling-error/m-p/861556#M2409</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;i just installed theintel thread checker 3.1 and i have a question about it. I use Intel Thread Checker 3.1 for Linux with intel fortran compiler 11.1.&lt;BR /&gt;&lt;BR /&gt;After compiling with this options: ifort -g -O0 -tcheck -openmp i got this message from the compiler back:&lt;BR /&gt;&lt;BR /&gt;ld: cannot find -lassuret40&lt;BR /&gt;&lt;BR /&gt;What is missing in my system or what sould be my next steps?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;&lt;BR /&gt;Timmo&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Sep 2009 21:51:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Thread-Checker-compiling-error/m-p/861556#M2409</guid>
      <dc:creator>Timmo1</dc:creator>
      <dc:date>2009-09-25T21:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Thread Checker compiling error !</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Thread-Checker-compiling-error/m-p/861557#M2410</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
libassuret40.lib should be present under program filesIntelVTuneAnalyzerlib after you have installed Thread Checker. If you install the linux components in the default path, you should find environment source script /opt/intel/itt/bin/[32|32e]/tcheckvars./[csh|sh] which will add the linux paths. With those paths set up, you can run your application outside thread checker and use tcheck_cl to perform text analysis of the results collected in threadchecker.thr, if you so choose.&lt;BR /&gt;In the terminology from before Intel's first x86_64 product releases, 32e means x86_64.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Sep 2009 23:28:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Thread-Checker-compiling-error/m-p/861557#M2410</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-09-25T23:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Thread Checker compiling error !</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Thread-Checker-compiling-error/m-p/861558#M2411</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; libassuret40.lib should be present under program filesIntelVTuneAnalyzerlib after you have installed Thread Checker. If you install the linux components in the default path, you should find environment source script /opt/intel/itt/bin/[32|32e]/tcheckvars./[csh|sh] which will add the linux paths. With those paths set up, you can run your application outside thread checker and use tcheck_cl to perform text analysis of the results collected in threadchecker.thr, if you so choose.&lt;BR /&gt;In the terminology from before Intel's first x86_64 product releases, 32e means x86_64.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;sry tim, i can only find libassuret40.so in /opt/intel/itt/techeck/bin/32. I found the source scripts, but they didn t work......... &lt;BR /&gt;I think it is a simple error. Only the librarys are not working.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Sep 2009 23:30:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Thread-Checker-compiling-error/m-p/861558#M2411</guid>
      <dc:creator>Timmo1</dc:creator>
      <dc:date>2009-09-26T23:30:43Z</dc:date>
    </item>
  </channel>
</rss>

