<?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: xiar missing in intel-oneapi-compiler-shared-2025.0 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1647134#M174476</link>
    <description>&lt;P&gt;I should have remembered - xiar was used for the old Classic Compiler IPO generated objects and libraries.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for the new LLVM lto ( IPO ) binaries we have a ar tool in .../bin/compiler/llvm-ar&lt;/P&gt;
&lt;P&gt;This recognizes our objects with Intel GPU offload kernel code along with the CPU code (fat objects)&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2024 16:15:16 GMT</pubDate>
    <dc:creator>Ron_Green</dc:creator>
    <dc:date>2024-12-03T16:15:16Z</dc:date>
    <item>
      <title>xiar missing in intel-oneapi-compiler-shared-2025.0</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1646546#M174434</link>
      <description>&lt;P&gt;The xiar tool (&lt;SPAN&gt;archive tool for IPO objects) was not distributed with the&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;intel-oneapi-compiler-shared-2025.0 rpm pack for Fedora linux.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It was present until&amp;nbsp; intel-oneapi-compiler-shared-2024.2 and stored in&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/intel/oneapi/compiler/2024.2/bin&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Was this intentional?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 16:33:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1646546#M174434</guid>
      <dc:creator>rudi-gaelzer</dc:creator>
      <dc:date>2024-11-29T16:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: xiar missing in intel-oneapi-compiler-shared-2025.0</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1646969#M174463</link>
      <description>&lt;P&gt;I am attempting to find our which rpm package has xiar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I am curious - you are extracting the RPMs from the installer and using the RPMs directly?&amp;nbsp; From what product download or repo package are you pulling?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 23:22:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1646969#M174463</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2024-12-02T23:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: xiar missing in intel-oneapi-compiler-shared-2025.0</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1647128#M174474</link>
      <description>&lt;P&gt;Hi Ron.&lt;/P&gt;&lt;P&gt;I'm running Fedora Linux, so I'm using dnf to install/upgrade OneAPI.&lt;/P&gt;&lt;P&gt;The xiar app was provided by:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;intel-oneapi-compiler-shared-2024.2-2024.2.1-1079.x86_64 : Intel(R) Compiler Shared Files&lt;BR /&gt;Repo &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;: &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/214111"&gt;@system&lt;/a&gt;&lt;BR /&gt;Matched From : &amp;nbsp;&lt;BR /&gt;Filename &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;: /opt/intel/oneapi/compiler/2024.2/bin/xiar&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I installed all OneAPI files with RPMs provided by the Yum/dnf repository, which I installed as per instructions in:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/oneapi/installation-guide-linux/2025-0/yum-dnf-005.html#FORTRAN-YUM-DNF" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/oneapi/installation-guide-linux/2025-0/yum-dnf-005.html#FORTRAN-YUM-DNF&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$&amp;gt;cat /etc/yum.repos.d/oneAPI.repo &amp;nbsp;&lt;BR /&gt;[oneAPI]&lt;BR /&gt;name=Intel(R) oneAPI repository&lt;BR /&gt;baseurl=&lt;A href="https://yum.repos.intel.com/oneapi" target="_blank"&gt;https://yum.repos.intel.com/oneapi&lt;/A&gt;&lt;BR /&gt;enabled=1&lt;BR /&gt;gpgcheck=1&lt;BR /&gt;repo_gpgcheck=1&lt;BR /&gt;gpgkey=&lt;A href="https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB" target="_blank"&gt;https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can use the GNU ar, no problem.&amp;nbsp; It's just that I was used to archive objects compiled with ifort/ifx using xiar.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 15:43:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1647128#M174474</guid>
      <dc:creator>rudi-gaelzer</dc:creator>
      <dc:date>2024-12-03T15:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: xiar missing in intel-oneapi-compiler-shared-2025.0</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1647134#M174476</link>
      <description>&lt;P&gt;I should have remembered - xiar was used for the old Classic Compiler IPO generated objects and libraries.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for the new LLVM lto ( IPO ) binaries we have a ar tool in .../bin/compiler/llvm-ar&lt;/P&gt;
