<?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 Jim, in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/What-is-the-correct-way-to-kill-MPI-program-on-Windows/m-p/1184927#M6805</link>
    <description>&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;Thanks for reporting your observation.&lt;/P&gt;&lt;P&gt;We have also observed that killing the mpiexec.exe doesn't kill its related processes in IMPI 2019u7. However, in IMPI 2018u5&amp;nbsp; it kills all the related processes.&lt;/P&gt;&lt;P&gt;We will contact the engineering team regarding this&amp;nbsp;change in behavior.&lt;/P&gt;&lt;P&gt;Meanwhile, you can try killing one of the executable processes of IMB-MPI1.exe using taskkill, which will kill all the related processes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2020 10:46:53 GMT</pubDate>
    <dc:creator>PrasanthD_intel</dc:creator>
    <dc:date>2020-05-21T10:46:53Z</dc:date>
    <item>
      <title>What is the correct way to kill MPI program on Windows?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/What-is-the-correct-way-to-kill-MPI-program-on-Windows/m-p/1184926#M6804</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;I install Intel MPI 2019 update 7 on Windows 10 professional. Then I run IMB-MPI1.exe by the following command.&lt;/P&gt;&lt;P&gt;mpiexec -localonly -n 4 IMB-MPI1.exe&lt;/P&gt;&lt;P&gt;I know that using&amp;nbsp;Ctrl+C in the same console window will kill all related processes (mpiexec.exe, hydra_pmi_proxy.exe, and four IMB-MPI1.exe).&lt;/P&gt;&lt;P&gt;But how to kill MPI program by other program ?&lt;/P&gt;&lt;P&gt;I have tried 2&amp;nbsp;ways but both of them can't kill MPI&amp;nbsp;program clean.&lt;/P&gt;&lt;P&gt;1. taskkill /F /PID {process id of mpiexec.exe}&amp;nbsp; &amp;nbsp;--&amp;gt; mpiexec.exe is killed and returned, but hydra_pmi_proxy.exe and IMB-MPI1.exe are still alive.&lt;/P&gt;&lt;P&gt;2. Send Ctrl+C event to mpiexec.exe by another program. I use the code from&amp;nbsp;&lt;A href="https://github.com/alirdn/windows-kill"&gt;https://github.com/alirdn/windows-kill&lt;/A&gt;&amp;nbsp;and send SIGINT to mpiexec.exe --&amp;gt;&amp;nbsp;mpiexec.exe is killed and returned, but hydra_pmi_proxy.exe and IMB-MPI1.exe are still alive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Intel MPI 2018 on Windows, just kill mpiexec.exe and all related processes (mpiexec.exe, pmi_proxy.exe, IMB_MPI1.exe) are killed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 07:20:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/What-is-the-correct-way-to-kill-MPI-program-on-Windows/m-p/1184926#M6804</guid>
      <dc:creator>hsu__jim</dc:creator>
      <dc:date>2020-05-21T07:20:14Z</dc:date>
    </item>
    <item>
      <title>Hi Jim,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/What-is-the-correct-way-to-kill-MPI-program-on-Windows/m-p/1184927#M6805</link>
      <description>&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;Thanks for reporting your observation.&lt;/P&gt;&lt;P&gt;We have also observed that killing the mpiexec.exe doesn't kill its related processes in IMPI 2019u7. However, in IMPI 2018u5&amp;nbsp; it kills all the related processes.&lt;/P&gt;&lt;P&gt;We will contact the engineering team regarding this&amp;nbsp;change in behavior.&lt;/P&gt;&lt;P&gt;Meanwhile, you can try killing one of the executable processes of IMB-MPI1.exe using taskkill, which will kill all the related processes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 10:46:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/What-is-the-correct-way-to-kill-MPI-program-on-Windows/m-p/1184927#M6805</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-05-21T10:46:53Z</dc:date>
    </item>
    <item>
      <title>Hi Prasanth:</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/What-is-the-correct-way-to-kill-MPI-program-on-Windows/m-p/1184928#M6806</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Prasanth:&lt;/P&gt;&lt;P&gt;Thanks for the information. If there is any update of Intel MPI 2019, please let me know.&lt;/P&gt;&lt;P&gt;This issue is very important for us, since many of our customers have VPN issue (https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/topic/852451#).&lt;/P&gt;&lt;P&gt;We want to upgrade to Intel MPI 2019 as soon as possible when&amp;nbsp;this&amp;nbsp;"clean kill" issue is resolved.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 09:56:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/What-is-the-correct-way-to-kill-MPI-program-on-Windows/m-p/1184928#M6806</guid>
      <dc:creator>hsu__jim</dc:creator>
      <dc:date>2020-05-22T09:56:41Z</dc:date>
    </item>
    <item>
      <title>Hi Jim,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/What-is-the-correct-way-to-kill-MPI-program-on-Windows/m-p/1184929#M6807</link>
      <description>&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;The Intel 2019u7 follows&amp;nbsp;specifications of MPI&amp;nbsp;and the specification doesn't define the behavior when the process manager is gets killed.&lt;/P&gt;&lt;P&gt;We are transferring your query to the concerned engineering team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 12:16:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/What-is-the-correct-way-to-kill-MPI-program-on-Windows/m-p/1184929#M6807</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-06-01T12:16:34Z</dc:date>
    </item>
    <item>
      <title>Hi Prasanth:</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/What-is-the-correct-way-to-kill-MPI-program-on-Windows/m-p/1184930#M6808</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Prasanth:&lt;/P&gt;&lt;P&gt;Thanks for the information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the release date of this update is determined, please let me know, thank you!&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 09:34:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/What-is-the-correct-way-to-kill-MPI-program-on-Windows/m-p/1184930#M6808</guid>
      <dc:creator>hsu__jim</dc:creator>
      <dc:date>2020-06-05T09:34:16Z</dc:date>
    </item>
    <item>
      <title>Hi Jim,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/What-is-the-correct-way-to-kill-MPI-program-on-Windows/m-p/1184931#M6809</link>
      <description>&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;We have created an internal defect tracker to the problem, while there is a simple workaround to kill one of the target ranks instead of mpiexec.&lt;/P&gt;&lt;P&gt;Also, as&amp;nbsp;Prasanth already pointed out, that behavior is not covered by the MPI Standard.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 12:12:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/What-is-the-correct-way-to-kill-MPI-program-on-Windows/m-p/1184931#M6809</guid>
      <dc:creator>Michael_Intel</dc:creator>
      <dc:date>2020-06-08T12:12:31Z</dc:date>
    </item>
    <item>
      <title>Re:What is the correct way to kill MPI program on ...</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/What-is-the-correct-way-to-kill-MPI-program-on-Windows/m-p/1197309#M6987</link>
      <description>&lt;P&gt;The product fix is expected for Intel MPI 2019 update 9.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&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:06:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/What-is-the-correct-way-to-kill-MPI-program-on-Windows/m-p/1197309#M6987</guid>
      <dc:creator>Michael_Intel</dc:creator>
      <dc:date>2020-08-04T16:06:19Z</dc:date>
    </item>
  </channel>
</rss>

