<?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: Intel oneAPI mpirun error in Ubuntu 20.04.3 in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1452597#M10332</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we mentioned before, could you please try using the Intel MPI latest compiler(2021.8) and run the sample hello world code?&lt;/P&gt;
&lt;P&gt;Please find the links for the installation of the Intel &lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html" target="_blank" rel="noopener"&gt;Base Toolkit&lt;/A&gt;&amp;nbsp;and Intel&amp;nbsp;&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/hpc-toolkit-download.html" target="_blank" rel="noopener"&gt;HPC Toolkit&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know if your issue still persists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2023 11:17:03 GMT</pubDate>
    <dc:creator>VarshaS_Intel</dc:creator>
    <dc:date>2023-02-02T11:17:03Z</dc:date>
    <item>
      <title>Intel oneAPI mpirun error in Ubuntu 20.04.3</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1447260#M10269</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;I have an installation of intel oneAPI version 2021.4 via Ubuntu 20.04.3LTS. Everything used to be run well. but somehow, something&amp;nbsp;bugging me is that I can't run my mpirun.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;For instance:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="viewfile.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/37123i5784AD270A23F870/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="viewfile.png" alt="viewfile.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="viewfile.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/37122i717BD127E0A83B18/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="viewfile.png" alt="viewfile.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What causes this behavior? How do I solve it?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 01:21:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1447260#M10269</guid>
      <dc:creator>ousam2023</dc:creator>
      <dc:date>2023-01-17T01:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Intel oneAPI mpirun error in Ubuntu 20.04.3</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1447401#M10270</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let us know the output by using the below command?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;which mpirun&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And also, the MPI version you are using with the following command?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mpirun --version&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, try exporting the PATH by using the output of the "which mpirun":&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;export PATH=&amp;lt;output-of-which-mpirun&amp;gt;:$PATH
Example: export PATH=/opt/intel/oneapi/mpi/2021.4.0//bin/mpirun:$PATH&lt;/LI-CODE&gt;
&lt;P&gt;After that, check and let us know the MPI version using the command:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mpirun --version&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 10:23:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1447401#M10270</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-01-17T10:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Intel oneAPI mpirun error in Ubuntu 20.04.3</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1447413#M10271</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Great thanks for your help!&lt;/P&gt;
&lt;P&gt;Here is my screen capture after following your advice:&lt;/P&gt;
&lt;DIV id="tinyMceEditor_ded8605fdc9735ousam2023_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="viewfile.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/37143i775DEA3C463BA9C4/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="viewfile.png" alt="viewfile.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and I also post my ubuntu kernel which I think will help.&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Ousam&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 11:08:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1447413#M10271</guid>
      <dc:creator>ousam2023</dc:creator>
      <dc:date>2023-01-17T11:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Intel oneAPI mpirun error in Ubuntu 20.04.3</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1448648#M10284</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for providing the details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please try giving the complete path(output of the "which mpirun") while running the mpi code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Example:/opt/intel/oneapi/mpi/2021.4.0//bin/mpirun --version
/opt/intel/oneapi/mpi/2021.4.0//bin/mpirun -n 2 hostname&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please try and let us know if you are able to run without hanging?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If possible, could you please try the latest Intel MPI Library(2021.8)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 08:47:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1448648#M10284</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-01-20T08:47:54Z</dc:date>
    </item>
    <item>
      <title>Re:Intel oneAPI mpirun error in Ubuntu 20.04.3</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1450626#M10304</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please provide us with an update on your issue?&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;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jan 2023 05:48:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1450626#M10304</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-01-27T05:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel oneAPI mpirun error in Ubuntu 20.04.3</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1450904#M10307</link>
      <description>&lt;P class="sub_section_element_selectors"&gt;Hi,&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Sorry for reply you so late,I just finished my vacation.&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Here is the screen after following your advise. &lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;My mpirun used to executed well until something upgrade in my Ubuntu (I guess) .&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;I have no idea what is happended in my systems.&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;It seems to jam in the mpiexec.hydra which is mpirun's api, but no mpirun in the system process.&lt;/P&gt;
&lt;DIV id="tinyMceEditor_cf984243aa0fousam2023_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="tinyMceEditor_cf984243aa0fousam2023_2" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="viewfile.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/37510i4097F159C0F2B39A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="viewfile.png" alt="viewfile.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditor_cf984243aa0fousam2023_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Ou sam&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 00:16:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1450904#M10307</guid>
      <dc:creator>ousam2023</dc:creator>
      <dc:date>2023-01-28T00:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Intel oneAPI mpirun error in Ubuntu 20.04.3</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1452597#M10332</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we mentioned before, could you please try using the Intel MPI latest compiler(2021.8) and run the sample hello world code?&lt;/P&gt;
&lt;P&gt;Please find the links for the installation of the Intel &lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html" target="_blank" rel="noopener"&gt;Base Toolkit&lt;/A&gt;&amp;nbsp;and Intel&amp;nbsp;&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/hpc-toolkit-download.html" target="_blank" rel="noopener"&gt;HPC Toolkit&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know if your issue still persists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 11:17:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1452597#M10332</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-02-02T11:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Intel oneAPI mpirun error in Ubuntu 20.04.3</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1452852#M10334</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the advice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem was solved after I installed the latest oneAPI version.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't reinstall it at first because it will make me recompile all my software, which is the toughest task in the world (sigh).&lt;/P&gt;
&lt;P&gt;I think it may relate to intel mpi 2021.4.0's weird bug.&lt;/P&gt;
&lt;P&gt;Overall, appreciate your help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Ou sam&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Feb 2023 00:54:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1452852#M10334</guid>
      <dc:creator>ousam2023</dc:creator>
      <dc:date>2023-02-03T00:54:14Z</dc:date>
    </item>
    <item>
      <title>Re:Intel oneAPI mpirun error in Ubuntu 20.04.3</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1452949#M10338</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;&lt;EM style="font-size: 16px; font-family: intel-clear;"&gt;The problem was solved after I installed the latest oneAPI version.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: intel-clear;"&gt;&amp;nbsp;Glad to know that your issue is resolved. This thread will no longer be monitored by Intel. If you have any other queries, please start a new thread.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: intel-clear;"&gt;Have a good day!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: intel-clear;"&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: intel-clear;"&gt;Varsha&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2023 07:40:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-oneAPI-mpirun-error-in-Ubuntu-20-04-3/m-p/1452949#M10338</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-02-03T07:40:52Z</dc:date>
    </item>
  </channel>
</rss>

