<?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 Binary Instrumentation - ITCPIN and OpenMPI in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Binary-Instrumentation-ITCPIN-and-OpenMPI/m-p/920534#M2387</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am getting following error message while I am trying to do binary instrumentation using itcpin.&lt;/P&gt;
&lt;P&gt;Error : &lt;STRONG&gt;E:Function RTN_FindByName called without holding lock. Call PIN_LockClient()/PIN_UnlockClient()&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Command used :&amp;nbsp;&amp;nbsp;mpirun -np 12 itcpin --verbose on --run --profile on --mpi /usr/lib64/openmpi/1.4-gcc/lib/libmpi.so --insert libVT &amp;lt;exe&amp;gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nitin G.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2013 12:20:43 GMT</pubDate>
    <dc:creator>Nitin_G</dc:creator>
    <dc:date>2013-01-22T12:20:43Z</dc:date>
    <item>
      <title>Binary Instrumentation - ITCPIN and OpenMPI</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Binary-Instrumentation-ITCPIN-and-OpenMPI/m-p/920534#M2387</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am getting following error message while I am trying to do binary instrumentation using itcpin.&lt;/P&gt;
&lt;P&gt;Error : &lt;STRONG&gt;E:Function RTN_FindByName called without holding lock. Call PIN_LockClient()/PIN_UnlockClient()&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Command used :&amp;nbsp;&amp;nbsp;mpirun -np 12 itcpin --verbose on --run --profile on --mpi /usr/lib64/openmpi/1.4-gcc/lib/libmpi.so --insert libVT &amp;lt;exe&amp;gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nitin G.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2013 12:20:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Binary-Instrumentation-ITCPIN-and-OpenMPI/m-p/920534#M2387</guid>
      <dc:creator>Nitin_G</dc:creator>
      <dc:date>2013-01-22T12:20:43Z</dc:date>
    </item>
    <item>
      <title>Hi Nitin,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Binary-Instrumentation-ITCPIN-and-OpenMPI/m-p/920535#M2388</link>
      <description>&lt;P&gt;Hi Nitin,&lt;/P&gt;
&lt;P&gt;The Intel® Trace Collector is very likely not compatible with OpenMPI.&amp;nbsp; If you want to check compatibility, you can compile the provided file examples/mpiconstants.c with OpenMPI and compare the values with those provided in the Intel® Trace Collector Reference Guide, Chapter 1.2.&amp;nbsp; If any values do not match, then the two are incompatible.&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;BR /&gt; James Tullos&lt;BR /&gt; Technical Consulting Engineer&lt;BR /&gt; Intel® Cluster Tools&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2013 22:02:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Binary-Instrumentation-ITCPIN-and-OpenMPI/m-p/920535#M2388</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2013-01-22T22:02:57Z</dc:date>
    </item>
    <item>
      <title>Hi James,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Binary-Instrumentation-ITCPIN-and-OpenMPI/m-p/920536#M2389</link>
      <description>&lt;P&gt;Hi James,&lt;/P&gt;
&lt;P&gt;I already checked the compatibility and the values from mpicontastans.c results completely differ with ITAC Reference guide Chapter 1.2.&lt;/P&gt;
&lt;P&gt;Problem is I dont have the source code and the binaries are already compiled with openmpi. Is there any other way?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nitin Gavhane&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2013 05:23:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Binary-Instrumentation-ITCPIN-and-OpenMPI/m-p/920536#M2389</guid>
      <dc:creator>Nitin_G</dc:creator>
      <dc:date>2013-01-24T05:23:31Z</dc:date>
    </item>
    <item>
      <title>Hi Nitin,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Binary-Instrumentation-ITCPIN-and-OpenMPI/m-p/920537#M2390</link>
      <description>&lt;P&gt;Hi Nitin,&lt;/P&gt;
&lt;P&gt;Not using the Intel® Trace Analyzer and Collector.&amp;nbsp; I would recommend contacting the vendor of the program you are trying to instrument and ask them to either provide the source code or recompile it using the Intel® MPI Library or MPICH instead of OpenMPI.&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;BR /&gt; James Tullos&lt;BR /&gt; Technical Consulting Engineer&lt;BR /&gt; Intel® Cluster Tools&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2013 15:08:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Binary-Instrumentation-ITCPIN-and-OpenMPI/m-p/920537#M2390</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2013-01-24T15:08:31Z</dc:date>
    </item>
  </channel>
</rss>

