<?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 intel mpi library 4.0 question in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/intel-mpi-library-4-0-question/m-p/815956#M1051</link>
    <description>I forgot to mention that I did a &lt;BR /&gt;&lt;BR /&gt; [CTRL] [ALT] [DELETE]&lt;BR /&gt;&lt;BR /&gt;on the other system (hornbeam)&lt;BR /&gt;and when looking at the task manager the smpd &lt;BR /&gt;process is running.&lt;BR /&gt;&lt;BR /&gt;Sorry&lt;BR /&gt;&lt;BR /&gt;Ian</description>
    <pubDate>Wed, 19 May 2010 17:24:42 GMT</pubDate>
    <dc:creator>Ian_Chivers</dc:creator>
    <dc:date>2010-05-19T17:24:42Z</dc:date>
    <item>
      <title>intel mpi library 4.0 question</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/intel-mpi-library-4-0-question/m-p/815953#M1048</link>
      <description>&lt;P&gt;I have a question regarding running mpi programs on&lt;/P&gt;&lt;P&gt;more than 1 system.&lt;/P&gt;&lt;P&gt;I have installed a 30 day evaluation copy of&lt;/P&gt;&lt;P&gt;release 4 of the library on two&lt;/P&gt;&lt;P&gt;systems. They both run&lt;/P&gt;&lt;P&gt;Windows Vista Home Premium 64 bit.&lt;/P&gt;&lt;P&gt;The following shows that I can actually run&lt;/P&gt;&lt;P&gt;the sample intel program on these two systems.&lt;/P&gt;&lt;P&gt;C:\\document\\fortran\\newbook\\mpi\\examples&amp;gt;mpiexec -hosts 1 hornbeam 4 intel_test&lt;/P&gt;&lt;P&gt;Hello world: rank 0 of 4 running on hornbeam&lt;/P&gt;&lt;P&gt;Hello world: rank 1 of 4 running on hornbeam&lt;/P&gt;&lt;P&gt;Hello world: rank 2 of 4 running on hornbeam&lt;/P&gt;&lt;P&gt;Hello world: rank 3 of 4 running on hornbeam&lt;/P&gt;&lt;P&gt;C:\\document\\fortran\\newbook\\mpi\\examples&amp;gt;mpiexec -hosts 1 dell-xps 4 intel_test&lt;/P&gt;&lt;P&gt;Hello world: rank 0 of 4 running on dell-xps&lt;/P&gt;&lt;P&gt;Hello world: rank 1 of 4 running on dell-xps&lt;/P&gt;&lt;P&gt;Hello world: rank 2 of 4 running on dell-xps&lt;/P&gt;&lt;P&gt;Hello world: rank 3 of 4 running on dell-xps&lt;/P&gt;&lt;P&gt;C:\\document\\fortran\\newbook\\mpi\\examples&amp;gt;&lt;/P&gt;&lt;P&gt;But when I try to run on BOTH systems I get&lt;/P&gt;&lt;P&gt;C:\\document\\fortran\\newbook\\mpi\\examples&amp;gt;mpiexec -hosts 2 dell-xps 2 hornbeam 2&lt;/P&gt;&lt;P&gt;intel_test&lt;/P&gt;&lt;P&gt;Hello world: rank 0 of 4 running on dell-xps&lt;/P&gt;&lt;P&gt;Hello world: rank 1 of 4 running on dell-xps&lt;/P&gt;&lt;P&gt;and the program hangs. &lt;/P&gt;&lt;P&gt;I can't find anything in the documentation to give a clue a to&lt;/P&gt;&lt;P&gt;what might be the problem here.&lt;/P&gt;&lt;P&gt;Any suggestions welcome.&lt;/P&gt;&lt;P&gt;Ian Chivers&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2010 15:57:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/intel-mpi-library-4-0-question/m-p/815953#M1048</guid>
      <dc:creator>Ian_Chivers</dc:creator>
      <dc:date>2010-05-19T15:57:20Z</dc:date>
    </item>
    <item>
      <title>intel mpi library 4.0 question</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/intel-mpi-library-4-0-question/m-p/815954#M1049</link>
      <description>&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;Have you taken a look at the &lt;A target="_blank" href="http://software.intel.com/en-us/articles/intel-mpi-library-documentation/"&gt;Getting Started Guide&lt;/A&gt; for the Intel MPI Library? It contains troubleshooting techniques to help you figure out what might be happening.&lt;/P&gt;&lt;P&gt;Since you seem to be ok running on a single node, I'd say check to make sure you have registered your credentials on the cluster. You can do that via the &lt;B&gt;wmpiregister&lt;/B&gt; GUI utility, or simply running &lt;CODE&gt;mpiexec -register&lt;/CODE&gt;.&lt;/P&gt;&lt;P&gt;Also, check to make sure the smpd service is running on all nodes of the cluster. You can do so via &lt;CODE&gt;smpd -hosts&lt;/CODE&gt;.&lt;/P&gt;&lt;P&gt;Let us know how it goes.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;~Gergana&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2010 16:14:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/intel-mpi-library-4-0-question/m-p/815954#M1049</guid>
      <dc:creator>Gergana_S_Intel</dc:creator>
      <dc:date>2010-05-19T16:14:28Z</dc:date>
    </item>
    <item>
      <title>intel mpi library 4.0 question</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/intel-mpi-library-4-0-question/m-p/815955#M1050</link>
      <description>I have run the wmpiregister utility as you mentioned.&lt;BR /&gt;The output is the same as in the original post.&lt;BR /&gt;&lt;BR /&gt;when running &lt;BR /&gt;&lt;BR /&gt;smpd -hosts&lt;BR /&gt;&lt;BR /&gt;I only get back the local host.&lt;BR /&gt;&lt;BR /&gt;I have read the Getting Started Guide.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Ian&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 May 2010 17:17:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/intel-mpi-library-4-0-question/m-p/815955#M1050</guid>
      <dc:creator>Ian_Chivers</dc:creator>
      <dc:date>2010-05-19T17:17:14Z</dc:date>
    </item>
    <item>
      <title>intel mpi library 4.0 question</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/intel-mpi-library-4-0-question/m-p/815956#M1051</link>
      <description>I forgot to mention that I did a &lt;BR /&gt;&lt;BR /&gt; [CTRL] [ALT] [DELETE]&lt;BR /&gt;&lt;BR /&gt;on the other system (hornbeam)&lt;BR /&gt;and when looking at the task manager the smpd &lt;BR /&gt;process is running.&lt;BR /&gt;&lt;BR /&gt;Sorry&lt;BR /&gt;&lt;BR /&gt;Ian</description>
      <pubDate>Wed, 19 May 2010 17:24:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/intel-mpi-library-4-0-question/m-p/815956#M1051</guid>
      <dc:creator>Ian_Chivers</dc:creator>
      <dc:date>2010-05-19T17:24:42Z</dc:date>
    </item>
    <item>
      <title>intel mpi library 4.0 question</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/intel-mpi-library-4-0-question/m-p/815957#M1052</link>
      <description>Hi Ian,&lt;BR /&gt;&lt;BR /&gt;Could you try to run:&lt;BR /&gt; smpd -sethosts dell-xps hornbeam&lt;BR /&gt;Check for available hosts:&lt;BR /&gt; smpd -hosts&lt;BR /&gt;2 hosts should be listed. If you don't see both hosts in this list the potential problem either firewall or anti-virus (I hope these 2 machines are connected via ehternet)&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2010 10:38:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/intel-mpi-library-4-0-question/m-p/815957#M1052</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2010-05-20T10:38:47Z</dc:date>
    </item>
    <item>
      <title>intel mpi library 4.0 question</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/intel-mpi-library-4-0-question/m-p/815958#M1053</link>
      <description>&lt;P&gt;Thanks for getting back.&lt;BR /&gt;The firewall is OFF on both machines.&lt;BR /&gt;&lt;BR /&gt;Here is the output from what you suggested.&lt;BR /&gt;&lt;BR /&gt;C:\document&amp;gt;smpd -sethosts dell-xps hornbeam&lt;/P&gt;&lt;P&gt;[-1:5540]....ERROR:Unable to open the HKEY_LOCAL_MACHINE\SOFTWARE\Intel\MPI\SMPD&lt;/P&gt;&lt;P&gt;registry key, error 5&lt;/P&gt;&lt;P&gt;Access is denied.&lt;/P&gt;&lt;P&gt;Error: unable to save the hosts data.&lt;/P&gt;&lt;P&gt;C:\document&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Ian&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2010 06:07:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/intel-mpi-library-4-0-question/m-p/815958#M1053</guid>
      <dc:creator>Ian_Chivers</dc:creator>
      <dc:date>2010-05-21T06:07:20Z</dc:date>
    </item>
    <item>
      <title>intel mpi library 4.0 question</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/intel-mpi-library-4-0-question/m-p/815959#M1054</link>
      <description>For those who meet the same problem:&lt;BR /&gt;&lt;BR /&gt;Run your application on different nodes with I_MPI_DEBUG=9 and compare the output.&lt;BR /&gt;In Ian's output I see:&lt;BR /&gt; PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 26 Stepping 4, GenuineIntel &lt;BR /&gt;for one node and:&lt;BR /&gt; PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 15 Stepping 7, GenuineIntel&lt;BR /&gt;for another one and different settings for collective operations.&lt;BR /&gt;&lt;BR /&gt;To avoid this set I_MPI_PLATFORM env variable to 'auto' - something like:&lt;BR /&gt; mpiexec -genv I_MPI_PLATFORM auto ...&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Mon, 24 May 2010 09:59:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/intel-mpi-library-4-0-question/m-p/815959#M1054</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2010-05-24T09:59:25Z</dc:date>
    </item>
  </channel>
</rss>

