<?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 Intel Oneapi mpirun issue in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-Oneapi-mpirun-issue/m-p/1444360#M10223</link>
    <description>&lt;P&gt;Hello there.&lt;/P&gt;
&lt;P&gt;I am using intel oneapi MPI Library to work on one model.&lt;/P&gt;
&lt;P&gt;(mpirun version = Intel(R) MPI Library for Linux* OS, Version 2021.2 Build 20210302)&lt;/P&gt;
&lt;P&gt;My issue is that when we try to compile any program with mpif90 or any other compiler, it is able to generate the executable file and when we try to run that executable file without using MPI it is able to produce the desired output.&lt;/P&gt;
&lt;P&gt;However, when we try to run that executable file using 'mpirun' command with 4 or 8 number of processes it is not producing output as well as not giving any kind of error and program is stuck. Following command I tried to execute after compiling file:&lt;/P&gt;
&lt;P&gt;(Command: mpirun -n 4 ./filename)&lt;/P&gt;
&lt;P&gt;One noticeable thing is when we run above command it is invoking 'hydra_pmi_proxy'.&lt;/P&gt;
&lt;P&gt;Hope to receive valuable help.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jan 2023 04:24:54 GMT</pubDate>
    <dc:creator>jainiltrivedi2022</dc:creator>
    <dc:date>2023-01-06T04:24:54Z</dc:date>
    <item>
      <title>Intel Oneapi mpirun issue</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-Oneapi-mpirun-issue/m-p/1444360#M10223</link>
      <description>&lt;P&gt;Hello there.&lt;/P&gt;
&lt;P&gt;I am using intel oneapi MPI Library to work on one model.&lt;/P&gt;
&lt;P&gt;(mpirun version = Intel(R) MPI Library for Linux* OS, Version 2021.2 Build 20210302)&lt;/P&gt;
&lt;P&gt;My issue is that when we try to compile any program with mpif90 or any other compiler, it is able to generate the executable file and when we try to run that executable file without using MPI it is able to produce the desired output.&lt;/P&gt;
&lt;P&gt;However, when we try to run that executable file using 'mpirun' command with 4 or 8 number of processes it is not producing output as well as not giving any kind of error and program is stuck. Following command I tried to execute after compiling file:&lt;/P&gt;
&lt;P&gt;(Command: mpirun -n 4 ./filename)&lt;/P&gt;
&lt;P&gt;One noticeable thing is when we run above command it is invoking 'hydra_pmi_proxy'.&lt;/P&gt;
&lt;P&gt;Hope to receive valuable help.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 04:24:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-Oneapi-mpirun-issue/m-p/1444360#M10223</guid>
      <dc:creator>jainiltrivedi2022</dc:creator>
      <dc:date>2023-01-06T04:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Oneapi mpirun issue</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-Oneapi-mpirun-issue/m-p/1444421#M10226</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 provide us with the OS and Hardware details of the machine you are using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you let us know if you are able to run the sample hello world code(attached the code)? If you are able to run the sample code without any issues then please provide us with the sample reproducer you are trying to execute.&lt;/P&gt;
&lt;P&gt;Please find the below commands for compiling and running MPI code:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Compilation: mpiifort test_mpifortran.f90 -o test
Running:  mpirun -n 3 ./test&lt;/LI-CODE&gt;
&lt;P&gt;And also, could you please provide us with the complete error log(screenshot) you are facing at the time of execution?&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, 06 Jan 2023 09:36:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-Oneapi-mpirun-issue/m-p/1444421#M10226</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-01-06T09:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Oneapi mpirun issue</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-Oneapi-mpirun-issue/m-p/1444447#M10228</link>
      <description>&lt;P&gt;Thank you for considering my query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, I was trying to execute the same hello world code for testing. Also, I had applied the same set of commands that you suggested.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;OS Specifications: &lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;$ uname -a&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Linux wks08 4.18.0-383.el8.x86_64 #1 SMP Wed Apr 20 15:38:08 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Hardware Specifications:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;$ lscpu&lt;BR /&gt;&lt;BR /&gt;PFA.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Executed following commands:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;$ which mpiifort&lt;BR /&gt;/opt/intel/oneapi/mpi/2021.2.0/bin/mpiifort&lt;BR /&gt;&lt;BR /&gt;$ mpiifort test.f -o prog&lt;BR /&gt;&lt;BR /&gt;$ mpirun -n 3 ./prog&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It showed no output. However, I had taken the snapshot of '&lt;U&gt;&lt;STRONG&gt;top&lt;/STRONG&gt;&lt;/U&gt;' command.&lt;/P&gt;
&lt;P&gt;PFA.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 11:50:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-Oneapi-mpirun-issue/m-p/1444447#M10228</guid>
      <dc:creator>jainiltrivedi2022</dc:creator>
      <dc:date>2023-01-06T11:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Oneapi mpirun issue</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-Oneapi-mpirun-issue/m-p/1445305#M10239</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 let us know the output of the below command?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;cat /etc/os-release&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And also, could you please provide us with the Trace information by using the below commands?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mpiifort test_mpifortran.f90 -o test
mpirun -gdb -n 3 ./test
Now, type "bt" then please attach the generated result.&lt;/LI-CODE&gt;
&lt;P&gt;Please find the below screenshot for more details:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VarshaS_Intel_0-1673348123166.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/36910iAC394501DDF36AE0/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="VarshaS_Intel_0-1673348123166.png" alt="VarshaS_Intel_0-1673348123166.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 10:55:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-Oneapi-mpirun-issue/m-p/1445305#M10239</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-01-10T10:55:33Z</dc:date>
    </item>
    <item>
      <title>Re:Intel Oneapi mpirun issue</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-Oneapi-mpirun-issue/m-p/1447763#M10277</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?&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>Wed, 18 Jan 2023 07:13:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-Oneapi-mpirun-issue/m-p/1447763#M10277</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-01-18T07:13:25Z</dc:date>
    </item>
    <item>
      <title>Re:Intel Oneapi mpirun issue</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-Oneapi-mpirun-issue/m-p/1449889#M10297</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. This thread will no longer be monitored by Intel. If you need additional information, please start a new thread.&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>Wed, 25 Jan 2023 06:22:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-Oneapi-mpirun-issue/m-p/1449889#M10297</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-01-25T06:22:15Z</dc:date>
    </item>
  </channel>
</rss>

