<?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 Thank you, Gergana. in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/mpd-failed-to-boot/m-p/997964#M3680</link>
    <description>&lt;P&gt;Thank you, Gergana.&lt;/P&gt;

&lt;P&gt;So I can use mpiexec.hydra or simply use mpirun instead mpdboot etc.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Chao&lt;/P&gt;</description>
    <pubDate>Wed, 11 Feb 2015 02:31:46 GMT</pubDate>
    <dc:creator>Chao_M_</dc:creator>
    <dc:date>2015-02-11T02:31:46Z</dc:date>
    <item>
      <title>mpd failed to boot</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpd-failed-to-boot/m-p/997962#M3678</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;When I try to run mpdboot on single node (RHEL7), but I got error message:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;[root@hpc-test intel64]# mpd &amp;amp;&lt;/LI&gt;
	&lt;LI&gt;[1] 3527&lt;/LI&gt;
	&lt;LI&gt;[root@hpc-test intel64]# mpd_uncaught_except_tb handling:&lt;/LI&gt;
	&lt;LI&gt;&amp;nbsp; &amp;lt;type 'exceptions.IndexError'&amp;gt;: list index out of range&lt;/LI&gt;
	&lt;LI&gt;&amp;nbsp; &amp;nbsp; /opt/intel/impi/5.0.2.044/intel64/bin/mpd &amp;nbsp;264 &amp;nbsp;pin_Uni_num&lt;/LI&gt;
	&lt;LI&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if list.index(list&lt;I&gt;) == i:&lt;/I&gt;&lt;/LI&gt;
	&lt;LI&gt;&amp;nbsp; &amp;nbsp; /opt/intel/impi/5.0.2.044/intel64/bin/mpd &amp;nbsp;1449 &amp;nbsp;pin_Cpuinfo&lt;/LI&gt;
	&lt;LI&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; info['cache1'] = pin_Uni_num(info['cache1_id'], info['lcpu'])&lt;/LI&gt;
	&lt;LI&gt;&amp;nbsp; &amp;nbsp; /opt/intel/impi/5.0.2.044/intel64/bin/mpd &amp;nbsp;1658 &amp;nbsp;run&lt;/LI&gt;
	&lt;LI&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.CpuInfo = pin_Cpuinfo(self.PinCase,self.Arch)&lt;/LI&gt;
	&lt;LI&gt;&amp;nbsp; &amp;nbsp; /opt/intel/impi/5.0.2.044/intel64/bin/mpd &amp;nbsp;3676 &amp;nbsp;&amp;lt;module&amp;gt;&lt;/LI&gt;
	&lt;LI&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mpd.run()&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;I use I_MPI_CPUINFO=proc to work around, but I don't know what cause it, and how to fix it correctly?&lt;/P&gt;

&lt;P&gt;Thank you for your help.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Chao&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2015 06:44:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpd-failed-to-boot/m-p/997962#M3678</guid>
      <dc:creator>Chao_M_</dc:creator>
      <dc:date>2015-02-04T06:44:47Z</dc:date>
    </item>
    <item>
      <title>Hi Chao,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpd-failed-to-boot/m-p/997963#M3679</link>
      <description>&lt;P&gt;Hi Chao,&lt;/P&gt;

&lt;P&gt;Thanks for getting in touch.&lt;/P&gt;

&lt;P&gt;The mpd scripts (mpd, mpdboot, mpdallexit, etc.) &lt;A href="https://software.intel.com/en-us/articles/intel-cluster-tools-deprecation-information"&gt;have been deprecated&lt;/A&gt; starting with Intel MPI 5.0 and are no longer shipped with the library.&amp;nbsp; I would recommend switching over to using the Hydra process manager which has been our default for several releases now.&lt;/P&gt;

&lt;P&gt;To use Hydra, just replace your existing scripts with mpirun.&amp;nbsp; For example, if you had previously done this:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;$ mpdboot&lt;BR /&gt;
		$ mpiexec -n 4 ./a.out&lt;BR /&gt;
		$ mpdallexit&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;You can now simply say:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;$ mpirun -n 4 ./a.out&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Let me know how it goes or if you have questions.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	~Gergana&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 00:01:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpd-failed-to-boot/m-p/997963#M3679</guid>
      <dc:creator>Gergana_S_Intel</dc:creator>
      <dc:date>2015-02-11T00:01:46Z</dc:date>
    </item>
    <item>
      <title>Thank you, Gergana.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpd-failed-to-boot/m-p/997964#M3680</link>
      <description>&lt;P&gt;Thank you, Gergana.&lt;/P&gt;

&lt;P&gt;So I can use mpiexec.hydra or simply use mpirun instead mpdboot etc.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Chao&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 02:31:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpd-failed-to-boot/m-p/997964#M3680</guid>
      <dc:creator>Chao_M_</dc:creator>
      <dc:date>2015-02-11T02:31:46Z</dc:date>
    </item>
    <item>
      <title>Hi Chao,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpd-failed-to-boot/m-p/997965#M3681</link>
      <description>&lt;P&gt;Hi Chao,&lt;/P&gt;

&lt;P&gt;Yes, indeed.&amp;nbsp; The mpirun script uses mpiexec.hydra by default so either is fine.&lt;/P&gt;

&lt;P&gt;Let us know if you hit any problem.&lt;/P&gt;

&lt;P&gt;All the best,&lt;BR /&gt;
	~Gergana&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 15:22:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpd-failed-to-boot/m-p/997965#M3681</guid>
      <dc:creator>Gergana_S_Intel</dc:creator>
      <dc:date>2015-02-11T15:22:11Z</dc:date>
    </item>
  </channel>
</rss>

