<?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 Re:Executing MPI Exectuable on Azure Cluster in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Executing-MPI-Exectuable-on-Azure-Cluster/m-p/1197322#M6989</link>
    <description>&lt;P&gt;&lt;I style="font-family: Calibri, sans-serif; font-size: 11pt;"&gt;This issue has been resolved and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only&lt;/I&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Aug 2020 16:46:53 GMT</pubDate>
    <dc:creator>Michael_Intel</dc:creator>
    <dc:date>2020-08-04T16:46:53Z</dc:date>
    <item>
      <title>Executing MPI Exectuable on Azure Cluster</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Executing-MPI-Exectuable-on-Azure-Cluster/m-p/1184169#M6776</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am having difficulty running my MPI application across multiple nodes on a Windows cluster.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This cluster was setup with Microsoft Azure.&amp;nbsp; It is a head node and two compute nodes with a 40 Gb/s interconnect.&amp;nbsp; Each node is running Windows Server 2016 datacenter with the 2016 HPC Pack installed.&lt;BR /&gt;&lt;BR /&gt;I am launching the jobs using the Job Scheduler that comes with HPC Pack.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I have tried&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So far I have done the following:&lt;/P&gt;&lt;P&gt;- Configured each node with the &lt;EM&gt;MPI Run Time Library 2019 release 6&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;- The hydra process manager is started on each node, confirmed to have started on each&lt;/P&gt;&lt;P&gt;- I have done:&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark;"&gt;mpiexec -register&lt;/PRE&gt;

&lt;P&gt;and provided the same username and password for all nodes (including head)&lt;/P&gt;
&lt;P&gt;- Setup a shared drive that contains the executable and working directory I am trying to run ( &lt;STRONG&gt;M: &lt;/STRONG&gt;)&lt;/P&gt;
&lt;P&gt;- Turned the firewall off on each node&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Results&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I can launch my executable successfully on each of the nodes (from the head node).&amp;nbsp; E.g. run 2 processes on a single node.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when I try to run 2 processes across 2 nodes the launcher hangs.&amp;nbsp; No error is reported and the job idles doing nothing.&amp;nbsp; The execution looks like:&lt;/P&gt;

&lt;PRE class="brush:bash; class-name:dark;"&gt;mpiexec  -verbose  -ppn 1 -n 2 -hosts compn000,compn001 hostname M:\Test_Submit_HPC\distribution\Program.exe &lt;/PRE&gt;

&lt;P&gt;Here are the launch arguments:&lt;/P&gt;

&lt;PRE class="brush:bash; class-name:dark;"&gt;[mpiexec@compn000] Launch arguments: C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.0.166\windows\mpi\intel64\bin//hydra_bstrap_proxy.exe --upstream-host compn000 --upstream-port 57643 --pgid 0 --launcher service --launcher-number 0 --base-path C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.0.166\windows\mpi\intel64\bin/ --tree-width 16 --tree-level 1 --time-left -1 --collective-launch 1 --debug --service_port 0 --proxy-id 0 --node-id 0 --subtree-size 1 --upstream-fd 384 C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.0.166\windows\mpi\intel64\bin//hydra_pmi_proxy.exe --usize -1 --auto-cleanup 1 --abort-signal 9 
&lt;/PRE&gt;

&lt;P&gt;I have tried putting the program executable in the same location on each nodes respective HDs but still no luck.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 21:35:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Executing-MPI-Exectuable-on-Azure-Cluster/m-p/1184169#M6776</guid>
      <dc:creator>Mausolff__Zander</dc:creator>
      <dc:date>2020-02-13T21:35:34Z</dc:date>
    </item>
    <item>
      <title>Hi Zander,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Executing-MPI-Exectuable-on-Azure-Cluster/m-p/1184170#M6777</link>
      <description>&lt;P&gt;Hi Zander,&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;In the&amp;nbsp;&lt;STRONG&gt;mpiexec&amp;nbsp; -verbose&amp;nbsp; -ppn 1 -n 2 -hosts compn000,compn001&amp;nbsp;hostname&amp;nbsp;M:\Test_Submit_HPC\distribution\Program.exe&amp;nbsp;&lt;/STRONG&gt;command&amp;nbsp;&lt;/P&gt;&lt;P&gt;what does the hostname signify?&lt;/P&gt;&lt;P&gt;Could you provide the log info&amp;nbsp;after setting environment&amp;nbsp;variable&amp;nbsp; I_MPI_DEBUG=5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 13:03:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Executing-MPI-Exectuable-on-Azure-Cluster/m-p/1184170#M6777</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-02-14T13:03:00Z</dc:date>
    </item>
    <item>
      <title>Hello Prasanth,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Executing-MPI-Exectuable-on-Azure-Cluster/m-p/1184171#M6778</link>
      <description>&lt;P&gt;Hello Prasanth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That 'hostname' might have been an artifact of my copying and pasting something incorrectly.&lt;/P&gt;&lt;P&gt;I just ran:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mpiexec&amp;nbsp; -verbose&amp;nbsp; -ppn 1 -n 2 -hosts compn000,compn001 -genv I_MPI_DEBUG=5 M:\Test_Submit_HPC\distribution\Program.exe&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believethe only output I get is from -verbose, which is:&lt;/P&gt;
