<?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 How can I specify IB Adapter when using mpirun? in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/How-can-I-specify-IB-Adapter-when-using-mpirun/m-p/1243305#M7563</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I have one question to ask, so I'm writing a post.&lt;BR /&gt;I would like to choose and use one of the Infiniband adapters.&lt;/P&gt;
&lt;P&gt;In previous versions, it could be specified as follows,&lt;BR /&gt;I_MPI_OFA_ADAPTER_NAME mlx5_0&lt;BR /&gt;That option seems to have disappeared as it has been incorporated into OFI in recent versions.&lt;BR /&gt;What environment variable should I set in order to use mlx5_1?&lt;/P&gt;
&lt;P&gt;If you have any comments, please tell us.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jan 2021 05:35:47 GMT</pubDate>
    <dc:creator>youn__kihang</dc:creator>
    <dc:date>2021-01-05T05:35:47Z</dc:date>
    <item>
      <title>How can I specify IB Adapter when using mpirun?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-can-I-specify-IB-Adapter-when-using-mpirun/m-p/1243305#M7563</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I have one question to ask, so I'm writing a post.&lt;BR /&gt;I would like to choose and use one of the Infiniband adapters.&lt;/P&gt;
&lt;P&gt;In previous versions, it could be specified as follows,&lt;BR /&gt;I_MPI_OFA_ADAPTER_NAME mlx5_0&lt;BR /&gt;That option seems to have disappeared as it has been incorporated into OFI in recent versions.&lt;BR /&gt;What environment variable should I set in order to use mlx5_1?&lt;/P&gt;
&lt;P&gt;If you have any comments, please tell us.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 05:35:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-can-I-specify-IB-Adapter-when-using-mpirun/m-p/1243305#M7563</guid>
      <dc:creator>youn__kihang</dc:creator>
      <dc:date>2021-01-05T05:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I specify IB Adapter when using mpirun?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-can-I-specify-IB-Adapter-when-using-mpirun/m-p/1243328#M7564</link>
      <description>&lt;P&gt;Here is ibstat result.&lt;/P&gt;
&lt;P&gt;&amp;gt; ibstat&lt;BR /&gt;CA 'mlx5_0'&lt;BR /&gt;&amp;nbsp; &amp;nbsp; CA type: MT4117&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Number of ports: 1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Firmware version: 14.28.1002&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Port 1:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; State: Active&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Physical state: LinkUp&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Link layer: Ethernet&lt;BR /&gt;&lt;STRONG&gt;CA 'mlx5_1'&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; CA type: MT4123&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Number of ports: 1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Firmware version: 20.28.1002&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Port 1:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; State: Active&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Physical state: LinkUp&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;Link layer: InfiniBand&lt;/STRONG&gt;&lt;BR /&gt;CA 'mlx5_2'&lt;BR /&gt;&amp;nbsp; &amp;nbsp; CA type: MT4117&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Number of ports: 1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Firmware version: 14.28.1002&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Port 1:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; State: Active&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Physical state: LinkUp&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Link layer: Ethernet&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 07:25:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-can-I-specify-IB-Adapter-when-using-mpirun/m-p/1243328#M7564</guid>
      <dc:creator>youn__kihang</dc:creator>
      <dc:date>2021-01-05T07:25:24Z</dc:date>
    </item>
    <item>
      <title>Re:How can I specify IB Adapter when using mpirun?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-can-I-specify-IB-Adapter-when-using-mpirun/m-p/1243817#M7579</link>
      <description>&lt;P&gt;Hi Kihang,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You can use the variable UCX_NET_DEVICES to select from available adapters.&lt;/P&gt;&lt;P&gt;For example: &lt;I&gt;mpirun -np 2 &amp;nbsp;-env UCX_NET_DEVICES=mlx5_1:1&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Let us know if you face any issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jan 2021 12:21:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-can-I-specify-IB-Adapter-when-using-mpirun/m-p/1243817#M7579</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2021-01-06T12:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Re:How can I specify IB Adapter when using mpirun?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-can-I-specify-IB-Adapter-when-using-mpirun/m-p/1245072#M7601</link>
      <description>&lt;P&gt;Using the environment variable you mentioned, I was able to use the adapter I wanted !!&lt;/P&gt;
&lt;P&gt;One more thing, are there any Intel MPI options to check the name of the adapter in use? &lt;BR /&gt;I tried I_MPI_DEBUG=6 and I_MPI_HYBDA_DEBUG=ON, but the adapter name did not appear.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 08:08:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-can-I-specify-IB-Adapter-when-using-mpirun/m-p/1245072#M7601</guid>
      <dc:creator>youn__kihang</dc:creator>
      <dc:date>2021-01-11T08:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I specify IB Adapter when using mpirun?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-can-I-specify-IB-Adapter-when-using-mpirun/m-p/1245113#M7605</link>
      <description>&lt;P&gt;Hi Kihang,&lt;/P&gt;
&lt;P&gt;You can set the variable &lt;STRONG&gt;&lt;I&gt;UCX_LOG_LEVEL=info&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to check which adapter is being used.&lt;/P&gt;
&lt;P&gt;eg: &amp;nbsp;&lt;I&gt;UCX_LOG_LEVEL=info UCX_NET_DEVICES=mlx5_1:1 mpiexec.hydra -n 2 ./a.out&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if you any other queries else we can close the thread.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 10:48:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-can-I-specify-IB-Adapter-when-using-mpirun/m-p/1245113#M7605</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2021-01-11T10:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I specify IB Adapter when using mpirun?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-can-I-specify-IB-Adapter-when-using-mpirun/m-p/1245806#M7620</link>
      <description>&lt;P&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="ko" data-phrase-index="0"&gt;&lt;SPAN&gt;All questions have been resolved.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="ko" data-phrase-index="2"&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 08:55:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-can-I-specify-IB-Adapter-when-using-mpirun/m-p/1245806#M7620</guid>
      <dc:creator>youn__kihang</dc:creator>
      <dc:date>2021-01-13T08:55:08Z</dc:date>
    </item>
    <item>
      <title>Re:How can I specify IB Adapter when using mpirun?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-can-I-specify-IB-Adapter-when-using-mpirun/m-p/1247616#M7650</link>
      <description>&lt;P&gt;Hi Kihang,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation.&lt;/P&gt;&lt;P&gt;As the issue has been resolved, we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jan 2021 07:28:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-can-I-specify-IB-Adapter-when-using-mpirun/m-p/1247616#M7650</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2021-01-19T07:28:10Z</dc:date>
    </item>
  </channel>
</rss>

