<?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: OneAPI MKL static link fails using ifort in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368329#M160599</link>
    <description>&lt;P&gt;The application MatrixWarrior is written in a combination of FORTRAN and C.&lt;/P&gt;
&lt;P&gt;Intel compilers are used.&lt;/P&gt;
&lt;P&gt;It depends on the Nvidia CUDA software and Intel's MKL.&lt;/P&gt;
&lt;P&gt;The MKL library reference is repeated.&lt;/P&gt;
&lt;P&gt;Here is the command line:&lt;/P&gt;
&lt;P&gt;ifort -auto -threads -reentrancy threaded -fpic -ftz -nofor-main -ldl -o MatrixWarrior_dbg MatrixWarrior.o mw.a fmsnoshr.a fmslib.a fmsint.a fmslib.a fmsint.a yesgpu.a fmslib.a fmsint.a fmslib.a fmsint.a yesgpu.a -Wl,--start-group /Nvidia/Linux/cuda-11.4/lib64/libculibos.a /Nvidia/Linux/cuda-11.4/lib64/libcublas_static.a /Nvidia/Linux/cuda-11.4/lib64/libcublasLt_static.a /Nvidia/Linux/cuda-11.4/lib64/libculibos.a /Nvidia/Linux/cuda-11.4/lib64/libcudart_static.a -lrt -Wl,--end-group /Intel/Linux/oneapi/compiler/2022.0.2/linux/compiler/lib/intel64_lin/libimf.a /Intel/Linux/oneapi/compiler/2022.0.2/linux/compiler/lib/intel64_lin/libirc.a /Intel/Linux/oneapi/compiler/2022.0.2/linux/compiler/lib/intel64_lin/libifport.a /Intel/Linux/oneapi/compiler/2022.0.2/linux/compiler/lib/intel64_lin/libsvml.a /Intel/Linux/oneapi/compiler/2022.0.2/linux/compiler/lib/intel64_lin/libirng.a /lib/x86_64-linux-gnu/libc-2.31.so /usr/lib/x86_64-linux-gnu/libc_nonshared.a /lib/x86_64-linux-gnu/libstdc++.so.6 -L /lib/x86_64-linux-gnu -L /usr/lib/gcc/x86_64-linux-gnu/9 -Wl,--start-group /Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_intel_lp64.a /Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_sequential.a /Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_core.a -Wl,--end-group -Wl,--start-group /Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_intel_lp64.a /Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_sequential.a /Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_core.a -Wl,--end-group -lpthread -ldl -lm&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, Ron&lt;/P&gt;</description>
    <pubDate>Sun, 13 Mar 2022 19:28:44 GMT</pubDate>
    <dc:creator>Multipath</dc:creator>
    <dc:date>2022-03-13T19:28:44Z</dc:date>
    <item>
      <title>OneAPI MKL static link fails using ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368267#M160588</link>
      <description>&lt;P&gt;&lt;!--StartFragment --&gt;&lt;FONT size="4"&gt;We are having problems using the FORTRAN compiler to perform a static link of MKL. Here is what works and fails:&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="Courier, Courier" size="4"&gt;&lt;STRONG&gt;WORKS:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;1. Using ld to create a shared object version of our library and including:&lt;BR /&gt;&lt;BR /&gt;/Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_intel_lp64.a&lt;BR /&gt;/Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_sequential.a&lt;BR /&gt;/Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_core.a&lt;BR /&gt;&lt;BR /&gt;2. Using ifort to create a program and including the&lt;BR /&gt;&lt;BR /&gt;-qmkl=sequential&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier, Courier" size="4"&gt;flag.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier, Courier" size="4"&gt;However this ignores the specified .a versions and uses the .so versions.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;FAILS:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Using ifort to create a program and using the recommendations of the Link Line Advisor&lt;BR /&gt;&lt;BR /&gt;-Wl,--start-group&lt;BR /&gt;/Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_intel_lp64.a &lt;BR /&gt;/Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_sequential.a &lt;BR /&gt;/Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_core.a&lt;BR /&gt;-Wl,--end-group&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;!--EndFragment --&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier, Courier" size="4"&gt;This produces pages of errors of the form:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier, Courier" size="4"&gt;/Intel/Linux/oneapi/compiler/2022.0.2/linux/bin/intel64/ifort ld: fmslib.a(rsdaf.o): in function `rsdaf_.h': rsdaf.f:(.text+0x21c7): undefined reference to `dscal_' ld: rsdaf.f:(.text+0x2282): undefined reference to `daxpy_' ld: fmslib.a(rsdaf.o): in function `rsdaf_.A':&lt;BR /&gt;rsdaf.f:(.text+0x5ea8): undefined reference to `dscal_'&lt;BR /&gt;ld: rsdaf.f:(.text+0x5f5f): undefined reference to `daxpy_' ld: fmslib.a(rndaf.o): in function `rndaf_.h':&lt;BR /&gt;rndaf.f:(.text+0x2249): undefined reference to `dscal_' ld: rndaf.f:(.text+0x2304): undefined reference to `daxpy_'&lt;BR /&gt;ld: fmslib.a(rndaf.o): in function `rndaf_.A':&lt;BR /&gt;rndaf.f:(.text+0x602d): undefined reference to `dscal_'&lt;BR /&gt;ld: rndaf.f:(.text+0x60e4): undefined reference to `daxpy_' ld: fmslib.a(chdaf.o): in function `chdaf_.h': chdaf.f:(.text+0x21e8): undefined reference to `dscal_' ld: chdaf.f:(.text+0x22fc): undefined reference to `daxpy_'&lt;BR /&gt;ld: fmslib.a(chdaf.o): in function `chdaf_.A':&lt;BR /&gt;chdaf.f:(.text+0x5c81): undefined reference to `dscal_'&lt;BR /&gt;ld: chdaf.f:(.text+0x5d93): undefined reference to `daxpy_'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier, Courier" size="4"&gt;...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier, Courier" size="4"&gt;Any suggestions?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier, Courier" size="4"&gt;Thanks, Ron&lt;/FONT&gt;&lt;/P&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 02:28:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368267#M160588</guid>
      <dc:creator>Multipath</dc:creator>
      <dc:date>2022-03-13T02:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: OneAPI MKL static link fails using ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368274#M160589</link>
      <description>&lt;P&gt;Try the MKL forum.&amp;nbsp; There are experts there.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 05:05:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368274#M160589</guid>
      <dc:creator>JNichols</dc:creator>
      <dc:date>2022-03-13T05:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: OneAPI MKL static link fails using ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368288#M160591</link>
      <description>&lt;P&gt;You may have built fmslib.a from objects produced by using a Fortran compiler different from Intel Fortran, as the trailing underscores in the missing externals indicate.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 11:00:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368288#M160591</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2022-03-13T11:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: OneAPI MKL static link fails using ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368306#M160593</link>
      <description>&lt;P&gt;What is the link for posting to the MJKOL forum?&lt;/P&gt;
