<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Wed, 25 Nov 2009 03:57:46 -0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/intel-cluster-toolkit-for-linux-kb/type/software-defects/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network articles feed</title>
    <link>http://software.intel.com/en-us/articles/intel-cluster-toolkit-for-linux-kb/software-defects/</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>&amp;#39;mpiexec -idb&amp;#39; fails to start the Intel GUI debugger correctly</title>
      <description><![CDATA[ <em></em><br />
<div id="art_pre_template">Reference Number : DPD200136769<br /><br /><br />Version : Intel MPI 3.x, Intel C++ Linux compiler 11.x, Intel Fortran Linux compiler 11.x<br /><br /><br />Operating System : Linux<br /><br /><br />Problem Description : This is only an issue on Linux systems using Intel® 64 architecture-based processors.  On such systems, the IDB debugger included with the Intel C++ and Fortran 11.x compilers runs in GUI mode by default.  If you launch an MPI job under the debugger's control, for example, with 'mpiexec -idb -n <em>number_of_processes</em> <em>mpi_application_name',</em> the IDB GUI and a console will come up, but neither can effectively be used to debug the MPI application.  <br /><br />A possible workaround is to rename idb, and then make idb a symbolic link the idbc, the command line IDB.<br />In the IDB_HOME directory (by default, the location is /opt/intel/Compiler/11.x/&lt;version&gt;/bin/intel64), please do:<br />mv idb idbgui<br />ln -s idbc idb<br /><br />As always, be sure to set environment variable IDB_HOME to the location of the IDB binaries, and set MPIEXEC_DEBUG=1 before launching a debugging session.<br /><br /><br />Resolution Status :  This issue may be resolved in a future version of Intel IDB for Linux<br /><br /><br /><br /><em>[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers. Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site. ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose. Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]</em></div> ]]></description>
      <link>http://software.intel.com/en-us/articles/mpiexec-idb-fails-to-start-the-intel-gui-debugger-correctly</link>
      <pubDate>Wed, 17 Jun 2009 11:42:09 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/mpiexec-idb-fails-to-start-the-intel-gui-debugger-correctly#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/mpiexec-idb-fails-to-start-the-intel-gui-debugger-correctly</guid>
      <category>Intel® C++ Compiler for Linux* Knowledge Base</category>
      <category>Intel® Cluster Toolkit for Linux* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® MPI Library for Linux* Knowledge Base</category>
    </item>
    <item>
      <title>Master node issue</title>
      <description><![CDATA[ <p><strong>Issue</strong></p>
<p>I have a cluster, which has for example 3 nodes, where the mpd.hosts file contains:</p>
<blockquote>$ cat mpd.hosts <br />node2 <br />node3</blockquote>
<p>The  <strong>master node</strong>, which is  <strong>node1</strong> is not listed in the  <strong>mpd.hosts</strong> file. The shell commands:</p>
<blockquote>$ mpdboot -r ssh -n 2 -f ~/mpd.hosts <br />$ mpiexec -n 4 /bin/hostname</blockquote>
which are issued from  <strong>node1</strong> reveal the following:
<blockquote>node1 <br />node1 <br />node2 <br />node2</blockquote>
<p> </p>
<p><strong>Solution</strong></p>
<p>By design, the  <strong>master node</strong> (i.e., the node where the  <strong>mpiexec</strong> command is launched from) needs to have a daemon running. If you want to run your application on  <strong>node2</strong> and  <strong>node3</strong>, you can use the  <strong>-host</strong> options with the  <strong>mpiexec</strong> command as follows:</p>
<blockquote>$ mpdboot -r ssh -n 3 -f ~/mpd.hosts <br />$ mpiexec -n 2 -host node2 /bin/hostname : -n 2 -host node3 /bin/hostname</blockquote>
Or simply to use the <strong>-nolocal</strong> option for <strong>mpiexec</strong> as follows:
<blockquote>$ mpdboot -r ssh -n 3 -f ~/mpd.hosts <br />$ mpiexec -nolocal -n 4 /bin/hostname</blockquote>
<p>This will run the hostname command on nodes  <strong>node2</strong> and  <strong>node3</strong> only, even though there are three mpd daemons total.</p> ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-cluster-toolkit-for-linux-master-node-issue</link>
      <pubDate>Fri, 23 Jan 2009 12:12:46 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/intel-cluster-toolkit-for-linux-master-node-issue#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-cluster-toolkit-for-linux-master-node-issue</guid>
      <category>Intel® Cluster Toolkit for Linux* Knowledge Base</category>
      <category>Intel® MPI Library for Linux* Knowledge Base</category>
    </item>
  </channel></rss>