<?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   in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Entry-point-mkl-serv-check-ptr-and-warn-not-located-in-mkl-core/m-p/1068885#M22100</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hi Ying,&lt;/P&gt;

&lt;P&gt;The program was linked in Visual Studio 2010 professional with mkl_intel_c_dll.lib, mkl_core_dll.lib and mkl_sequential_dll.lib in \ia32\lib. It is distributed with mkl_core.dll, mkl_def.dll and mkl_sequential.dll, libiomp5md.dll and msvcr71.dll.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'll check the computer to see whether there is any newer version of the library or third party software on that workstation or use Depend.exe on that PC to check dependency. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you very much.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;jay&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2016 19:34:00 GMT</pubDate>
    <dc:creator>jayy78</dc:creator>
    <dc:date>2016-07-25T19:34:00Z</dc:date>
    <item>
      <title>Entry point mkl_serv_check_ptr_and_warn not located in mkl_core.dll</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Entry-point-mkl-serv-check-ptr-and-warn-not-located-in-mkl-core/m-p/1068883#M22098</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;We have a program that uses 32 bit version of MKL v10.2.6.037. The program had been tested and released for more than one year. Recently one user had this error dialog poping up saying "The procedure entry point mkl_serv_check_ptr_and_warn could not be located in the dynamic link library mkl_core.dll". But when I log on the same computer and run the program and I do not get that error. I've also checked that mkl_core.dll has only "mkl_serv_check_ptr".&lt;/P&gt;

&lt;P&gt;Just wondering any one know why mkl_serv_check_ptr_and_warn is called instead of mkl_serv_check_ptr, and which dll has "mkl_serv_check_ptr_and_warn"?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;thanks!&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 19:22:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Entry-point-mkl-serv-check-ptr-and-warn-not-located-in-mkl-core/m-p/1068883#M22098</guid>
      <dc:creator>jayy78</dc:creator>
      <dc:date>2016-07-21T19:22:40Z</dc:date>
    </item>
    <item>
      <title>Hello, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Entry-point-mkl-serv-check-ptr-and-warn-not-located-in-mkl-core/m-p/1068884#M22099</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Could you please tell how do you link mkl library in your program? &amp;nbsp;&lt;/P&gt;

&lt;P&gt;I check the symbols and &amp;nbsp;the version information from&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="https://software.intel.com/en-us/articles/which-version-of-the-intel-ipp-intel-mkl-and-intel-tbb-libraries-are-included-in-the-intel" target="_blank"&gt;https://software.intel.com/en-us/articles/which-version-of-the-intel-ipp-intel-mkl-and-intel-tbb-libraries-are-included-in-the-intel&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp;mkl_serv_check_ptr was in early version&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;and &amp;nbsp;&lt;/SPAN&gt;mkl_serv_check_ptr_and_warn&amp;nbsp;was added in composer 2015 version.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;So from the error, may some other MKL version (or mkl embeded in third party) &amp;nbsp;in the user's machine?&lt;/P&gt;

&lt;P&gt;If in windows, you may use the MSVC Depend.exe tool to check the linked dynamic library.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 06:28:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Entry-point-mkl-serv-check-ptr-and-warn-not-located-in-mkl-core/m-p/1068884#M22099</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-07-25T06:28:47Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Entry-point-mkl-serv-check-ptr-and-warn-not-located-in-mkl-core/m-p/1068885#M22100</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hi Ying,&lt;/P&gt;

&lt;P&gt;The program was linked in Visual Studio 2010 professional with mkl_intel_c_dll.lib, mkl_core_dll.lib and mkl_sequential_dll.lib in \ia32\lib. It is distributed with mkl_core.dll, mkl_def.dll and mkl_sequential.dll, libiomp5md.dll and msvcr71.dll.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'll check the computer to see whether there is any newer version of the library or third party software on that workstation or use Depend.exe on that PC to check dependency. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you very much.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;jay&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 19:34:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Entry-point-mkl-serv-check-ptr-and-warn-not-located-in-mkl-core/m-p/1068885#M22100</guid>
      <dc:creator>jayy78</dc:creator>
      <dc:date>2016-07-25T19:34:00Z</dc:date>
    </item>
  </channel>
</rss>

