<?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 OMP: Error #15: Initializing libiomp5mt.lib, but found libiomp5 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/OMP-Error-15-Initializing-libiomp5mt-lib-but-found-libiomp5mt/m-p/824381#M5019</link>
    <description>Alex, please see this &lt;A href="http://software.intel.com/en-us/articles/openmp-support-change/"&gt;article&lt;/A&gt;. Is that your case?</description>
    <pubDate>Tue, 24 Jan 2012 15:44:56 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2012-01-24T15:44:56Z</dc:date>
    <item>
      <title>OMP: Error #15: Initializing libiomp5mt.lib, but found libiomp5mt.lib already initialized.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/OMP-Error-15-Initializing-libiomp5mt-lib-but-found-libiomp5mt/m-p/824380#M5018</link>
      <description>Dear Forum users,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I'm using Pardiso from MKL on Windows. Since I updated to the most up to date version, I'm receiving the following error message.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;OMP: Error #15: Initializing libiomp5mt.lib, but found libiomp5mt.lib already initialized.&lt;/DIV&gt;&lt;DIV&gt;OMP: Hint: This may cause performance degradation and correctness issues. Set environment variable KMP_DUPLICATE_LIB_OK=TRUE to ignore this ....&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;My program terminates with this error message. Interestingly, it does not happen with every call to Pardiso. Sometimes it will just work.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I thought this problem might be caused by static linking, so I switched to dynamic linking (DLLs), but this did not solve the problem.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I would be grateful for any hint.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards, Alex&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Jan 2012 14:39:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/OMP-Error-15-Initializing-libiomp5mt-lib-but-found-libiomp5mt/m-p/824380#M5018</guid>
      <dc:creator>Alexander_Schiftner</dc:creator>
      <dc:date>2012-01-24T14:39:19Z</dc:date>
    </item>
    <item>
      <title>OMP: Error #15: Initializing libiomp5mt.lib, but found libiomp5</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/OMP-Error-15-Initializing-libiomp5mt-lib-but-found-libiomp5mt/m-p/824381#M5019</link>
      <description>Alex, please see this &lt;A href="http://software.intel.com/en-us/articles/openmp-support-change/"&gt;article&lt;/A&gt;. Is that your case?</description>
      <pubDate>Tue, 24 Jan 2012 15:44:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/OMP-Error-15-Initializing-libiomp5mt-lib-but-found-libiomp5mt/m-p/824381#M5019</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-01-24T15:44:56Z</dc:date>
    </item>
    <item>
      <title>OMP: Error #15: Initializing libiomp5mt.lib, but found libiomp5</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/OMP-Error-15-Initializing-libiomp5mt-lib-but-found-libiomp5mt/m-p/824382#M5020</link>
      <description>Dear Gennady,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;many thanks for your answer. This is not my case. My application links against&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;libiomp5md.lib&lt;/DIV&gt;&lt;DIV&gt;mkl_intel_c_dll.lib&lt;/DIV&gt;&lt;DIV&gt;mkl_intel_thread_dll.lib&lt;/DIV&gt;&lt;DIV&gt;mkl_core_dll.lib&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;My application containts two custom DLLs, one depending on another, which both link againstlibiomp5md.lib. Is this a problem?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Alex&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Jan 2012 17:43:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/OMP-Error-15-Initializing-libiomp5mt-lib-but-found-libiomp5mt/m-p/824382#M5020</guid>
      <dc:creator>Alexander_Schiftner</dc:creator>
      <dc:date>2012-01-25T17:43:32Z</dc:date>
    </item>
    <item>
      <title>OMP: Error #15: Initializing libiomp5mt.lib, but found libiomp5</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/OMP-Error-15-Initializing-libiomp5mt-lib-but-found-libiomp5mt/m-p/824383#M5021</link>
      <description>It's a problem if libiomp5mt.lib is also linked in, as your error message indicates. Nowhere should there be a reference to libiomp5mt (or openmplink:static), as presence of both creates the situation referred to in the message.</description>
      <pubDate>Wed, 25 Jan 2012 20:19:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/OMP-Error-15-Initializing-libiomp5mt-lib-but-found-libiomp5mt/m-p/824383#M5021</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2012-01-25T20:19:00Z</dc:date>
    </item>
  </channel>
</rss>

