<?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 This issue is now closed. If in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/of-Processes-and-queue-pairs-when-using-IntelMPI-with-libibverbs/m-p/1174654#M6635</link>
    <description>&lt;P&gt;This issue is now closed. If you have a similar question, please start a new thread.&lt;/P&gt;</description>
    <pubDate>Fri, 15 May 2020 16:49:47 GMT</pubDate>
    <dc:creator>Klaus-Dieter_O_Intel</dc:creator>
    <dc:date>2020-05-15T16:49:47Z</dc:date>
    <item>
      <title># of Processes and queue pairs when using IntelMPI with libibverbs</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/of-Processes-and-queue-pairs-when-using-IntelMPI-with-libibverbs/m-p/1174651#M6632</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to run IntelMPI over a RDMA capable fabric. I was wondering what is the usual way that this setup runs (since I am still acquiring IntelMPI).&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Does IntelMPI run with one process per CPU (or hyperthread) ? Or does it runs with one thread per CPU (or hyperthread) ?&lt;/P&gt;&lt;P&gt;2. How many the queue pairs does each machine consume&amp;nbsp;? For example, if I have M machines in the cluster and each machine has N cores, does each machine need&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; (a) M - 1 queue-pairs (one QP per machine to talk to M - 1 machines in&amp;nbsp;the cluster) or&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; (b) N * (M - 1) queue pairs (one QP per local core to talk to M - 1 machines in the cluster or&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; (c) N * N * (M - 1)&amp;nbsp;&amp;nbsp;queue pairs (one QP per local core to talk to N * (M - 1) cores in the cluster).&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. By default, does IntelMPI use UD more or RC mode ?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;~Neelesh&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 06:28:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/of-Processes-and-queue-pairs-when-using-IntelMPI-with-libibverbs/m-p/1174651#M6632</guid>
      <dc:creator>Bansod__Neelesh</dc:creator>
      <dc:date>2020-01-20T06:28:04Z</dc:date>
    </item>
    <item>
      <title>Hi Neelesh,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/of-Processes-and-queue-pairs-when-using-IntelMPI-with-libibverbs/m-p/1174652#M6633</link>
      <description>&lt;P&gt;Hi Neelesh,&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;We are working on&amp;nbsp;this query and will get back to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 05:59:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/of-Processes-and-queue-pairs-when-using-IntelMPI-with-libibverbs/m-p/1174652#M6633</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-01-22T05:59:38Z</dc:date>
    </item>
    <item>
      <title>Answers from our expert:</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/of-Processes-and-queue-pairs-when-using-IntelMPI-with-libibverbs/m-p/1174653#M6634</link>
      <description>&lt;P&gt;Answers from our expert:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;Every MPI rank is a process, which runs on a physical core or a logical core based on the machine configuration and environment variable settings (for e.g. I_MPI_PIN_PROCESSOR_LIST). By setting I_MPI_DEBUG=5, and running any MPI application of interest, it is possible to exactly see where the ranks are pinned or free to run, from the extra debug output that gets printed on the screen.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;The number of queue pairs depend on the number of ranks. Assuming a fully subscribed scenario, we can start speaking in terms of number of cores as well. The number of queue pairs depend on the type of connection – Reliable connection (RC) or User Datagram (UD). For RC, no. of QPs = N*N*M and for UD it would be N * M.&lt;BR /&gt;Queue pairs is a low-level concept and users of Intel MPI Library don’t need to configure them at the level of Intel MPI Library.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;The selection logic for UD or RC depends on the no. of ranks, no. of nodes and the fabric provider being used. Generally, for small scale IMPI selects RC and for larger scale runs it selects UD.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 11:32:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/of-Processes-and-queue-pairs-when-using-IntelMPI-with-libibverbs/m-p/1174653#M6634</guid>
      <dc:creator>Klaus-Dieter_O_Intel</dc:creator>
      <dc:date>2020-03-11T11:32:34Z</dc:date>
    </item>
    <item>
      <title>This issue is now closed. If</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/of-Processes-and-queue-pairs-when-using-IntelMPI-with-libibverbs/m-p/1174654#M6635</link>
      <description>&lt;P&gt;This issue is now closed. If you have a similar question, please start a new thread.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 16:49:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/of-Processes-and-queue-pairs-when-using-IntelMPI-with-libibverbs/m-p/1174654#M6635</guid>
      <dc:creator>Klaus-Dieter_O_Intel</dc:creator>
      <dc:date>2020-05-15T16:49:47Z</dc:date>
    </item>
  </channel>
</rss>