&lt;P&gt;Thanks, Ro n&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 15:54:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368306#M160593</guid>
      <dc:creator>Multipath</dc:creator>
      <dc:date>2022-03-13T15:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: OneAPI MKL static link fails using ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368307#M160594</link>
      <description>&lt;P&gt;Everything was built with the following FORTRAN and C compilers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Intel/Linux/oneapi/compiler/2022.0.2/linux/bin/intel64/ifort&lt;BR /&gt;/Intel/Linux/oneapi/compiler/2022.0.2/linux/bin/intel64/icc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ron&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 15:57:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368307#M160594</guid>
      <dc:creator>Multipath</dc:creator>
      <dc:date>2022-03-13T15:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: OneAPI MKL static link fails using ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368308#M160595</link>
      <description>&lt;P&gt;Ron:&lt;/P&gt;
&lt;P&gt;The expert has found you, good hunting.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 15:58:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368308#M160595</guid>
      <dc:creator>JNichols</dc:creator>
      <dc:date>2022-03-13T15:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: OneAPI MKL static link fails using ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368310#M160597</link>
      <description>&lt;P&gt;Sorry for the typo -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should read what is the link for posting to the MKL forum?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 16:03:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368310#M160597</guid>
      <dc:creator>Multipath</dc:creator>
      <dc:date>2022-03-13T16:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: OneAPI MKL static link fails using ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368313#M160598</link>
      <description>&lt;P&gt;Please show more details regarding the command line used for linking. In particular, show the order in which your library name and the MKL library names were specified in the linking command. If you used a makefile, please show the relevant portions of the makefile.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 17:31:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368313#M160598</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2022-03-13T17:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: OneAPI MKL static link fails using ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368329#M160599</link>
      <description>&lt;P&gt;The application MatrixWarrior is written in a combination of FORTRAN and C.&lt;/P&gt;
