<?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 Code bloat linking statically in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Code-bloat-linking-statically/m-p/900979#M11229</link>
    <description>&lt;P&gt;I should mention that I just upgraded the MKL. With the previous version, 10.1.1.019, the executable was only 8.9MB. Does that seem right to you that the code size has gone from 8.9MB to 18.3M by upgrading to 10.2.3.029?&lt;/P&gt;
&lt;P&gt;Dave&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2010 18:26:35 GMT</pubDate>
    <dc:creator>Rawlins__David</dc:creator>
    <dc:date>2010-02-05T18:26:35Z</dc:date>
    <item>
      <title>Code bloat linking statically</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Code-bloat-linking-statically/m-p/900977#M11227</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am using the Pardiso solver in the MKL. If I link statically the executable code is 18.3MB. If I link dynamically the size is 2.4MB. Is there anything I can do to reduce the size of the statically linked code?&lt;/P&gt;
&lt;P&gt;Here are the MKL link parameters:&lt;/P&gt;
&lt;P&gt;-L/opt/intel/mkl/10.2.3.029/lib/em64t/ -lmkl_intel_lp64 -Wl,--start-group -lmkl_intel_thread -lmkl_core -Wl,--end-group -liomp5 -lpthread&lt;/P&gt;
&lt;P&gt;Here is the output from ldd if I link dynamically:&lt;/P&gt;
&lt;P&gt;&amp;gt; ldd febio.lnx&lt;BR /&gt; linux-vdso.so.1 =&amp;gt; (0x00007ffffebff000)&lt;BR /&gt; libmkl_intel_lp64.so =&amp;gt; /opt/intel/mkl/10.2.3.029/lib/em64t/libmkl_intel_lp64.so (0x00007f8ac72b8000)&lt;BR /&gt; libmkl_intel_thread.so =&amp;gt; /opt/intel/mkl/10.2.3.029/lib/em64t/libmkl_intel_thread.so (0x00007f8ac6255000)&lt;BR /&gt; libmkl_core.so =&amp;gt; /opt/intel/mkl/10.2.3.029/lib/em64t/libmkl_core.so (0x00007f8ac6015000)&lt;BR /&gt; libiomp5.so =&amp;gt; /opt/intel/mkl/10.2.3.029/lib/em64t/libiomp5.so (0x00007f8ac772d000)&lt;BR /&gt; libpthread.so.0 =&amp;gt; /lib64/libpthread.so.0 (0x00007f8ac5df9000)&lt;BR /&gt; libm.so.6 =&amp;gt; /lib64/libm.so.6 (0x00007f8ac5ba4000)&lt;BR /&gt; libstdc++.so.6 =&amp;gt; /usr/lib64/libstdc++.so.6 (0x00007f8ac5896000)&lt;BR /&gt; libgcc_s.so.1 =&amp;gt; /lib64/libgcc_s.so.1 (0x00007f8ac567f000)&lt;BR /&gt; libc.so.6 =&amp;gt; /lib64/libc.so.6 (0x00007f8ac5324000)&lt;BR /&gt; libdl.so.2 =&amp;gt; /lib64/libdl.so.2 (0x00007f8ac5120000)&lt;BR /&gt; /lib64/ld-linux-x86-64.so.2 (0x00007f8ac76b8000)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2010 21:43:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Code-bloat-linking-statically/m-p/900977#M11227</guid>
      <dc:creator>Rawlins__David</dc:creator>
      <dc:date>2010-02-04T21:43:35Z</dc:date>
    </item>
    <item>
      <title>Code bloat linking statically</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Code-bloat-linking-statically/m-p/900978#M11228</link>
      <description>&lt;P&gt;Dave,&lt;/P&gt;
&lt;P&gt;I am afraid that there are no opportunities to reduce the size of this executable file at the current version.&lt;/P&gt;
&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2010 14:44:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Code-bloat-linking-statically/m-p/900978#M11228</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-02-05T14:44:45Z</dc:date>
    </item>
    <item>
      <title>Code bloat linking statically</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Code-bloat-linking-statically/m-p/900979#M11229</link>
      <description>&lt;P&gt;I should mention that I just upgraded the MKL. With the previous version, 10.1.1.019, the executable was only 8.9MB. Does that seem right to you that the code size has gone from 8.9MB to 18.3M by upgrading to 10.2.3.029?&lt;/P&gt;
&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2010 18:26:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Code-bloat-linking-statically/m-p/900979#M11229</guid>
      <dc:creator>Rawlins__David</dc:creator>
      <dc:date>2010-02-05T18:26:35Z</dc:date>
    </item>
  </channel>
</rss>

