<?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 debugger hangs up in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/debugger-hangs-up/m-p/821721#M1184</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Hello, the following command hangs up on my machine&lt;BR /&gt;&lt;BR /&gt;[linfa@testrun]$ mpirun -gdb -np 3 
../exec/mympiprogram&lt;BR /&gt;
WARNING: Can't read mpd.hosts for list of hosts, start only on current&lt;BR /&gt;&lt;HANG up=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Howerver, this run doesn't hang up with the following command&lt;BR /&gt;&lt;BR /&gt;[linfa@testrun]$ mpirun -trace -gdb -np 3 ../exec/mympiprogram&lt;BR /&gt;WARNING: Can't read mpd.hosts for list of hosts, start only on current&lt;BR /&gt;0: ERROR: ld.so: object 'libVT.so' from LD_PRELOAD cannot be preloaded: ignored.&lt;BR /&gt;2: ERROR: ld.so: object 'libVT.so' from LD_PRELOAD cannot be preloaded: ignored.&lt;BR /&gt;2: ERROR: ld.so: object 'libVT.so' from LD_PRELOAD cannot be preloaded: ignored.&lt;BR /&gt;0: ERROR: ld.so: object 'libVT.so' from LD_PRELOAD cannot be preloaded: ignored.&lt;BR /&gt;1: ERROR: ld.so: object 'libVT.so' from LD_PRELOAD cannot be preloaded: ignored.&lt;BR /&gt;1: ERROR: ld.so: object 'libVT.so' from LD_PRELOAD cannot be preloaded: ignored.&lt;BR /&gt;2: (gdb) 0-1: (gdb) quit&lt;BR /&gt;0-2: MPIGDB ENDING&lt;BR /&gt;&lt;BR /&gt;Any ideas? Thanks.&lt;BR /&gt;&lt;/HANG&gt;</description>
    <pubDate>Thu, 16 Sep 2010 16:17:19 GMT</pubDate>
    <dc:creator>linfa</dc:creator>
    <dc:date>2010-09-16T16:17:19Z</dc:date>
    <item>
      <title>debugger hangs up</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/debugger-hangs-up/m-p/821721#M1184</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Hello, the following command hangs up on my machine&lt;BR /&gt;&lt;BR /&gt;[linfa@testrun]$ mpirun -gdb -np 3 
../exec/mympiprogram&lt;BR /&gt;
WARNING: Can't read mpd.hosts for list of hosts, start only on current&lt;BR /&gt;&lt;HANG up=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Howerver, this run doesn't hang up with the following command&lt;BR /&gt;&lt;BR /&gt;[linfa@testrun]$ mpirun -trace -gdb -np 3 ../exec/mympiprogram&lt;BR /&gt;WARNING: Can't read mpd.hosts for list of hosts, start only on current&lt;BR /&gt;0: ERROR: ld.so: object 'libVT.so' from LD_PRELOAD cannot be preloaded: ignored.&lt;BR /&gt;2: ERROR: ld.so: object 'libVT.so' from LD_PRELOAD cannot be preloaded: ignored.&lt;BR /&gt;2: ERROR: ld.so: object 'libVT.so' from LD_PRELOAD cannot be preloaded: ignored.&lt;BR /&gt;0: ERROR: ld.so: object 'libVT.so' from LD_PRELOAD cannot be preloaded: ignored.&lt;BR /&gt;1: ERROR: ld.so: object 'libVT.so' from LD_PRELOAD cannot be preloaded: ignored.&lt;BR /&gt;1: ERROR: ld.so: object 'libVT.so' from LD_PRELOAD cannot be preloaded: ignored.&lt;BR /&gt;2: (gdb) 0-1: (gdb) quit&lt;BR /&gt;0-2: MPIGDB ENDING&lt;BR /&gt;&lt;BR /&gt;Any ideas? Thanks.&lt;BR /&gt;&lt;/HANG&gt;</description>
      <pubDate>Thu, 16 Sep 2010 16:17:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/debugger-hangs-up/m-p/821721#M1184</guid>
      <dc:creator>linfa</dc:creator>
      <dc:date>2010-09-16T16:17:19Z</dc:date>
    </item>
    <item>
      <title>debugger hangs up</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/debugger-hangs-up/m-p/821722#M1185</link>
      <description>Sorry, I don't have a full answer, but the following suggestions:&lt;BR /&gt;The -trace option requests the debug MPI library, which might be helpful when you wish to debug. You might be able to get the same effect by setting LD_PRELOAD to the mpidbg library. Failure to find the trace .so calls into question your installation and mpivars setting for LD_LIBRARY_PATH, but may not stop you from proceeding.</description>
      <pubDate>Thu, 16 Sep 2010 19:49:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/debugger-hangs-up/m-p/821722#M1185</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-09-16T19:49:14Z</dc:date>
    </item>
    <item>
      <title>debugger hangs up</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/debugger-hangs-up/m-p/821723#M1186</link>
      <description>Hi linfa,&lt;BR /&gt;&lt;BR /&gt;Please do not use -trace and -gdb option together.&lt;BR /&gt;-trace option is used to collect information about MPI communications in your program. Once you get a trace file you can analyze it in Intel Trace Analyzer (traceanalyzer). Of cause you need to have this product. &lt;BR /&gt;If you use -trace together with -gdb your trace files will be useless. Also trace library inserts own functions, so debugging of such application will be useless as well.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Sep 2010 13:04:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/debugger-hangs-up/m-p/821723#M1186</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2010-09-17T13:04:07Z</dc:date>
    </item>
  </channel>
</rss>

