<?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: mpirun not recognizing all processors in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/mpirun-not-recognizing-all-processors/m-p/1410684#M9790</link>
    <description>&lt;P&gt;Intel MPI is discussed in&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-oneAPI-HPC-Toolkit/bd-p/oneapi-hpc-toolkit" target="_blank"&gt;Intel® oneAPI HPC Toolkit - Intel Communities&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Aug 2022 13:46:23 GMT</pubDate>
    <dc:creator>Steve_Lionel</dc:creator>
    <dc:date>2022-08-25T13:46:23Z</dc:date>
    <item>
      <title>mpirun not recognizing all processors</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpirun-not-recognizing-all-processors/m-p/1410675#M9789</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;
&lt;P&gt;I am trying to run a simple fortran code with MPI. I am using Windows 11, Visual Studio 2022 and I have already installed the Intel oneAPI Base Toolkit and the&amp;nbsp;Intel oneAPI HPC Toolkit.&lt;/P&gt;
&lt;P&gt;The code is below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;program MPI_test_2&lt;/P&gt;
&lt;P&gt;implicit none&lt;/P&gt;
&lt;P&gt;include 'mpif.h'&lt;/P&gt;
&lt;P&gt;INTEGER :: MY_RANK, NPR, LOCAL_N, SOURCE, DEST, TAG,&lt;BR /&gt;# STATUS(MPI_STATUS_SIZE), IERR&lt;BR /&gt;CALL MPI_INIT(IERR)&lt;BR /&gt;CALL MPI_COMM_RANK(MPI_COMM_WORLD, MY_RANK, IERR)&lt;BR /&gt;CALL MPI_COMM_SIZE(MPI_COMM_WORLD, NPR, IERR)&lt;/P&gt;
&lt;P&gt;write (*,*) my_rank, NPR&lt;/P&gt;
&lt;P&gt;CALL MPI_FINALIZE(IERR)&lt;/P&gt;
&lt;P&gt;stop&lt;BR /&gt;end program MPI_test_2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The VS compiles correctly. However, when I try to run the program in the Command Prompt (mpirun -np 4 ./Test2, for example), the result is always the same, as if there was only one processor:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;0 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;2 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;3 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;1 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My PC has 8 cores and 16 processors. I have already checked the number of processors in Advanced Options of System Configuration, and also with CPU ID program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sincerely&lt;/P&gt;
&lt;P&gt;João Paulo Pascon&lt;/P&gt;
&lt;P&gt;University of São Paulo&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 13:08:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpirun-not-recognizing-all-processors/m-p/1410675#M9789</guid>
      <dc:creator>Joao_Pascon</dc:creator>
      <dc:date>2022-08-25T13:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: mpirun not recognizing all processors</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpirun-not-recognizing-all-processors/m-p/1410684#M9790</link>
      <description>&lt;P&gt;Intel MPI is discussed in&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-oneAPI-HPC-Toolkit/bd-p/oneapi-hpc-toolkit" target="_blank"&gt;Intel® oneAPI HPC Toolkit - Intel Communities&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 13:46:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpirun-not-recognizing-all-processors/m-p/1410684#M9790</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2022-08-25T13:46:23Z</dc:date>
    </item>
  </channel>
</rss>

