<?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:Disconnecting VPN when running MPMD execution c... in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1197493#M6993</link>
    <description>&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;Thanks for the confirmation. It should also work with 2019u7 version too.&lt;/P&gt;&lt;P&gt;Anyway if your initial query has been answered please confirm so we can close the case.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Aug 2020 05:59:15 GMT</pubDate>
    <dc:creator>PrasanthD_intel</dc:creator>
    <dc:date>2020-08-05T05:59:15Z</dc:date>
    <item>
      <title>Disconnecting VPN when running MPMD execution crashes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1194436#M6964</link>
      <description>&lt;P&gt;I've read the thread: &lt;A href="https://community.intel.com/t5/Intel-oneAPI-HPC-Toolkit/Disconnect-VPN-causes-parallel-computing-with-Intel-MPI-to-stop/td-p/1173381" target="_blank" rel="noopener"&gt;https://community.intel.com/t5/Intel-oneAPI-HPC-Toolkit/Disconnect-VPN-causes-parallel-computing-with-Intel-MPI-to-stop/td-p/1173381&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;My problem is slightly different: I have a product which executes as MPMD e.g. mpiexec -localonly -n 1 &amp;lt;main-prog&amp;gt;.exe : -n &amp;lt;X&amp;gt; &amp;lt;worker-prog&amp;gt;.exe&lt;/P&gt;
&lt;P&gt;Whilst this is running, if VPN is disconnected, then the application terminates ("connection to proxy 0 failed", etc.)&lt;/P&gt;
&lt;P&gt;I can reproduce using the following: mpiexec -localonly -n 4 IMB-MPI1.exe : -n 2 IMB-MPI1.exe&lt;/P&gt;
&lt;P&gt;Currently we are running Intel MPI 5.0 (I know, very out-of-date - but there was a historical reason to do with dynamic spawning - no longer used) and will be looking to upgrade. I have actually installed 2019U7 to try but the issue still exists. The VPN disconnection problem for our users on laptops is almost a 'killer issue'. Any advice greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 09:00:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1194436#M6964</guid>
      <dc:creator>Figura__Ed</dc:creator>
      <dc:date>2020-07-24T09:00:32Z</dc:date>
    </item>
    <item>
      <title>Re:Disconnecting VPN when running MPMD execution c...</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1194965#M6971</link>
      <description>&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As specified in the thread, you have mentioned the VPN disconnect issue has been resolved in the latest version.&lt;/P&gt;&lt;P&gt;As you were getting an error while using argument sets, we have tried with that too but haven't got any error after disconnecting VPN.&lt;/P&gt;&lt;P&gt;After upgrading to the MPI 2019u7 have you done the prerequisite steps as mentioned in Getting started guide(&lt;A target="_blank" rel="noopener noreferrer" href="https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-mpi-for-windows/top.html"&gt;https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-mpi-for-windows/top.html&lt;/A&gt;)?&lt;/P&gt;&lt;P&gt;If yes Could you please provide the command line so we can debug from our side.&lt;/P&gt;&lt;P&gt;Also if you were using Dynamic processes upgrade to the newer version 2019u8 in which PMI2 spawn support was added. (&lt;A target="_blank" rel="noopener noreferrer" href="https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-reference-linux/top/introduction/whats-new.html"&gt;https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-reference-linux/top/introduction/whats-new.html&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jul 2020 12:13:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1194965#M6971</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-07-27T12:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Disconnecting VPN when running MPMD execution c...</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1195008#M6974</link>
      <description>&lt;P&gt;Thx for getting back. We're in the middle of a release so I'm a little limited in time at the moment.&lt;/P&gt;
&lt;P&gt;Like I said, when I executed the shipped exe as follows:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mpiexec -localonly -n 4 IMB-MPI1.exe : -n 2 IMB-MPI1.exe&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;and disconnected the VPN, then I got a crash.&lt;/P&gt;
&lt;P&gt;However, executing the following works fine:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mpiexec -localonly -n 4 IMB-MPI1.exe&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 15:22:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1195008#M6974</guid>
      <dc:creator>Figura__Ed</dc:creator>
      <dc:date>2020-07-27T15:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Disconnecting VPN when running MPMD execution c...</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1195935#M6978</link>
      <description>&lt;P&gt;Note: I am running on Windows 10 (not linux)&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 07:41:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1195935#M6978</guid>
      <dc:creator>Figura__Ed</dc:creator>
      <dc:date>2020-07-30T07:41:42Z</dc:date>
    </item>
    <item>
      <title>Re:Disconnecting VPN when running MPMD execution c...</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1197250#M6984</link>
      <description>&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have tried to reproduce the error in windows 10.&lt;/P&gt;&lt;P&gt;Could you please provide the debug info by setting I_MPI_DEBUG=5.&lt;/P&gt;&lt;P&gt;&lt;B&gt;set I_MPI_DEBUG=5&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Also if possible please update to the latest version 2019u8 and check.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Aug 2020 11:17:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1197250#M6984</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-08-04T11:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Disconnecting VPN when running MPMD execution c...</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1197273#M6986</link>
      <description>&lt;P&gt;Hi. I can confirm that with 2019 Update 8, I no longer get the crash with the example I posted. I will test this with our software once I get a chance and post any follow ups.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 14:25:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1197273#M6986</guid>
      <dc:creator>Figura__Ed</dc:creator>
      <dc:date>2020-08-04T14:25:13Z</dc:date>
    </item>
    <item>
      <title>Re:Disconnecting VPN when running MPMD execution c...</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1197493#M6993</link>
      <description>&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;Thanks for the confirmation. It should also work with 2019u7 version too.&lt;/P&gt;&lt;P&gt;Anyway if your initial query has been answered please confirm so we can close the case.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Aug 2020 05:59:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1197493#M6993</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-08-05T05:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Disconnecting VPN when running MPMD execution c...</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1197538#M6995</link>
      <description>&lt;P&gt;Sure, close the case. If I have any further issues once I upgrade &amp;amp; integrate with our own code then I'll raise a different query. Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 08:00:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1197538#M6995</guid>
      <dc:creator>Figura__Ed</dc:creator>
      <dc:date>2020-08-05T08:00:29Z</dc:date>
    </item>
    <item>
      <title>Re:Disconnecting VPN when running MPMD execution c...</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1197943#M6996</link>
      <description>&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Glad your problem is resolved.&lt;/P&gt;&lt;P&gt;&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;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Aug 2020 08:40:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Disconnecting-VPN-when-running-MPMD-execution-crashes/m-p/1197943#M6996</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-08-06T08:40:20Z</dc:date>
    </item>
  </channel>
</rss>

