<?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 mkl_def.so is not found in Intel MKL library 2019 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-def-so-is-not-found-in-Intel-MKL-library-2019/m-p/1189386#M29673</link>
    <description>&lt;P&gt;mkl_def.so is not found in Intel MKL library 2019 or 2020 for linux 32 bit. We have been using using Intel MKL library an older version ( a very old version released sometime in 2012 ) and now trying to upgrade it to latest one. We are finding issue on Linux 32 bit as getting compilation error mkl_def.so ( gcc 6.3 C++ ). We checked and found that the file mkl_def.so is included in Linux 64 bit package but not in Linux 32 bit package of intel MKL. Please suggest how to fix the issue&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jul 2020 17:29:31 GMT</pubDate>
    <dc:creator>Binay</dc:creator>
    <dc:date>2020-07-03T17:29:31Z</dc:date>
    <item>
      <title>mkl_def.so is not found in Intel MKL library 2019</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-def-so-is-not-found-in-Intel-MKL-library-2019/m-p/1189386#M29673</link>
      <description>&lt;P&gt;mkl_def.so is not found in Intel MKL library 2019 or 2020 for linux 32 bit. We have been using using Intel MKL library an older version ( a very old version released sometime in 2012 ) and now trying to upgrade it to latest one. We are finding issue on Linux 32 bit as getting compilation error mkl_def.so ( gcc 6.3 C++ ). We checked and found that the file mkl_def.so is included in Linux 64 bit package but not in Linux 32 bit package of intel MKL. Please suggest how to fix the issue&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 17:29:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-def-so-is-not-found-in-Intel-MKL-library-2019/m-p/1189386#M29673</guid>
      <dc:creator>Binay</dc:creator>
      <dc:date>2020-07-03T17:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_def.so is not found in Intel MKL library 2019</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-def-so-is-not-found-in-Intel-MKL-library-2019/m-p/1189731#M29680</link>
      <description>&lt;P&gt;Could you show us how do you link your application on ia32 based system?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 03:25:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-def-so-is-not-found-in-Intel-MKL-library-2019/m-p/1189731#M29680</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-07-06T03:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_def.so is not found in Intel MKL library 2019</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-def-so-is-not-found-in-Intel-MKL-library-2019/m-p/1190695#M29725</link>
      <description>&lt;P&gt;Could you please let us know that why you guys have removed libmkl_def.so from ia32 ?&lt;/P&gt;
&lt;P&gt;We have followed the Intel link line advisor to link our application in 32bit.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 15:27:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-def-so-is-not-found-in-Intel-MKL-library-2019/m-p/1190695#M29725</guid>
      <dc:creator>JaiKrishna</dc:creator>
      <dc:date>2020-07-08T15:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_def.so is not found in Intel MKL library 2019</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-def-so-is-not-found-in-Intel-MKL-library-2019/m-p/1190893#M29731</link>
      <description>&lt;P&gt;it is some kind of renaming:&lt;/P&gt;
&lt;P&gt;for ia32 IA:&amp;nbsp; libmkl_p4.so == libmkl_def.so ( the default for SSE@ enabled processors)&lt;/P&gt;
&lt;P&gt;therefore your application should migrate to using the latest versions w/o a problem.&lt;/P&gt;
&lt;P&gt;for intel64 - yes we provide the same library but with the libmkl_def.so name&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 05:16:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-def-so-is-not-found-in-Intel-MKL-library-2019/m-p/1190893#M29731</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-07-09T05:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_def.so is not found in Intel MKL library 2019</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-def-so-is-not-found-in-Intel-MKL-library-2019/m-p/1190895#M29732</link>
      <description>&lt;P&gt;and here are the links to the MKL Developer Guide for your references:&lt;/P&gt;
&lt;P&gt;ia32&lt;/P&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/mkl-linux-developer-guide/top/appendix-c-directory-structure-in-detail/detailed-structure-of-the-ia-32-architecture-directories/dynamic-libraries-in-the-lib-ia32-lin-directory.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/mkl-linux-developer-guide/top/appendix-c-directory-structure-in-detail/detailed-structure-of-the-ia-32-architecture-directories/dynamic-libraries-in-the-lib-ia32-lin-directory.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;intel64:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/mkl-linux-developer-guide/top/appendix-c-directory-structure-in-detail/detailed-structure-of-the-intel-64-architecture-directories/dynamic-libraries-in-the-lib-intel64-lin-directory.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/mkl-linux-developer-guide/top/appendix-c-directory-structure-in-detail/detailed-structure-of-the-intel-64-architecture-directories/dynamic-libraries-in-the-lib-intel64-lin-directory.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 05:26:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-def-so-is-not-found-in-Intel-MKL-library-2019/m-p/1190895#M29732</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-07-09T05:26:36Z</dc:date>
    </item>
  </channel>
</rss>

