<?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 Hi Greg, in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-error-based-on-host-order/m-p/1078186#M4841</link>
    <description>&lt;P&gt;Hi Greg,&lt;/P&gt;

&lt;P&gt;As far as I see for some reasons there're the following IP addresses detected for your nodes:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;Core&amp;nbsp;192.168.56.1&lt;/P&gt;

	&lt;P&gt;Eths&amp;nbsp;192.168.200.2&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Are they from the same network? If no could you please try to run your scenarios with the IP addresses specified instead of the hostnames (use the IP addresses from the same subnet).&lt;/P&gt;</description>
    <pubDate>Mon, 30 May 2016 13:53:18 GMT</pubDate>
    <dc:creator>Artem_R_Intel1</dc:creator>
    <dc:date>2016-05-30T13:53:18Z</dc:date>
    <item>
      <title>MPI error based on host order</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-error-based-on-host-order/m-p/1078181#M4836</link>
      <description>&lt;P&gt;I'm setting up new MPI environment with two windows 8 pc.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Running the command below in ether order works on both machines.&lt;/P&gt;

&lt;PRE style="color: rgb(0, 0, 0); line-height: normal;"&gt;mpiexec -n 1 -host machine1 hostname : -n 1 -host machine2 hostname&lt;/PRE&gt;

&lt;P&gt;Then running the next command below works depending on the order. test.exe is in a newly created folder on the C drive of each machine.&lt;/P&gt;

&lt;PRE style="color: rgb(0, 0, 0); line-height: normal;"&gt;mpiexec -n 1 -host machine1 test.exe : -n 1 -host machine2 test.exe&lt;/PRE&gt;

&lt;P&gt;When listing machine1 first and machine2 second and running the command works on either machine. Then when the hosts list is reversed the command fails on on both machines with the following error.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1234321.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8872i99864217E4EE9110/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="1234321.PNG" alt="1234321.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 07:29:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-error-based-on-host-order/m-p/1078181#M4836</guid>
      <dc:creator>Greg_G_</dc:creator>
      <dc:date>2016-05-30T07:29:16Z</dc:date>
    </item>
    <item>
      <title>Hi Greg,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-error-based-on-host-order/m-p/1078182#M4837</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;

&lt;P&gt;Could you please check the firewall status for both nodes? If it's enabled, try to disable it or add the appropriate permissions for MPI executables.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 08:21:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-error-based-on-host-order/m-p/1078182#M4837</guid>
      <dc:creator>Artem_R_Intel1</dc:creator>
      <dc:date>2016-05-30T08:21:40Z</dc:date>
    </item>
    <item>
      <title>Hello Artem, </title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-error-based-on-host-order/m-p/1078183#M4838</link>
      <description>&lt;P&gt;Hello Artem,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for the reply. I have added port exceptions and application exceptions to both computers firewall.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;But as a test I also tried disabling both computers firewalls and the behavior was not changed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Seems strange the command can be run from either computer for a given host ordering. Then creates an error from both for the opposite order.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;-Greg&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 08:56:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-error-based-on-host-order/m-p/1078183#M4838</guid>
      <dc:creator>Greg_G_</dc:creator>
      <dc:date>2016-05-30T08:56:00Z</dc:date>
    </item>
    <item>
      <title>Hi Greg,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-error-based-on-host-order/m-p/1078184#M4839</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;

&lt;P&gt;Which version of Intel MPI Library do you use ('mpiexec -V')?&lt;/P&gt;

&lt;P&gt;Could you please try to run your scenarios (both ones: successful and failed) with the following environment variables and provide the output:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;set I_MPI_DEBUG=6&lt;/P&gt;

	&lt;P&gt;set I_MPI_HYDRA_DEBUG=on&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 30 May 2016 09:03:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-error-based-on-host-order/m-p/1078184#M4839</guid>
      <dc:creator>Artem_R_Intel1</dc:creator>
      <dc:date>2016-05-30T09:03:18Z</dc:date>
    </item>
    <item>
      <title>I copied the results from the</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-error-based-on-host-order/m-p/1078185#M4840</link>
      <description>&lt;P&gt;I copied the results from the cmd window. Seems my window has a limit to how much is kept in the scrollable part. If there is anything missing let me know. I tried to edit the comment to include the command I used but the links started multiplying each other.&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;works: mpiexec -n 2 -ppn 1 -hosts machine1,machine2 test.exe
crashes: mpiexec -n 2 -ppn 1 -hosts machine2,machine1 test.exe&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 May 2016 09:43:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-error-based-on-host-order/m-p/1078185#M4840</guid>
      <dc:creator>Greg_G_</dc:creator>
      <dc:date>2016-05-30T09:43:00Z</dc:date>
    </item>
    <item>
      <title>Hi Greg,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-error-based-on-host-order/m-p/1078186#M4841</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;

&lt;P&gt;As far as I see for some reasons there're the following IP addresses detected for your nodes:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;Core&amp;nbsp;192.168.56.1&lt;/P&gt;

	&lt;P&gt;Eths&amp;nbsp;192.168.200.2&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Are they from the same network? If no could you please try to run your scenarios with the IP addresses specified instead of the hostnames (use the IP addresses from the same subnet).&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 13:53:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-error-based-on-host-order/m-p/1078186#M4841</guid>
      <dc:creator>Artem_R_Intel1</dc:creator>
      <dc:date>2016-05-30T13:53:18Z</dc:date>
    </item>
    <item>
      <title>Thanks, you found the issue. </title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-error-based-on-host-order/m-p/1078187#M4842</link>
      <description>&lt;P&gt;Thanks, you found the issue.&amp;nbsp;&lt;BR /&gt;
	They are both on the same network but one of the computers had a&amp;nbsp;VirtualBox installed on them giving them two IP addresses (another user installed it).&amp;nbsp;&lt;BR /&gt;
	Entering the main IP instead of the host names worked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 14:04:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-error-based-on-host-order/m-p/1078187#M4842</guid>
      <dc:creator>Greg_G_</dc:creator>
      <dc:date>2016-05-30T14:04:25Z</dc:date>
    </item>
  </channel>
</rss>

