<?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:Incompatible -static_mpi and -static-intel flags for linking in 2024.1 in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Incompatible-static-mpi-and-static-intel-flags-for-linking-in/m-p/1609601#M11762</link>
    <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/355107"&gt;@vbashkardin&lt;/a&gt;&lt;/P&gt;&lt;P&gt;HPC kit 2024.2 / Intel MPI 2021.13 is available now. Please test it.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Jun 2024 10:40:03 GMT</pubDate>
    <dc:creator>TobiasK</dc:creator>
    <dc:date>2024-06-25T10:40:03Z</dc:date>
    <item>
      <title>Incompatible -static_mpi and -static-intel flags for linking in 2024.1</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Incompatible-static-mpi-and-static-intel-flags-for-linking-in/m-p/1594162#M11685</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to compile and link a simple Fortran MPI application to produce a static binary with minimal shared library dependencies. This is what I am getting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ mpiifx -o mpi_hello_world -static_mpi -static-intel mpi_hello_world.f90&lt;BR /&gt;`.text.__intel_get_fast_memcpy_impl' referenced in section `.text.__real_memcpy_impl_setup' of /hpc/tstapps/intel/x86_64/oneapi-2024.update.1/compiler/2024.1/lib/libirc.a(fastmemcpy.c.o): defined in discarded section `.text.__intel_get_fast_memcpy_impl[__intel_get_fast_memcpy_impl]' of /hpc/tstapps/intel/x86_64/oneapi-2024.update.1/compiler/2024.1/lib/libirc.a(fastmemcpy.c.o)&lt;BR /&gt;`.text.__intel_get_fast_memset_impl' referenced in section `.text.__real_memset_impl_setup' of /hpc/tstapps/intel/x86_64/oneapi-2024.update.1/compiler/2024.1/lib/libirc.a(fastmemset.c.o): defined in discarded section `.text.__intel_get_fast_memset_impl[__intel_get_fast_memset_impl]' of /hpc/tstapps/intel/x86_64/oneapi-2024.update.1/compiler/2024.1/lib/libirc.a(fastmemset.c.o)&lt;BR /&gt;`.text.addq_abs' referenced in section `.text.__addq' of /hpc/tstapps/intel/x86_64/oneapi-2024.update.1/compiler/2024.1/lib/libirc.a(ia32_addsubq.c.o): defined in discarded section `.text.addq_abs[addq_abs]' of /hpc/tstapps/intel/x86_64/oneapi-2024.update.1/compiler/2024.1/lib/libirc.a(ia32_addsubq.c.o)&lt;BR /&gt;`.text.subq_abs' referenced in section `.text.__addq' of /hpc/tstapps/intel/x86_64/oneapi-2024.update.1/compiler/2024.1/lib/libirc.a(ia32_addsubq.c.o): defined in discarded section `.text.subq_abs[subq_abs]' of /hpc/tstapps/intel/x86_64/oneapi-2024.update.1/compiler/2024.1/lib/libirc.a(ia32_addsubq.c.o)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like I have to drop -static_mpi in order to avoid the symbol conflict in libirc.a and libifort.a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I am using:&lt;/P&gt;&lt;P&gt;$ ifx --version&lt;BR /&gt;ifx (IFX) 2024.1.0 20240308&lt;BR /&gt;Copyright (C) 1985-2024 Intel Corporation. All rights reserved.&lt;/P&gt;&lt;P&gt;$&amp;nbsp;mpiifx -v&lt;BR /&gt;mpiifx for the Intel(R) MPI Library @IMPI_OFFICIALVERSION@ for Linux*&lt;BR /&gt;Copyright Intel Corporation.&lt;BR /&gt;ifx version 2024.1.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 14:07:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Incompatible-static-mpi-and-static-intel-flags-for-linking-in/m-p/1594162#M11685</guid>
      <dc:creator>vbashkardin</dc:creator>
      <dc:date>2024-05-01T14:07:49Z</dc:date>
    </item>
    <item>
      <title>Re:Incompatible -static_mpi and -static-intel flags for linking in 2024.1</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Incompatible-static-mpi-and-static-intel-flags-for-linking-in/m-p/1594423#M11691</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/355107"&gt;@vbashkardin&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;thanks for reporting this.&lt;/P&gt;&lt;P&gt;The issue is already resolved in our internal builds for the next release 2021.13 / oneAPI 2024.2&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 May 2024 10:45:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Incompatible-static-mpi-and-static-intel-flags-for-linking-in/m-p/1594423#M11691</guid>
      <dc:creator>TobiasK</dc:creator>
      <dc:date>2024-05-02T10:45:06Z</dc:date>
    </item>
    <item>
      <title>Re:Incompatible -static_mpi and -static-intel flags for linking in 2024.1</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Incompatible-static-mpi-and-static-intel-flags-for-linking-in/m-p/1609601#M11762</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/355107"&gt;@vbashkardin&lt;/a&gt;&lt;/P&gt;&lt;P&gt;HPC kit 2024.2 / Intel MPI 2021.13 is available now. Please test it.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jun 2024 10:40:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Incompatible-static-mpi-and-static-intel-flags-for-linking-in/m-p/1609601#M11762</guid>
      <dc:creator>TobiasK</dc:creator>
      <dc:date>2024-06-25T10:40:03Z</dc:date>
    </item>
  </channel>
</rss>

