<?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 Understood, thanks.  &amp;quot;mpirun  in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Environment-variables-defined-by-intel-mpirun/m-p/1096707#M5103</link>
    <description>&lt;P&gt;Understood, thanks.&amp;nbsp; "mpirun -np 1 printenv" turned up PMI_RANK, PMI_FD, and PMI_SIZE.&amp;nbsp; I think RANK and SIZE will be enough to get me off the ground.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Nov 2016 21:52:55 GMT</pubDate>
    <dc:creator>Michael_C_13</dc:creator>
    <dc:date>2016-11-23T21:52:55Z</dc:date>
    <item>
      <title>Environment variables defined by intel mpirun?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Environment-variables-defined-by-intel-mpirun/m-p/1096703#M5099</link>
      <description>&lt;P&gt;Hello Forum Gurus,&lt;/P&gt;

&lt;P&gt;Where can I find a list of environment variables defined by Intel mpirun that contain the rank and process information, analogous to OMP_COMM_WORLD_SIZE, OMP_COMM_WORLD_RANK, etc. shown here:&amp;nbsp; &lt;A href="https://www.open-mpi.org/faq/?category=running#mpi-environmental-variables"&gt;https://www.open-mpi.org/faq/?category=running#mpi-environmental-variables&lt;/A&gt;?&amp;nbsp; Does Intel MPI even provide this functionality?&amp;nbsp; I can't seem to find anything similar in the hydra documentation (&lt;A href="https://software.intel.com/en-us/mpi-developer-reference-linux"&gt;https://software.intel.com/en-us/mpi-developer-reference-linux&lt;/A&gt;).&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 18:41:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Environment-variables-defined-by-intel-mpirun/m-p/1096703#M5099</guid>
      <dc:creator>Michael_C_13</dc:creator>
      <dc:date>2016-11-23T18:41:23Z</dc:date>
    </item>
    <item>
      <title>The environment variables you</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Environment-variables-defined-by-intel-mpirun/m-p/1096704#M5100</link>
      <description>&lt;P&gt;The environment variables you want are PMI_RANK and PMI_SIZE.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 19:56:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Environment-variables-defined-by-intel-mpirun/m-p/1096704#M5100</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2016-11-23T19:56:57Z</dc:date>
    </item>
    <item>
      <title>Hi James,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Environment-variables-defined-by-intel-mpirun/m-p/1096705#M5101</link>
      <description>&lt;P&gt;Hi James,&lt;/P&gt;

&lt;P&gt;Thanks very much!&amp;nbsp; Those are helpful but merely examples:&amp;nbsp; for future reference, I was hoping you could point me to a complete list.&amp;nbsp; For example, it may also be helpful for me to know each process' local rank, like OMPI_COMM_WORLD_LOCAL_RANK.&lt;/P&gt;

&lt;P&gt;Searching the Hydra documentation for PMI_RANK does not reveal such a list, nor does the output of mpirun -help, nor does a cursory google for PMI_RANK or PMI_SIZE.&amp;nbsp; I'm surprised this information is not more readily available...&lt;/P&gt;

&lt;P&gt;Much appreciated,&lt;/P&gt;

&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 20:10:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Environment-variables-defined-by-intel-mpirun/m-p/1096705#M5101</guid>
      <dc:creator>Michael_C_13</dc:creator>
      <dc:date>2016-11-23T20:10:44Z</dc:date>
    </item>
    <item>
      <title>We don't provide a documented</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Environment-variables-defined-by-intel-mpirun/m-p/1096706#M5102</link>
      <description>&lt;P&gt;We don't provide a documented list of the environment variables set at runtime.&amp;nbsp; If you want to see what is set for any given job, you can use I_MPI_HYDRA_DEBUG=1, but this will generate a lot of output.&amp;nbsp; Alternatively, you can just run a script to show your environment at launch.&lt;/P&gt;

&lt;P&gt;We do not have an equivalent for OMPI_COMM_WORLD_LOCAL_RANK.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 20:31:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Environment-variables-defined-by-intel-mpirun/m-p/1096706#M5102</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2016-11-23T20:31:42Z</dc:date>
    </item>
    <item>
      <title>Understood, thanks.  "mpirun</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Environment-variables-defined-by-intel-mpirun/m-p/1096707#M5103</link>
      <description>&lt;P&gt;Understood, thanks.&amp;nbsp; "mpirun -np 1 printenv" turned up PMI_RANK, PMI_FD, and PMI_SIZE.&amp;nbsp; I think RANK and SIZE will be enough to get me off the ground.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 21:52:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Environment-variables-defined-by-intel-mpirun/m-p/1096707#M5103</guid>
      <dc:creator>Michael_C_13</dc:creator>
      <dc:date>2016-11-23T21:52:55Z</dc:date>
    </item>
  </channel>
</rss>

