<?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 About static linking Intel MKL libraries in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-static-linking-Intel-MKL-libraries/m-p/834040#M5909</link>
    <description>You can't expect an application which uses libpthread to run on another machine which doesn't have a compatible glibc installation, so there's no point in linking it static.</description>
    <pubDate>Thu, 28 Apr 2011 17:20:01 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2011-04-28T17:20:01Z</dc:date>
    <item>
      <title>About static linking Intel MKL libraries</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-static-linking-Intel-MKL-libraries/m-p/834035#M5904</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;&lt;FONT size="3"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;At me it is installed Red Hat 6.0 (x86-64). I do static linking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-size: small;"&gt;&lt;P&gt;For example (actually at me thousand functions):&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SAMP class="codeph"&gt;ifort myprog.f -L$MKLPATH -I$MKLINCLUDE &lt;BR /&gt;-Wl,--start-group $MKLPATH/libmkl_intel_ilp64.a $MKLPATH/libmkl_intel_thread.a &lt;BR /&gt;$MKLPATH/libmkl_core.a -Wl,--end-group -liomp5 -lpthread&lt;BR /&gt;&lt;BR /&gt;&lt;/SAMP&gt;&lt;SPAN style="font-size: small;"&gt;I receive an error: It is not found -lpthread.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;If not to use -lpthread translation comes to an end successfully. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-size: small;"&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2011 09:15:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-static-linking-Intel-MKL-libraries/m-p/834035#M5904</guid>
      <dc:creator>yuriisig</dc:creator>
      <dc:date>2011-04-26T09:15:30Z</dc:date>
    </item>
    <item>
      <title>About static linking Intel MKL libraries</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-static-linking-Intel-MKL-libraries/m-p/834036#M5905</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You know some OSes has no static libpthread library.&lt;BR /&gt;So, please use additional option -Bdynamic before -lpthread&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Apr 2011 11:45:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-static-linking-Intel-MKL-libraries/m-p/834036#M5905</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2011-04-26T11:45:04Z</dc:date>
    </item>
    <item>
      <title>About static linking Intel MKL libraries</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-static-linking-Intel-MKL-libraries/m-p/834037#M5906</link>
      <description>Victor,&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;My program is compiled approximately 2 hours. All is good. &lt;BR /&gt;I use mine MKL (I work with the packed matrixes and my algorithms much faster, than in Intel MKL, but some functions I take from Intel MKL. As a whole this software package very good).&lt;BR /&gt;&lt;BR /&gt;--Yurii</description>
      <pubDate>Tue, 26 Apr 2011 14:31:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-static-linking-Intel-MKL-libraries/m-p/834037#M5906</guid>
      <dc:creator>yuriisig</dc:creator>
      <dc:date>2011-04-26T14:31:12Z</dc:date>
    </item>
    <item>
      <title>About static linking Intel MKL libraries</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-static-linking-Intel-MKL-libraries/m-p/834038#M5907</link>
      <description>I guess it is recommended to use dynamic linking instead of static linking because of the performance issues. After all, you will have smaller code with probably better performance if you use dynamic linking.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;D.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Apr 2011 16:38:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-static-linking-Intel-MKL-libraries/m-p/834038#M5907</guid>
      <dc:creator>Danesh_Daroui</dc:creator>
      <dc:date>2011-04-28T16:38:14Z</dc:date>
    </item>
    <item>
      <title>About static linking Intel MKL libraries</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-static-linking-Intel-MKL-libraries/m-p/834039#M5908</link>
      <description>At first, speed of the account is approximately identical.&lt;BR /&gt;Secondly, it is necessary for transfer of programs on other computers.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Apr 2011 17:11:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-static-linking-Intel-MKL-libraries/m-p/834039#M5908</guid>
      <dc:creator>yuriisig</dc:creator>
      <dc:date>2011-04-28T17:11:25Z</dc:date>
    </item>
    <item>
      <title>About static linking Intel MKL libraries</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-static-linking-Intel-MKL-libraries/m-p/834040#M5909</link>
      <description>You can't expect an application which uses libpthread to run on another machine which doesn't have a compatible glibc installation, so there's no point in linking it static.</description>
      <pubDate>Thu, 28 Apr 2011 17:20:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-static-linking-Intel-MKL-libraries/m-p/834040#M5909</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-04-28T17:20:01Z</dc:date>
    </item>
    <item>
      <title>About static linking Intel MKL libraries</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-static-linking-Intel-MKL-libraries/m-p/834041#M5910</link>
      <description>&lt;P&gt;I know it. I pursued absolutely other aims.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2011 17:42:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-static-linking-Intel-MKL-libraries/m-p/834041#M5910</guid>
      <dc:creator>yuriisig</dc:creator>
      <dc:date>2011-04-28T17:42:55Z</dc:date>
    </item>
  </channel>
</rss>