&lt;P&gt;Intel compilers are used.&lt;/P&gt;
&lt;P&gt;It depends on the Nvidia CUDA software and Intel's MKL.&lt;/P&gt;
&lt;P&gt;The MKL library reference is repeated.&lt;/P&gt;
&lt;P&gt;Here is the command line:&lt;/P&gt;
&lt;P&gt;ifort -auto -threads -reentrancy threaded -fpic -ftz -nofor-main -ldl -o MatrixWarrior_dbg MatrixWarrior.o mw.a fmsnoshr.a fmslib.a fmsint.a fmslib.a fmsint.a yesgpu.a fmslib.a fmsint.a fmslib.a fmsint.a yesgpu.a -Wl,--start-group /Nvidia/Linux/cuda-11.4/lib64/libculibos.a /Nvidia/Linux/cuda-11.4/lib64/libcublas_static.a /Nvidia/Linux/cuda-11.4/lib64/libcublasLt_static.a /Nvidia/Linux/cuda-11.4/lib64/libculibos.a /Nvidia/Linux/cuda-11.4/lib64/libcudart_static.a -lrt -Wl,--end-group /Intel/Linux/oneapi/compiler/2022.0.2/linux/compiler/lib/intel64_lin/libimf.a /Intel/Linux/oneapi/compiler/2022.0.2/linux/compiler/lib/intel64_lin/libirc.a /Intel/Linux/oneapi/compiler/2022.0.2/linux/compiler/lib/intel64_lin/libifport.a /Intel/Linux/oneapi/compiler/2022.0.2/linux/compiler/lib/intel64_lin/libsvml.a /Intel/Linux/oneapi/compiler/2022.0.2/linux/compiler/lib/intel64_lin/libirng.a /lib/x86_64-linux-gnu/libc-2.31.so /usr/lib/x86_64-linux-gnu/libc_nonshared.a /lib/x86_64-linux-gnu/libstdc++.so.6 -L /lib/x86_64-linux-gnu -L /usr/lib/gcc/x86_64-linux-gnu/9 -Wl,--start-group /Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_intel_lp64.a /Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_sequential.a /Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_core.a -Wl,--end-group -Wl,--start-group /Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_intel_lp64.a /Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_sequential.a /Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_core.a -Wl,--end-group -lpthread -ldl -lm&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, Ron&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 19:28:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368329#M160599</guid>
      <dc:creator>Multipath</dc:creator>
      <dc:date>2022-03-13T19:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: OneAPI MKL static link fails using ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368544#M160604</link>
      <description>&lt;P&gt;Thanks for the detailed information as to the link line. Why is "&lt;SPAN&gt;fmslib.a fmsint.a" repeated four times, and "yesgpu.a" two times? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Other than that, I cannot see anything unusual. Although the repetitions many not be needed, they should have cause the linking to fail.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I second the suggestion that you post this problem report in the &lt;A href="https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bd-p/oneapi-math-kernel-library" target="_self"&gt;MKL Forum&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 13:11:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368544#M160604</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2022-03-14T13:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: OneAPI MKL static link fails using ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368577#M160606</link>
      <description>&lt;P&gt;Thanks for looking at this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the link to the MKL Forum?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The libraries are repeated because there may be circular references that need to be resolved.&amp;nbsp; Probably too many times.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that if I simply add&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-qmkl=sequential&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to the link line it works&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ls -al MatrixWarrior_dbg -rwxrwxr-x 1 ron ron 134192944 Mar 14 07:19 MatrixWarrior_dbg&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ldd MatrixWarrior_dbg&lt;BR /&gt;linux-vdso.so.1 (0x00007fffeedfa000)&lt;BR /&gt;libdl.so.2 =&amp;gt; /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f8326566000)&lt;BR /&gt;&lt;STRONG&gt;libmkl_intel_lp64.so.2&lt;/STRONG&gt; =&amp;gt; /Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_intel_lp64.so.2 (0x00007f83256c6000) &lt;STRONG&gt;libmkl_sequential.so.2&lt;/STRONG&gt; =&amp;gt; /Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_sequential.so.2 (0x00007f8323cac000)&lt;BR /&gt;&lt;STRONG&gt;libmkl_core.so.2&lt;/STRONG&gt; =&amp;gt; /Intel/Linux/oneapi/mkl/2022.0.2/lib/intel64/libmkl_core.so.2 (0x00007f831f8f5000)&lt;BR /&gt;librt.so.1 =&amp;gt; /lib/x86_64-linux-gnu/librt.so.1 (0x00007f831f8eb000)&lt;BR /&gt;libc.so.6 =&amp;gt; /lib/x86_64-linux-gnu/libc.so.6 (0x00007f831f6f9000) libstdc++.so.6 =&amp;gt; /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f831f517000)&lt;BR /&gt;libpthread.so.0 =&amp;gt; /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f831f4f4000) libm.so.6 =&amp;gt; /lib/x86_64-linux-gnu/libm.so.6 (0x00007f831f3a5000) /lib64/ld-linux-x86-64.so.2 (0x00007f8326588000) libgcc_s.so.1 =&amp;gt; /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f831f388000)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it uses the shared object version of MKL.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 14:24:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368577#M160606</guid>
      <dc:creator>Multipath</dc:creator>
      <dc:date>2022-03-14T14:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: OneAPI MKL static link fails using ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368584#M160607</link>
      <description>&lt;P&gt;I noticed that your last response did include a hyperlink to the MKL Form so I posted the question there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Roin&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 14:35:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/OneAPI-MKL-static-link-fails-using-ifort/m-p/1368584#M160607</guid>
      <dc:creator>Multipath</dc:creator>
      <dc:date>2022-03-14T14:35:20Z</dc:date>
    </item>
  </channel>
</rss>

