<?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 Hi, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Renaming-libiomp5md-dll-for-64-bit/m-p/987547#M17839</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For the 64 process, it has only 1 thread. Will it use MKL internally threading?&amp;nbsp; If not, linking with sequetial MKL libraries (it does not depend on the libiomp5md.dll) can resolve the problem.&lt;/P&gt;
&lt;P&gt;If the 64 process is also using the MKL internal threading, I think one of the code can staticaly link both of the MKL libraries and OpenMP library, that will make this code does not depends on the libiomp5md.dll.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2013 07:50:15 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2013-09-03T07:50:15Z</dc:date>
    <item>
      <title>Renaming libiomp5md.dll for 64 bit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Renaming-libiomp5md-dll-for-64-bit/m-p/987546#M17838</link>
      <description>&lt;P&gt;Hello. I want to use both the 32 and 64 bit versions from the same folder. How can I rename one of them to avoid conflict?&lt;/P&gt;
&lt;P&gt;Alternatively, I could statically link on one platform and dynamically on the other. Is that safe given that my application will never call any method before another has finished? That is, the 64 bit process in my application has only 1 thread although 64 bit MKL may be used at the same time as 32 bit MKL.&amp;nbsp;I know static linking this library is deprecated but it seems like a simple solution.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2013 08:35:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Renaming-libiomp5md-dll-for-64-bit/m-p/987546#M17838</guid>
      <dc:creator>crispybits</dc:creator>
      <dc:date>2013-09-02T08:35:46Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Renaming-libiomp5md-dll-for-64-bit/m-p/987547#M17839</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For the 64 process, it has only 1 thread. Will it use MKL internally threading?&amp;nbsp; If not, linking with sequetial MKL libraries (it does not depend on the libiomp5md.dll) can resolve the problem.&lt;/P&gt;
&lt;P&gt;If the 64 process is also using the MKL internal threading, I think one of the code can staticaly link both of the MKL libraries and OpenMP library, that will make this code does not depends on the libiomp5md.dll.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 07:50:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Renaming-libiomp5md-dll-for-64-bit/m-p/987547#M17839</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2013-09-03T07:50:15Z</dc:date>
    </item>
    <item>
      <title>Thanks Chao</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Renaming-libiomp5md-dll-for-64-bit/m-p/987548#M17840</link>
      <description>&lt;P&gt;Thanks Chao&lt;/P&gt;
&lt;P&gt;Yes, it uses MKL threading so I guess I need to use the threading library.&lt;/P&gt;
&lt;P&gt;I'm bothered by static linking becasue of the warning in the manual. Do you know how I can confirm I'm not linking in more than one copy? Does this mean using it in more than one dll or exe of the same process?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Linking to static OpenMP* run-time library is not recommended because it is very easy with &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;complex software to link in more than one copy of the library. This causes performance &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;problems (too many threads) and may cause &lt;STRONG&gt;correctness problems&lt;/STRONG&gt; if more than one copy &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;is initialized.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 10:38:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Renaming-libiomp5md-dll-for-64-bit/m-p/987548#M17840</guid>
      <dc:creator>crispybits</dc:creator>
      <dc:date>2013-09-03T10:38:52Z</dc:date>
    </item>
    <item>
      <title>Hi everybody, Please continue</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Renaming-libiomp5md-dll-for-64-bit/m-p/987549#M17841</link>
      <description>Hi everybody, Please continue discussion in: &lt;A href="http://software.intel.com/en-us/forums/topic/471638" target="_blank"&gt;http://software.intel.com/en-us/forums/topic/471638&lt;/A&gt; thread. This one is the duplicate. Thanks in advance.</description>
      <pubDate>Wed, 04 Sep 2013 14:02:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Renaming-libiomp5md-dll-for-64-bit/m-p/987549#M17841</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-09-04T14:02:30Z</dc:date>
    </item>
  </channel>
</rss>

