<?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: Intel MPI for icx in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-for-icx/m-p/1479342#M10558</link>
    <description>&lt;P&gt;Thank Varsha and nka.&lt;/P&gt;
&lt;P&gt;And for newbie here:&lt;/P&gt;
&lt;P&gt;the mpi version is still 2021.9.0, which is earlier than the icx and icpx. We can create our "own" mpi executables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;cp -a mpiicc mpiicx&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;and `vim mpiicx`, modify the line 118 to CC="icx"&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;cp -a mpiicpc mpiicpx&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;CXX="icpx"&lt;/P&gt;</description>
    <pubDate>Sun, 23 Apr 2023 08:27:30 GMT</pubDate>
    <dc:creator>liulp</dc:creator>
    <dc:date>2023-04-23T08:27:30Z</dc:date>
    <item>
      <title>Intel MPI for icx</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-for-icx/m-p/1438951#M10146</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I wonder if the new Intel LLVM Compilers will support the Intel MPI Library out of the box with the MPI wrappers (something like mpiicx). Right now oneAPI ships with MPI using classic compilers. In the documentation, I could not find information if and when there will be a transition.&lt;/P&gt;
&lt;P&gt;Maybe you can give some information about the planned transition since we are now refactoring our code to work with the new compilers.&lt;/P&gt;
&lt;P&gt;Best wishes&lt;/P&gt;
&lt;P&gt;Niklas&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 18:35:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-for-icx/m-p/1438951#M10146</guid>
      <dc:creator>nka</dc:creator>
      <dc:date>2022-12-15T18:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MPI for icx</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-for-icx/m-p/1439211#M10147</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can specify the LLVM compiler as &lt;STRONG&gt;-{cc,cxx,fc}=&amp;lt;compiler&amp;gt;&lt;/STRONG&gt; option(&amp;lt;compiler&amp;gt; = icx/icpx/dpcpp) and use it with Intel MPI code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find the below format:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;mpiicc -cc=icx sample.c&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;mpiicpc -cxx=icpx sample.cpp&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;mpiicpc -cxx=dpcpp sample.cpp&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details, please find the below link for compilation command options of Intel MPI code using LLVM compilers.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/mpi-developer-reference-linux/top/command-reference/compiler-commands/compilation-command-options.html#compilation-command-options_GUID-7D5FF697-C49D-4D40-92C0-8FEBE4C1BFF5" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/develop/documentation/mpi-developer-reference-linux/top/command-reference/compiler-commands/compilation-command-options.html#compilation-command-options_GUID-7D5FF697-C49D-4D40-92C0-8FEBE4C1BFF5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 12:16:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-for-icx/m-p/1439211#M10147</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2022-12-16T12:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MPI for icx</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-for-icx/m-p/1439302#M10148</link>
      <description>&lt;P&gt;Dear Varsha,&lt;/P&gt;
&lt;P&gt;thank you very much for your answer. This works for us.&lt;/P&gt;
&lt;P&gt;Nevertheless is there something like mpiicx planned? I think it is a bit confusing to use it this way because mpiicc suggests that the classic compiler is used, but one overrides it by setting the actual compiler driver. But maybe I am a bit too conservative on the naming here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best wishes&lt;/P&gt;
&lt;P&gt;Niklas&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 19:14:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-for-icx/m-p/1439302#M10148</guid>
      <dc:creator>nka</dc:creator>
      <dc:date>2022-12-16T19:14:34Z</dc:date>
    </item>
    <item>
      <title>Re:Intel MPI for icx</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-for-icx/m-p/1441132#M10186</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for accepting our solution and for your valuable feedback.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have provided your feedback to the relevant team. At this moment, there is no visibility of when it will be implemented and available for use. Please let me know if we can go ahead and close this case?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Dec 2022 06:47:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-for-icx/m-p/1441132#M10186</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2022-12-23T06:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MPI for icx</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-for-icx/m-p/1441164#M10187</link>
      <description>&lt;P&gt;Dear Varsha,&lt;/P&gt;
&lt;P&gt;sure, you can close the issue. Thank you very much for the support.&lt;/P&gt;
&lt;P&gt;Best wishes&lt;/P&gt;
&lt;P&gt;Niklas&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 09:32:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-for-icx/m-p/1441164#M10187</guid>
      <dc:creator>nka</dc:creator>
      <dc:date>2022-12-23T09:32:08Z</dc:date>
    </item>
    <item>
      <title>Re:Intel MPI for icx</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-for-icx/m-p/1441645#M10194</link>
      <description>&lt;P&gt;Hi,&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;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Dec 2022 11:57:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-for-icx/m-p/1441645#M10194</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2022-12-26T11:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MPI for icx</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-for-icx/m-p/1479342#M10558</link>
      <description>&lt;P&gt;Thank Varsha and nka.&lt;/P&gt;
&lt;P&gt;And for newbie here:&lt;/P&gt;
&lt;P&gt;the mpi version is still 2021.9.0, which is earlier than the icx and icpx. We can create our "own" mpi executables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;cp -a mpiicc mpiicx&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;and `vim mpiicx`, modify the line 118 to CC="icx"&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;cp -a mpiicpc mpiicpx&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;CXX="icpx"&lt;/P&gt;</description>
      <pubDate>Sun, 23 Apr 2023 08:27:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-for-icx/m-p/1479342#M10558</guid>
      <dc:creator>liulp</dc:creator>
      <dc:date>2023-04-23T08:27:30Z</dc:date>
    </item>
  </channel>
</rss>

