<?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 Hey Arthur, in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-set-each-process-priority-and-affinity-values-when/m-p/1106604#M5275</link>
    <description>&lt;P&gt;Hey Arthur,&lt;/P&gt;

&lt;P&gt;Tim is correct, I would generally keep the defaults unless you're doing something very specific.&amp;nbsp; The Intel MPI Library does a good job of handling MPI rank placement and affinity out of the box.&amp;nbsp; If you're wondering which processes are pinned to which cores, you can set I_MPI_DEBUG=5 and that'll print a pinning table.&lt;/P&gt;

&lt;P&gt;Hope this helps.&amp;nbsp; Let me know if you have other questions.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	~Gergana&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2016 22:34:01 GMT</pubDate>
    <dc:creator>Gergana_S_Intel</dc:creator>
    <dc:date>2016-01-28T22:34:01Z</dc:date>
    <item>
      <title>How to set each process priority and affinity values when running an MPI program using mpiexec utility ?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-set-each-process-priority-and-affinity-values-when/m-p/1106600#M5271</link>
      <description>&lt;P&gt;Please anyone tell me how to&amp;nbsp;set each process priority and affinity values when running an MPI program using mpiexec utility ?&lt;/P&gt;

&lt;P&gt;Thanks. Waiting for your reply.&lt;/P&gt;

&lt;P&gt;Cheers, Arthur.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 05:21:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-set-each-process-priority-and-affinity-values-when/m-p/1106600#M5271</guid>
      <dc:creator>ArthurRatz</dc:creator>
      <dc:date>2016-01-28T05:21:54Z</dc:date>
    </item>
    <item>
      <title>If you're using intel mpi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-set-each-process-priority-and-affinity-values-when/m-p/1106601#M5272</link>
      <description>&lt;P&gt;If you're using intel mpi, affinity is covered in the getting started guide. For the most usual cases, it's automatic. &amp;nbsp;If you need to deal with priorities (unlikely), it seems beyond the scope of this forum.&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, 28 Jan 2016 18:36:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-set-each-process-priority-and-affinity-values-when/m-p/1106601#M5272</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2016-01-28T18:36:07Z</dc:date>
    </item>
    <item>
      <title>Thanks for reply.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-set-each-process-priority-and-affinity-values-when/m-p/1106602#M5273</link>
      <description>&lt;P&gt;Thanks for reply.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 18:39:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-set-each-process-priority-and-affinity-values-when/m-p/1106602#M5273</guid>
      <dc:creator>ArthurRatz</dc:creator>
      <dc:date>2016-01-28T18:39:28Z</dc:date>
    </item>
    <item>
      <title>Hi Arthur,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-set-each-process-priority-and-affinity-values-when/m-p/1106603#M5274</link>
      <description>&lt;P&gt;Hi Arthur,&lt;BR /&gt;
	You should be able to do so with the _MPI_PIN_PROCESSOR_LIST environment setting (refer to: &lt;A href="https://software.intel.com/en-us/node/528898"&gt;https://software.intel.com/en-us/node/528898).&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Also, its' best for you to post your questions in the Intel Clusters and HPC Technology forum where you'll get those issues resolved by support folks specialized in MPI. So, I'll transfer your issue to that forum and someone will respond to you accordingly and I'll let them know as well.&lt;/P&gt;

&lt;P&gt;_Kittur&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 18:54:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-set-each-process-priority-and-affinity-values-when/m-p/1106603#M5274</guid>
      <dc:creator>KitturGanesh</dc:creator>
      <dc:date>2016-01-28T18:54:44Z</dc:date>
    </item>
    <item>
      <title>Hey Arthur,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-set-each-process-priority-and-affinity-values-when/m-p/1106604#M5275</link>
      <description>&lt;P&gt;Hey Arthur,&lt;/P&gt;

&lt;P&gt;Tim is correct, I would generally keep the defaults unless you're doing something very specific.&amp;nbsp; The Intel MPI Library does a good job of handling MPI rank placement and affinity out of the box.&amp;nbsp; If you're wondering which processes are pinned to which cores, you can set I_MPI_DEBUG=5 and that'll print a pinning table.&lt;/P&gt;

&lt;P&gt;Hope this helps.&amp;nbsp; Let me know if you have other questions.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	~Gergana&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 22:34:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-set-each-process-priority-and-affinity-values-when/m-p/1106604#M5275</guid>
      <dc:creator>Gergana_S_Intel</dc:creator>
      <dc:date>2016-01-28T22:34:01Z</dc:date>
    </item>
    <item>
      <title>Thanks for your replies.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-set-each-process-priority-and-affinity-values-when/m-p/1106605#M5276</link>
      <description>&lt;P&gt;Thanks for your replies.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 03:21:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-set-each-process-priority-and-affinity-values-when/m-p/1106605#M5276</guid>
      <dc:creator>ArthurRatz</dc:creator>
      <dc:date>2016-01-29T03:21:36Z</dc:date>
    </item>
  </channel>
</rss>