&lt;P&gt;This recognizes our objects with Intel GPU offload kernel code along with the CPU code (fat objects)&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 16:15:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1647134#M174476</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2024-12-03T16:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: xiar missing in intel-oneapi-compiler-shared-2025.0</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1647137#M174479</link>
      <description>&lt;P&gt;OK, found it.&lt;/P&gt;&lt;P&gt;The syntax is similar to the old xiar, I guess?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 16:18:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1647137#M174479</guid>
      <dc:creator>rudi-gaelzer</dc:creator>
      <dc:date>2024-12-03T16:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: xiar missing in intel-oneapi-compiler-shared-2025.0</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1647149#M174482</link>
      <description>&lt;P&gt;yes, very similar.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;But if you have older libraries and/or objects built with ifort -ipo then that older IPO format will not be recognized by llvm-ar and you will need an older copy of xiar to manipulate those older binaries.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 17:26:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1647149#M174482</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2024-12-03T17:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: xiar missing in intel-oneapi-compiler-shared-2025.0</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1666498#M175062</link>
      <description>&lt;P&gt;Sorry to resume a discussion that was already considered solved, but&amp;nbsp; I only had time to come back to this issue now.&lt;/P&gt;&lt;P&gt;As I mentioned above, I have llvm-ar installed in&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/intel/oneapi/compiler/2025.0/bin/compiler&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but the path to this directory is not set.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you help me out here?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Since always I have set the paths to intel compilers by inserting the line&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;source /opt/intel/oneapi/setvars.sh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in .bash_profile.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, that is only setting the following paths in the system:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/intel/oneapi/vtune/2025.0/bin64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/intel/oneapi/mpi/2021.14/bin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/intel/oneapi/mkl/2025.0/bin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/intel/oneapi/dpcpp-ct/2025.0/bin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/intel/oneapi/dev-utilities/2025.0/bin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/intel/oneapi/debugger/2025.0/opt/debugger/bin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/intel/oneapi/compiler/2025.0/bin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/intel/oneapi/advisor/2025.0/bin64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The latest package that provides llvm-ar that I have installed in my system is:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;intel-oneapi-openmp-2025.0-2025.0.4-1519.x86_64.rpm&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Am I doing something wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2025 14:12:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1666498#M175062</guid>
      <dc:creator>rudi-gaelzer</dc:creator>
      <dc:date>2025-02-15T14:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: xiar missing in intel-oneapi-compiler-shared-2025.0</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1667005#M175070</link>
      <description>&lt;P&gt;The path is NOT added for a reason:&amp;nbsp; customers with a default Clang/LLVM installation want to use the LLVM tools from Clang, and not from Intel.&amp;nbsp; At least, that was their complaint when we added the bin/compiler path by default some years back.&amp;nbsp; So a user who wants to use the Intel supplied LLVM tools have to manually add this path.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 16:29:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1667005#M175070</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2025-02-17T16:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: xiar missing in intel-oneapi-compiler-shared-2025.0</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1667040#M175071</link>
      <description>&lt;P&gt;a follow-on discussion was the suggestion to rename the Intel LLVM tools so there is no name clash with the Clang/LLVM tools - interesting idea, however it would require all users to change their Make and Cmake builds for every application.&amp;nbsp; This is a non-starter for customers.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 19:29:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1667040#M175071</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2025-02-17T19:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: xiar missing in intel-oneapi-compiler-shared-2025.0</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1667396#M175075</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; I will set the path manually.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 13:00:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-missing-in-intel-oneapi-compiler-shared-2025-0/m-p/1667396#M175075</guid>
      <dc:creator>rudi-gaelzer</dc:creator>
      <dc:date>2025-02-18T13:00:30Z</dc:date>
    </item>
  </channel>
</rss>

