<?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:[BUG] Compiling with LLVM-based Intel MPI compilers (oneAPI) in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1427581#M9999</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I assume that your issue is resolved. 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;Santosh&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Nov 2022 04:43:33 GMT</pubDate>
    <dc:creator>SantoshY_Intel</dc:creator>
    <dc:date>2022-11-04T04:43:33Z</dc:date>
    <item>
      <title>[BUG] Compiling with LLVM-based Intel MPI compilers (oneAPI)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1424956#M9960</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Describe the bug&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;configure stops with error. It is invoked with&lt;/P&gt;
&lt;P&gt;./configure CC="mpiicc -cc=icx" CXX="mpiicpc -cxx=icpx" F90="mpiifort -fc=ifx" FC="mpiifort -fc=ifx" F77="mpiifort -fc=ifx" --enable-shared --enable-parallel --enable-fortran --with-zlib=yes --with-szlib=no&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Expected behavior&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Installation with Intel oneAPI LLVM compilers should be possible&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Platform (please complete the following information)&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;HDF5 1.12.2&lt;/LI&gt;
&lt;LI&gt;Arch Linux (Kernel 6.0.2-arch1-1)&lt;/LI&gt;
&lt;LI&gt;Intel oneAPI 2022.3.0.8767 (BaseKit + HPCKit)&lt;/LI&gt;
&lt;LI&gt;Gnu Make 4.3&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Additional context&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;It seems that configure finds the classic intel compilers&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;compiler 'mpiicc -cc=icx' is Intel icc-2022.2.0&lt;/LI&gt;
&lt;LI&gt;compiler 'mpiifort -fc=ifx' is Intel ifort-2022.2.0&lt;/LI&gt;
&lt;LI&gt;compiler 'mpiicpc -cxx=icpx' is Intel icpc-2022.2.0&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;see also &lt;A href="https://github.com/HDFGroup/hdf5/issues/2186" target="_blank" rel="noopener"&gt;https://github.com/HDFGroup/hdf5/issues/2186&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 13:34:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1424956#M9960</guid>
      <dc:creator>Diehl__Martin</dc:creator>
      <dc:date>2022-10-26T13:34:14Z</dc:date>
    </item>
    <item>
      <title>Re:[BUG] Compiling with LLVM-based Intel MPI compilers (oneAPI)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1425129#M9963</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in the Intel forums.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please let us know if you are facing any errors while configuring HDF5 using the Intel oneAPI compilers(icx,icpx,ifx)?&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>Wed, 26 Oct 2022 11:29:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1425129#M9963</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2022-10-26T11:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re:[BUG] Compiling with LLVM-based Intel MPI compilers (oneAPI)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1425155#M9965</link>
      <description>&lt;P&gt;&lt;EM&gt;./configure CC="mpiicc -cc=icc" CXX="mpiicpc -cxx=icpc" F90="mpiifort -fc=ifort" FC="mpiifort -fc=ifort" F77="mpiifort -fc=ifort" --enable-shared --enable-parallel --enable-fortran --with-zlib=yes --with-szlib=no&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;works. I think the issue is that the build system cannot discriminate the compilers and uses options or expects behavior that work for the traditional compilers but not for the new ones.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 13:49:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1425155#M9965</guid>
      <dc:creator>Diehl__Martin</dc:creator>
      <dc:date>2022-10-26T13:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: [BUG] Compiling with LLVM-based Intel MPI compilers (oneAPI)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1425471#M9970</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please confirm if you are facing a similar error as shown below? If not, please provide us a screenshot of the error you are facing.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-10-27 124014.png" style="width: 804px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/34590i85DE022536621DEA/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot 2022-10-27 124014.png" alt="Screenshot 2022-10-27 124014.png" /&gt;&lt;/span&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;Santosh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 07:15:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1425471#M9970</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2022-10-27T07:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: [BUG] Compiling with LLVM-based Intel MPI compilers (oneAPI)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1425501#M9972</link>
      <description>&lt;P&gt;I can confirm that. I think the interesting information is in the this statement from &lt;STRONG&gt;config.log&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;/usr/bin/ld: cannot find -loopopt=1: No such file or director&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;to me it seems that there is a dash missing and it is interpreted as a single character statement &lt;EM&gt;-l='oopopt=1'&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 09:06:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1425501#M9972</guid>
      <dc:creator>Diehl__Martin</dc:creator>
      <dc:date>2022-10-27T09:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: [BUG] Compiling with LLVM-based Intel MPI compilers (oneAPI)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1425867#M9978</link>
      <description>&lt;P&gt;is described on &lt;A href="https://www.intel.com/content/www/us/en/developer/articles/release-notes/oneapi-fortran-compiler-release-notes.html#inpage-nav-10-2-9" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/release-notes/oneapi-fortran-compiler-release-notes.html#inpage-nav-10-2-9&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 11:02:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1425867#M9978</guid>
      <dc:creator>Diehl__Martin</dc:creator>
      <dc:date>2022-10-28T11:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: [BUG] Compiling with LLVM-based Intel MPI compilers (oneAPI)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1425868#M9979</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We Assume that your issue is resolved. So could you please confirm to close this issue?&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;</description>
      <pubDate>Fri, 28 Oct 2022 11:17:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1425868#M9979</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2022-10-28T11:17:47Z</dc:date>
    </item>
    <item>
      <title>Re:[BUG] Compiling with LLVM-based Intel MPI compilers (oneAPI)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1427581#M9999</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I assume that your issue is resolved. 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;Santosh&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2022 04:43:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/BUG-Compiling-with-LLVM-based-Intel-MPI-compilers-oneAPI/m-p/1427581#M9999</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2022-11-04T04:43:33Z</dc:date>
    </item>
  </channel>
</rss>

