<?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 if you don't want distribute in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102684#M23983</link>
    <description>&lt;P&gt;if you don't want distribute all dll from redist folder, then there is only one way - create custom.dll with all functions from MKL you need for your application and redist this custom dll only. It would have much smaller sizes. Please refer to the UG how to create custom dll.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;hope that helps.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Dec 2015 08:20:12 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2015-12-11T08:20:12Z</dc:date>
    <item>
      <title>Which MKL files to ship?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102678#M23977</link>
      <description>&lt;P&gt;I am using the latest Fortran Parallel Studio&amp;nbsp;XE 2016&amp;nbsp;Update 1, and the only MKL functions I'm using are Pardiso and Feast (compiling for 32-bit and&amp;nbsp;64-bit). Is there any way to find out which MKL files to ship if I want to support all Windows platforms?&lt;/P&gt;

&lt;P&gt;I know this question has been asked before, but I have never seen a definitive answer other than "ship them all". I don't really want to ship them all because they are making the build file unnecessarily large, and I'm pretty sure most of them aren't being used seeing as I'm only using two MKL functions.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 05:48:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102678#M23977</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2015-12-10T05:48:19Z</dc:date>
    </item>
    <item>
      <title>Intel provides</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102679#M23978</link>
      <description>&lt;P&gt;Intel provides "redistributables" bundles at&amp;nbsp;https://software.intel.com/en-us/articles/intelr-composer-redistributable-libraries-by-version . Those of your customers who do not have the Intel compiler installed may choose the appropriate redistributable package based on your recommendations, and you would not need to bundle any MKL DLLs with your own software.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 13:34:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102679#M23978</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-12-10T13:34:22Z</dc:date>
    </item>
    <item>
      <title>Assuming you're using the MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102680#M23979</link>
      <description>&lt;P&gt;Assuming you're using the MKL DLLs, you can use &lt;A href="http://dependencywalker.com"&gt;Dependency Walker&lt;/A&gt; to see which DLLs are being used. The libraries aren't split much by function so you may not have a choice but to provide several of them. There may be some you don't need - Dependency Walker will tell you.&lt;/P&gt;

&lt;P&gt;Generally I'd agree with mecej4 here, but MKL doesn't provide a redistributable installer (and the MKL DLLs are not part of the compiler redistributables), so you don't have a lot of choice here.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 14:01:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102680#M23979</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-12-10T14:01:40Z</dc:date>
    </item>
    <item>
      <title>But if I want to distribute</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102681#M23980</link>
      <description>&lt;P&gt;But if I want to distribute one set of MKL DLLs that will suit all Windows platforms and CPUs (seeing as I don't know what each client is using) then the dependency walker wouldn't really help would it? I assume that it needs to know the Windows platform and CPU before it can come up with a list of MKL dependencies. Is that correct?&lt;/P&gt;

&lt;P&gt;I'm really just looking for the list of MKL DLLs that are used by Pardiso and Feast regardless of the platform or CPU.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 23:40:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102681#M23980</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2015-12-10T23:40:09Z</dc:date>
    </item>
    <item>
      <title>I am going to move this</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102682#M23981</link>
      <description>&lt;P&gt;I am going to move this question to the MKL forum, where MKL experts can help you better than I can.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 23:46:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102682#M23981</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-12-10T23:46:27Z</dc:date>
    </item>
    <item>
      <title>Great thanks!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102683#M23982</link>
      <description>&lt;P&gt;Great thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 00:20:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102683#M23982</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2015-12-11T00:20:47Z</dc:date>
    </item>
    <item>
      <title>if you don't want distribute</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102684#M23983</link>
      <description>&lt;P&gt;if you don't want distribute all dll from redist folder, then there is only one way - create custom.dll with all functions from MKL you need for your application and redist this custom dll only. It would have much smaller sizes. Please refer to the UG how to create custom dll.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;hope that helps.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 08:20:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102684#M23983</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2015-12-11T08:20:12Z</dc:date>
    </item>
    <item>
      <title>I just figured out that I can</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102685#M23984</link>
      <description>&lt;P&gt;I just figured out that I can compile with Runtime Library = "Multithreaded" instead of the default "Multithread DLL" to have all the required MKL functions statically linked into my application. This causes my application to grow by 90Mb but saves me having to ship 375Mb of MKL DLLs, many of which aren't used seeing as I'm only using Pardiso and Feast.&lt;BR /&gt;
	&lt;BR /&gt;
	​My application gets shipped to clients with many different types of computers, processors&amp;nbsp;and versions of Windows. Will my statically linked application work for all of them or has it just statically linked the MKL functions that apply to the computer I compiled it on?&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 03:17:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102685#M23984</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2016-11-16T03:17:14Z</dc:date>
    </item>
    <item>
      <title>yes, statically linked</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102686#M23985</link>
      <description>&lt;P&gt;yes, statically linked application will work for all supported IA.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 05:12:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102686#M23985</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-11-16T05:12:52Z</dc:date>
    </item>
    <item>
      <title>Well, I use a statically</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102687#M23986</link>
      <description>&lt;P&gt;Well, I use a statically linked application (Really two: one for 32 bits SO and one for 64 bits), and then I only need to ship 'libiomp5md.dll' (again, two versions: 32 and 64 bits). Our customers hasn't problems to run them, regardles the SO or CPU used.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 15:46:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Which-MKL-files-to-ship/m-p/1102687#M23986</guid>
      <dc:creator>LuisGT</dc:creator>
      <dc:date>2016-11-17T15:46:14Z</dc:date>
    </item>
  </channel>
</rss>