&lt;PRE class="brush:; class-name:dark;"&gt;[mpiexec@compn000] Launch arguments: C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.0.166\windows\mpi\intel64\bin//hydra_bstrap_proxy.exe --upstream-host compn000 --upstream-port 59522 --pgid 0 --launcher service --launcher-number 0 --base-path C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.0.166\windows\mpi\intel64\bin/ --tree-width 16 --tree-level 1 --time-left -1 --collective-launch 1 --debug --service_port 0 --proxy-id 0 --node-id 0 --subtree-size 1 --upstream-fd 368 C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.0.166\windows\mpi\intel64\bin//hydra_pmi_proxy.exe --usize -1 --auto-cleanup 1 --abort-signal 9&lt;/PRE&gt;

&lt;P&gt;Next, I ran (no -verbose):&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;mpiexec -genv I_MPI_DEBUG=5&amp;nbsp; -ppn 1 -n 2 -hosts compn000,compn001&amp;nbsp; M:\Test_Submit_HPC\distribution\Program.exe&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;and I there is no output on the command prompt or any log file in my working directory.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Zander&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 17:30:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Executing-MPI-Exectuable-on-Azure-Cluster/m-p/1184171#M6778</guid>
      <dc:creator>Mausolff__Zander</dc:creator>
      <dc:date>2020-02-14T17:30:55Z</dc:date>
    </item>
    <item>
      <title>Hi Zander,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Executing-MPI-Exectuable-on-Azure-Cluster/m-p/1184172#M6779</link>
      <description>&lt;P&gt;Hi Zander,&lt;/P&gt;&lt;P&gt;We&amp;nbsp;are transferring your issue to the concerned team.&lt;/P&gt;&lt;P&gt;Please once check the &lt;A href="https://software.intel.com/en-us/mpi-developer-guide-windows-installation-and-prerequisites"&gt;installation and prerequisite steps &lt;/A&gt;to see if you have missed any steps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 07:38:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Executing-MPI-Exectuable-on-Azure-Cluster/m-p/1184172#M6779</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-02-18T07:38:29Z</dc:date>
    </item>
    <item>
      <title>Hi Zander,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Executing-MPI-Exectuable-on-Azure-Cluster/m-p/1184173#M6780</link>
      <description>&lt;P&gt;Hi Zander,&lt;/P&gt;&lt;P&gt;Would you please share the results of running:&lt;/P&gt;&lt;P&gt;mpiexec -validate -host&amp;nbsp;compn000&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;mpiexec -validate -host compn001&lt;/P&gt;&lt;P&gt;from your head node?&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Dunni&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 09:02:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Executing-MPI-Exectuable-on-Azure-Cluster/m-p/1184173#M6780</guid>
      <dc:creator>Dunni_A_Intel</dc:creator>
      <dc:date>2020-02-19T09:02:16Z</dc:date>
    </item>
    <item>
      <title>Re:Executing MPI Exectuable on Azure Cluster</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Executing-MPI-Exectuable-on-Azure-Cluster/m-p/1197322#M6989</link>
      <description>&lt;P&gt;&lt;I style="font-family: Calibri, sans-serif; font-size: 11pt;"&gt;This issue has been resolved and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only&lt;/I&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Aug 2020 16:46:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Executing-MPI-Exectuable-on-Azure-Cluster/m-p/1197322#M6989</guid>
      <dc:creator>Michael_Intel</dc:creator>
      <dc:date>2020-08-04T16:46:53Z</dc:date>
    </item>
  </channel>
</rss>

