<?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: Re:MPI ports in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1414644#M9841</link>
    <description>&lt;P&gt;Hi Shivani,&lt;/P&gt;
&lt;P&gt;No I set it in the dos shell before running mpiexec.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Danilo&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2022 08:30:05 GMT</pubDate>
    <dc:creator>Danilom67</dc:creator>
    <dc:date>2022-09-14T08:30:05Z</dc:date>
    <item>
      <title>MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1409866#M9778</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I need to run an application using MPI on Windows over a network where:&lt;/P&gt;
&lt;P&gt;- firewall must be active&lt;/P&gt;
&lt;P&gt;- I can only add firewall exeptions for a limited range of ports (I can't add exception for all ports and a given exe)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have set I_MPI_PORT_RANGE,&amp;nbsp;FI_TCP_PORT_LOW_RANGE and&amp;nbsp;FI_TCP_PORT_HIGH_RANGE to the ports opened in the firewall. I have also set I_MPI_HYDRA_SERVICE_PORT to a port inside the range and run hydra_service.exe with the -port option on the remote machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mpiexec hangs or returns a connection error when I try to run an exe&amp;nbsp; (cpuinfo.exe) on the remote machine.&lt;/P&gt;
&lt;P&gt;Checking with TCPView the port it is trying to use I see that they are outside the specified range.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mpiexec version is 2021.6.0.0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I need to do to ensure that mpi will use only a given port range?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Danilo&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 07:48:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1409866#M9778</guid>
      <dc:creator>Danilom67</dc:creator>
      <dc:date>2022-08-23T07:48:33Z</dc:date>
    </item>
    <item>
      <title>Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1410390#M9786</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please share the debug output by setting I_MPI_DEBUG?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;set I_MPI_DEBUG=20&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;mpiexec -n &amp;lt;# of processes&amp;gt; test.exe&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Aug 2022 11:39:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1410390#M9786</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2022-08-24T11:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1410402#M9787</link>
      <description>&lt;P&gt;Thanks Shivani.&lt;/P&gt;
&lt;P&gt;Just to clarify, in my test case I have two Windows PCs (PC1 and PC2):&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&amp;nbsp;&lt;SPAN&gt;Hydra_service.exe has been installed and is running on PC2.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;On PC1 I run mpiexec -host PC2 -n 1 &amp;lt;mpiPath&amp;gt;\cpuinfo.exe; cpuinfo.exe is the tool provided in the intel mpi package and it is not an MPI program. I would like to run it in the remote PC2 machine and visualize its output in the local PC1.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Windows firewall is active in both PCs and I am trying to create firewall rules to allow mpiexec (on PC1) to hydra_service (on PC2) communications.&lt;/P&gt;
&lt;P&gt;The test runs successfully if I create &lt;SPAN&gt;(see fig1.png)&amp;nbsp;&lt;/SPAN&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;two inbound rules on PC1 allowing the connection to mpiexec.exe through TCP and UDP without limiting the port range and&lt;/LI&gt;
&lt;LI&gt;two inbound&amp;nbsp;&lt;SPAN&gt;&lt;SPAN&gt; rules on PC2 allowing the connection to hydra_service.exe through TCP and UDP without limiting the port range&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV id="tinyMceEditor_b20bd6ac6ec4b7Danilom67_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;I then tried to limit to the range 50000:50500 the ports to open in the firewall . To do so:&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="box-sizing: border-box;"&gt;I have set on PC2 I_MPI_PORT_RANGE=50000:50500&lt;/LI&gt;
&lt;LI&gt;I started hydra_service on PC2&amp;nbsp; running hydra_service.exe -p 50000 -install&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;I have set on PC1&amp;nbsp;I_MPI_HYDRA_SERVICE_PORT=50000 and I_MPI_PORT_RANGE=50000:50500&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;I changed firewall rules specifying the given port range (see fig2.png) for both Local and Remote ports&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In this situation, mpiexec executed on PC1 hangs without showing any error message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With further investigations I noticed that it works again if I change all the firewall rules (both on PC1 and PC2) limiting the port range only for local ports as shown in fig.3.png.&lt;/P&gt;
&lt;P&gt;It sounds like mpi selects input ports inside the range specified by the&amp;nbsp;&lt;SPAN&gt;I_MPI_PORT_RANGE&lt;/SPAN&gt; while output ports can be outside the range. That's why limiting in the firewall the remote ports to the range make it stop working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Danilo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditor_b20bd6ac6ec4b7Danilom67_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Aug 2022 13:01:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1410402#M9787</guid>
      <dc:creator>Danilom67</dc:creator>
      <dc:date>2022-08-24T13:01:32Z</dc:date>
    </item>
    <item>
      <title>Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1411584#M9798</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please share the output of the below command?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;netstat -ab&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you also please share the logs generated with I_MPI_HYDRA_DEBUG=1 ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Aug 2022 05:31:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1411584#M9798</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2022-08-30T05:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1413235#M9827</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Hydra service is running on 192.168.230.40:50000.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mpiexec is executed on the PC called PCH638 (192.168.220.158).&lt;/P&gt;
&lt;P&gt;The following environment variables are defined on PCH638:&lt;/P&gt;
&lt;P&gt;I_MPI_HYDRA_DEBUG=1&lt;BR /&gt;I_MPI_HYDRA_SERVICE_PORT=50000&lt;BR /&gt;I_MPI_PORT_RANGE=50000:50500&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While mpiexec is running, I executed netstat -ab on PCH638 ad it returned the following lines related to mpiexec.exe:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TCP 0.0.0.0:50000 PCH638:0 LISTENING&lt;BR /&gt;[mpiexec.exe]&lt;BR /&gt;TCP 127.0.0.1:1917 PCH638:1918 TIME_WAIT&lt;BR /&gt;TCP 127.0.0.1:1928 PCH638:1929 ESTABLISHED&lt;BR /&gt;[mpiexec.exe]&lt;BR /&gt;TCP 127.0.0.1:1929 PCH638:1928 ESTABLISHED&lt;BR /&gt;[mpiexec.exe]&lt;BR /&gt;TCP 192.168.220.158:1930 192.168.230.40:50000 ESTABLISHED&lt;BR /&gt;[mpiexec.exe]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can see in the last line, it opened a connection to hydra service on&amp;nbsp;192.168.230.40:50000 opening on PCH638 the TCP port number 1930 that is outside the range specified in&amp;nbsp;I_MPI_PORT_RANGE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No logging is generated by mpiexec.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Danilo&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 09:23:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1413235#M9827</guid>
      <dc:creator>Danilom67</dc:creator>
      <dc:date>2022-09-07T09:23:58Z</dc:date>
    </item>
    <item>
      <title>Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1414641#M9839</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please let us know whether you can set the environment variable by using the&amp;nbsp;"-genv I_MPI_PORT_RANGE 50000:50500" as an option to mpiexec?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Sep 2022 08:26:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1414641#M9839</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2022-09-14T08:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1414644#M9841</link>
      <description>&lt;P&gt;Hi Shivani,&lt;/P&gt;
&lt;P&gt;No I set it in the dos shell before running mpiexec.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Danilo&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 08:30:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1414644#M9841</guid>
      <dc:creator>Danilom67</dc:creator>
      <dc:date>2022-09-14T08:30:05Z</dc:date>
    </item>
    <item>
      <title>Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1414900#M9846</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please try setting the environment variable by using the "-genv I_MPI_PORT_RANGE 50000:50500" as an option to mpiexec, and let us&lt;/P&gt;&lt;P&gt;&amp;nbsp;know if you further face any issues?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Sep 2022 06:10:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1414900#M9846</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2022-09-15T06:10:27Z</dc:date>
    </item>
    <item>
      <title>Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1416792#M9857</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As we didn't hear back from you, Could you please let us know if you face any issues?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Sep 2022 05:52:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1416792#M9857</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2022-09-23T05:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1416848#M9858</link>
      <description>&lt;P&gt;Hi Shivani,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the delay in my response.&lt;/P&gt;
&lt;P&gt;Unfortunately even if I pass&amp;nbsp;&lt;SPAN&gt;"-genv I_MPI_PORT_RANGE 50000:50500" to mpiexec I have the same behaviour.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Just to help you reproduce it in your test environment I inform you that I tried in a couple of PC With Windows 10 pro&amp;nbsp; (one with version1909 and the other with version 21H2) using mpiexec version 2021.6.0.0.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In both PC it happens sistematically.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;One example of netstat output showing the issue is:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; TCP 192.168.201.166:65085 192.168.230.40:50000 ESTABLISHED&lt;BR /&gt;[mpiexec.exe]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;where port 65085 is outside the specified range.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Danilo&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 09:38:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1416848#M9858</guid>
      <dc:creator>Danilom67</dc:creator>
      <dc:date>2022-09-23T09:38:42Z</dc:date>
    </item>
    <item>
      <title>Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1419456#M9892</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&lt;EM&gt;"TCP 192.168.201.166:65085 192.168.230.40:50000 ESTABLISHED"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Could you please confirm if the IP address 192.168.201.166 correspond to the remote machine?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Oct 2022 16:51:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1419456#M9892</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2022-10-04T16:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1420019#M9901</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;No,&amp;nbsp;&lt;SPAN&gt;192.168.201.166&lt;/SPAN&gt; is the machine runnig mpiexec.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;192.168.230.40&lt;/SPAN&gt; is the remote machine where hydra_service is listening at port 50000.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Danilo&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 15:28:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1420019#M9901</guid>
      <dc:creator>Danilom67</dc:creator>
      <dc:date>2022-10-06T15:28:39Z</dc:date>
    </item>
    <item>
      <title>Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1425773#M9974</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are working on it and will get back to you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Oct 2022 05:47:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1425773#M9974</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2022-10-28T05:47:36Z</dc:date>
    </item>
    <item>
      <title>Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1440744#M10178</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reporting this issue. We are able to reproduce it and we have informed the development team about it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Dec 2022 06:00:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1440744#M10178</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2022-12-22T06:00:45Z</dc:date>
    </item>
    <item>
      <title>Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1464124#M10444</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please try the latest version of Intel oneAPI 2023.0.0 and let us know if you face any issues?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Mar 2023 09:08:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1464124#M10444</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2023-03-10T09:08:50Z</dc:date>
    </item>
    <item>
      <title>Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1466937#M10464</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As we did not hear back from you could you please us with an update on my previous post?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Mar 2023 06:04:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1466937#M10464</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2023-03-17T06:04:51Z</dc:date>
    </item>
    <item>
      <title>Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1468879#M10473</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have not heard back from you. This thread will be no longer monitored by Intel. If you need further assistance, please post a new question.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Mar 2023 05:14:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1468879#M10473</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2023-03-23T05:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re:MPI ports</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1468914#M10476</link>
      <description>&lt;P&gt;Hi Shivani,&lt;/P&gt;
&lt;P&gt;sorry for my late reply.&lt;/P&gt;
&lt;P&gt;I can't do the test now, I will open a new thread in case of problems.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for your support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Danilo&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 07:19:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-ports/m-p/1468914#M10476</guid>
      <dc:creator>Danilom67</dc:creator>
      <dc:date>2023-03-23T07:19:33Z</dc:date>
    </item>
  </channel>
</rss>

