<?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: Future of HPCtoolkit in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Future-of-HPCtoolkit/m-p/1429431#M10028</link>
    <description>&lt;P&gt;trying to export these commands:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;export CC=icx&lt;BR /&gt;export CXX=icpx&lt;BR /&gt;export FC=ifx&lt;BR /&gt;export F77=ifx&lt;BR /&gt;export F90=ifx&lt;BR /&gt;export MPIFC=mpiifort -fc=ifx&lt;BR /&gt;export MPIF77=mpiifort -fc=ifx&lt;BR /&gt;export MPIF90=mpiifort -fc=ifx&lt;BR /&gt;export MPICC=mpiicc -cc=icx&lt;BR /&gt;export MPICXX=mpiicpc -cxx=icpx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I get these errors&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;bash: export: `-fc=ifx': not a valid identifier&lt;BR /&gt;bash: export: `-fc=ifx': not a valid identifier&lt;BR /&gt;bash: export: `-fc=ifx': not a valid identifier&lt;BR /&gt;bash: export: `-cc=icx': not a valid identifier&lt;BR /&gt;bash: export: `-cxx=icpx': not a valid identifier&lt;/P&gt;</description>
    <pubDate>Fri, 11 Nov 2022 12:18:58 GMT</pubDate>
    <dc:creator>whatheway</dc:creator>
    <dc:date>2022-11-11T12:18:58Z</dc:date>
    <item>
      <title>Future of HPCtoolkit</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Future-of-HPCtoolkit/m-p/1429310#M10024</link>
      <description>&lt;P&gt;I have been transitioning my scripts from icc to icx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will the mpiicc have a new version with llvm?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 03:10:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Future-of-HPCtoolkit/m-p/1429310#M10024</guid>
      <dc:creator>whatheway</dc:creator>
      <dc:date>2022-11-11T03:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Future of HPCtoolkit</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Future-of-HPCtoolkit/m-p/1429384#M10025</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in the Intel forums.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As mentioned in the &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;compilation command options&lt;/A&gt;,&amp;nbsp;we can use the -{cc,cxx,fc}=&amp;lt;compiler&amp;gt; option to use the LLVM compiler(icx/icpx/dpcpp) &amp;amp; its options.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;mpiicc &lt;STRONG&gt;-cc=icx&lt;/STRONG&gt; sample.c&lt;/LI&gt;
&lt;LI&gt;mpiicpc &lt;STRONG&gt;-cxx=icpx&lt;/STRONG&gt; sample.cpp&lt;/LI&gt;
&lt;LI&gt;mpiicpc &lt;STRONG&gt;-cxx=dpcpp&lt;/STRONG&gt; sample.cpp&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Santosh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 08:42:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Future-of-HPCtoolkit/m-p/1429384#M10025</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2022-11-11T08:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Future of HPCtoolkit</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Future-of-HPCtoolkit/m-p/1429431#M10028</link>
      <description>&lt;P&gt;trying to export these commands:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;export CC=icx&lt;BR /&gt;export CXX=icpx&lt;BR /&gt;export FC=ifx&lt;BR /&gt;export F77=ifx&lt;BR /&gt;export F90=ifx&lt;BR /&gt;export MPIFC=mpiifort -fc=ifx&lt;BR /&gt;export MPIF77=mpiifort -fc=ifx&lt;BR /&gt;export MPIF90=mpiifort -fc=ifx&lt;BR /&gt;export MPICC=mpiicc -cc=icx&lt;BR /&gt;export MPICXX=mpiicpc -cxx=icpx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I get these errors&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;bash: export: `-fc=ifx': not a valid identifier&lt;BR /&gt;bash: export: `-fc=ifx': not a valid identifier&lt;BR /&gt;bash: export: `-fc=ifx': not a valid identifier&lt;BR /&gt;bash: export: `-cc=icx': not a valid identifier&lt;BR /&gt;bash: export: `-cxx=icpx': not a valid identifier&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 12:18:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Future-of-HPCtoolkit/m-p/1429431#M10028</guid>
      <dc:creator>whatheway</dc:creator>
      <dc:date>2022-11-11T12:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Future of HPCtoolkit</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Future-of-HPCtoolkit/m-p/1430266#M10040</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please use the below commands to resolve your issue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;export CC=icx
export CXX=icpx
export FC=ifx
export F77=ifx
export F90=ifx
export MPIFC="mpiifort -fc=ifx"
export MPIF77="mpiifort -fc=ifx"
export MPIF90="mpiifort -fc=ifx"
export MPICC="mpiicc -cc=icx"
export MPICXX="mpiicpc -cxx=icpx"
&lt;/LI-CODE&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;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Santosh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 12:00:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Future-of-HPCtoolkit/m-p/1430266#M10040</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2022-11-15T12:00:26Z</dc:date>
    </item>
    <item>
      <title>Re:Future of HPCtoolkit</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Future-of-HPCtoolkit/m-p/1432077#M10076</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We haven't heard back from you. Could you please provide an update on your issue?&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;Santosh&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Nov 2022 08:42:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Future-of-HPCtoolkit/m-p/1432077#M10076</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2022-11-22T08:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Future of HPCtoolkit</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Future-of-HPCtoolkit/m-p/1432089#M10077</link>
      <description>Those commands your recommend work well. The libraries I was installing aren't compatible with it yet. HDF5 and netcdf. &lt;BR /&gt;&lt;BR /&gt;I have talked to their development team and they are working for a fix.</description>
      <pubDate>Tue, 22 Nov 2022 09:15:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Future-of-HPCtoolkit/m-p/1432089#M10077</guid>
      <dc:creator>whatheway</dc:creator>
      <dc:date>2022-11-22T09:15:33Z</dc:date>
    </item>
    <item>
      <title>Re:Future of HPCtoolkit</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Future-of-HPCtoolkit/m-p/1432105#M10080</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. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&amp;nbsp;&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;Santosh&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Nov 2022 10:03:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Future-of-HPCtoolkit/m-p/1432105#M10080</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2022-11-22T10:03:51Z</dc:date>
    </item>
  </channel>
</rss>

