<?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 where are you looking for mkl in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984270#M17667</link>
    <description>&lt;P&gt;where are you looking for&amp;nbsp;mkl_serv_deallocate? into the header files? this is internal service functions and we don't provide the API for this routine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fortran Composer 2013 contains the version of MKL 11.0.&lt;/P&gt;
&lt;P&gt;1)what i suggest you to find the cause of the problem - please try to put the executable into directory where all mkl's 64 bit dll were installed. e.g - in my case&amp;nbsp;"C: ...l\Composer XE 2013\redist\intel64\mkl\" &amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) temporarily put into this directory the&amp;nbsp;libiomp5md.dll &amp;nbsp; from &amp;nbsp;"C...l\Composer XE 2013\redist\intel64\compiler\"&lt;/P&gt;
&lt;P&gt;and then try to launch theexecutable form there. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Feb 2013 10:25:43 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2013-02-01T10:25:43Z</dc:date>
    <item>
      <title>The procedure entry point mkl_serv_deallocate could not be located</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984259#M17656</link>
      <description>&lt;P&gt;I have just upgraded to&amp;nbsp;Intel Visual Fortran Composer XE 2013. However I found that my sample code cannot run due to this error:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;The procedure entry point mkl_serv_deallocate could not be located in the dynamioc link library mkl_intel_thread.dll&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Previously, this sample runs fine with Intel Visual Fortran version 11. Any reason for this wierd error?&lt;/P&gt;
&lt;P&gt;I attach the screenshot and a sample file for your perusual.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am running Windows 7 Intel(R) Core(TM) i7 CPU, 64 bit OS.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2013 06:23:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984259#M17656</guid>
      <dc:creator>Ngu_Soon_Hui</dc:creator>
      <dc:date>2013-01-04T06:23:47Z</dc:date>
    </item>
    <item>
      <title>into fortran64.vfproj, I see</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984260#M17657</link>
      <description>into fortran64.vfproj, I see the following :
Name="VFLinkerTool" SuppressStartupBanner="true" AdditionalLibraryDirectories="C:\Program Files\Intel\Compiler\11.0\066\fortran\mkl\em64t\lib" SubSystem="subSystemConsole"/&amp;gt;
     You need to change accordingly the installation into your case. 
as an example:  AdditionalLibraryDirectories="C:\Program Files\Intel\Intel\Composer XE 2013\mkl\lib\intel64"</description>
      <pubDate>Mon, 07 Jan 2013 10:42:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984260#M17657</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-01-07T10:42:46Z</dc:date>
    </item>
    <item>
      <title>I have fixed the reference,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984261#M17658</link>
      <description>&lt;P&gt;I have fixed the reference, but it seems that the same problem still occurs. I have attached the project again for your understanding.&lt;/P&gt;
&lt;P&gt;Just to show you all the vfproj compile option:&lt;/P&gt;
&lt;P&gt;for fortran:&amp;nbsp;/nologo /O2 /I"C:\Program Files (x86)\Intel\Composer XE 2013\compiler\include" /I"E:\Development\E7 .Net2\EigenSolverForHelp\arpack\x64\Debug" /module:"x64\Debug\\" /object:"x64\Debug\\" /Fd"x64\Debug\vc110.pdb" /libs:dll /threads /dbglibs /c&lt;/P&gt;
&lt;P&gt;for linker:/OUT:"x64\Debug\fortran64.exe" /NOLOGO /LIBPATH:"C:\Program Files (x86)\Intel\Composer XE 2013\mkl\lib\intel64" /LIBPATH:"E:\Development\E7 .Net2\EigenSolverForHelp\arpack\Debug" /MANIFEST /MANIFESTFILE:"E:\Development\E7 .Net2\EigenSolverForHelp\fortranexample\x64\Debug\fortran64.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /SUBSYSTEM:CONSOLE /IMPLIB:"E:\Development\E7 .Net2\EigenSolverForHelp\fortranexample\x64\Debug\fortran64.lib" mkl_intel_lp64_dll.lib mkl_intel_thread_dll.lib &amp;nbsp;mkl_core_dll.lib libiomp5md.lib&lt;/P&gt;
&lt;P&gt;As you can see above, all of them are now pointed to the correct path.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 02:57:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984261#M17658</guid>
      <dc:creator>Ngu_Soon_Hui</dc:creator>
      <dc:date>2013-01-17T02:57:48Z</dc:date>
    </item>
    <item>
      <title>based on the linker and</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984262#M17659</link>
      <description>&lt;P&gt;based on the linker and compile lines - all look correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see this is the MVSC 11 (Microsoft Visual Studio Solution File, Format Version 11.00 &amp;nbsp;) wich is not installed installed right now - do you have opportunities to give the 2010 solution?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 04:43:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984262#M17659</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-01-17T04:43:08Z</dc:date>
    </item>
    <item>
      <title>Hi, I don't have the VS 2010.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984263#M17660</link>
      <description>&lt;P&gt;Hi, I don't have the VS 2010... does it matter? It shouldn't matter, right?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2013 02:26:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984263#M17660</guid>
      <dc:creator>Ngu_Soon_Hui</dc:creator>
      <dc:date>2013-01-25T02:26:20Z</dc:date>
    </item>
    <item>
      <title>May I know what to do in this</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984264#M17661</link>
      <description>&lt;P&gt;May I know what to do in this case? The more I look at it, the more I think that installing VS 2010 on my machine is not really a viable solution. I would need to distribute my code to my clients, and many of them who are not programmers. So If my code requires VS 2010 to work, then I would be in a very hard situation.&lt;/P&gt;
&lt;P&gt;Do you think this problem can be fixed by installing some C++ prerequisite packages?&lt;/P&gt;
&lt;P&gt;P/S: I did not receive notification when someone replied to my thread, anyway to fix this?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2013 02:31:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984264#M17661</guid>
      <dc:creator>Ngu_Soon_Hui</dc:creator>
      <dc:date>2013-01-25T02:31:00Z</dc:date>
    </item>
    <item>
      <title>I don't think this is the VS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984265#M17662</link>
      <description>&lt;P&gt;I don't think this is the VS studio problem. the solution you gave based on VS2012 with is not available on my side, therefore I cannot reproduce the issue. that's why I asked if it possible to give the VS2010 example. in your case, can you try, as an example, to build your example statically and check how it will work?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regard to notification - Notification doesn't work at this moment. We are working on that probem.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2013 10:08:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984265#M17662</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-01-25T10:08:50Z</dc:date>
    </item>
    <item>
      <title>Quote:Gennady Fedorov (Intel)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984266#M17663</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Gennady Fedorov (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I don't think this is the VS studio problem. the solution you gave based on VS2012 with is not available on my side, therefore I cannot reproduce the issue. that's why I asked if it possible to give the VS2010 example. in your case, can you try, as an example, to build your example statically and check how it will work?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I ran the /x64/fortran64.exe on a Windows 7 64 bit machine, and I this error. So I use dependency walker to look into the fortran64.exe, and I found that the&amp;nbsp;ieshims.dll is missing&amp;nbsp;&lt;A href="http://social.technet.microsoft.com/Forums/en-US/w7itproinstall/thread/8a751f65-ade9-4b8b-a3d3-c720ccbd3d2c?Name=w7itproinstall&amp;amp;outputAs=rss"&gt;&lt;IMG src="http://i1.social.s-msft.com/globalresources/Images/trans.gif?cver=0%0d%0a" /&gt;&lt;/A&gt;as shown in the screenshot.&lt;/P&gt;
&lt;P&gt;Any idea how to fix this?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2013 02:56:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984266#M17663</guid>
      <dc:creator>Ngu_Soon_Hui</dc:creator>
      <dc:date>2013-02-01T02:56:37Z</dc:date>
    </item>
    <item>
      <title>Quote:Gennady Fedorov (Intel)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984267#M17664</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Gennady Fedorov (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I don't think this is the VS studio problem. the solution you gave based on VS2012 with is not available on my side, therefore I cannot reproduce the issue. that's why I asked if it possible to give the VS2010 example. in your case, can you try, as an example, to build your example statically and check how it will work?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I ran the /x64/fortran64.exe on a Windows 7 64 bit machine, and I this error. So I use dependency walker to look into the fortran64.exe, and I found that the&amp;nbsp;ieshims.dll is missing&amp;nbsp;&lt;A href="http://social.technet.microsoft.com/Forums/en-US/w7itproinstall/thread/8a751f65-ade9-4b8b-a3d3-c720ccbd3d2c?Name=w7itproinstall&amp;amp;outputAs=rss"&gt;&lt;IMG src="http://i1.social.s-msft.com/globalresources/Images/trans.gif?cver=0%0d%0a" /&gt;&lt;/A&gt;as shown in the screenshot.&lt;/P&gt;
&lt;P&gt;Any idea how to fix this?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2013 02:57:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984267#M17664</guid>
      <dc:creator>Ngu_Soon_Hui</dc:creator>
      <dc:date>2013-02-01T02:57:00Z</dc:date>
    </item>
    <item>
      <title>This is a screenshot of the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984268#M17665</link>
      <description>&lt;P&gt;This is a screenshot of the dependency walker. This is what happens when I look into \x64\fortran64.exe on a 64 bit machine. As you can see, it is an ieframe.dll error, with the error&lt;/P&gt;
&lt;P&gt;"Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module."&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2013 08:35:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984268#M17665</guid>
      <dc:creator>Ngu_Soon_Hui</dc:creator>
      <dc:date>2013-02-01T08:35:20Z</dc:date>
    </item>
    <item>
      <title>I think I have some findings</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984269#M17666</link>
      <description>&lt;P&gt;I think I have some findings on this,&lt;/P&gt;
&lt;P&gt;when I view the "C:\Program Files (x86)\Intel\Compiler\11.0\066\fortran\mkl\em64t\bin\mkl_intel_thread.dll" in dependency walker, I cannot find the "mkl_serv_deallocate" method! Obviously, my mkl_intel_thread.dll is of the wrong version.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any reason why this is so?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am using Intel Visual Fortran Composer XE 2013.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2013 08:55:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984269#M17666</guid>
      <dc:creator>Ngu_Soon_Hui</dc:creator>
      <dc:date>2013-02-01T08:55:44Z</dc:date>
    </item>
    <item>
      <title>where are you looking for mkl</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984270#M17667</link>
      <description>&lt;P&gt;where are you looking for&amp;nbsp;mkl_serv_deallocate? into the header files? this is internal service functions and we don't provide the API for this routine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fortran Composer 2013 contains the version of MKL 11.0.&lt;/P&gt;
&lt;P&gt;1)what i suggest you to find the cause of the problem - please try to put the executable into directory where all mkl's 64 bit dll were installed. e.g - in my case&amp;nbsp;"C: ...l\Composer XE 2013\redist\intel64\mkl\" &amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) temporarily put into this directory the&amp;nbsp;libiomp5md.dll &amp;nbsp; from &amp;nbsp;"C...l\Composer XE 2013\redist\intel64\compiler\"&lt;/P&gt;
&lt;P&gt;and then try to launch theexecutable form there. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2013 10:25:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984270#M17667</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-02-01T10:25:43Z</dc:date>
    </item>
    <item>
      <title>Quote:Gennady Fedorov (Intel)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984271#M17668</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Gennady Fedorov (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;where are you looking for&amp;nbsp;mkl_serv_deallocate? into the header files? this is internal service functions and we don't provide the API for this routine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fortran Composer 2013 contains the version of MKL 11.0.&lt;/P&gt;
&lt;P&gt;1)what i suggest you to find the cause of the problem - please try to put the executable into directory where all mkl's 64 bit dll were installed. e.g - in my case&amp;nbsp;"C: ...l\Composer XE 2013\redist\intel64\mkl\" &amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) temporarily put into this directory the&amp;nbsp;libiomp5md.dll &amp;nbsp; from &amp;nbsp;"C...l\Composer XE 2013\redist\intel64\compiler\"&lt;/P&gt;
&lt;P&gt;and then try to launch theexecutable form there. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Your tips work, thanks.&lt;/P&gt;
&lt;P&gt;I think I know how to reproduce this problem:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;First install an old version of intel visual fortran, maybe version 11?&lt;/LI&gt;
&lt;LI&gt;The PATH variable of that computer will be assigned one more entry, such as this ""C: ...l\compiler 11.0\redist\intel64\mkl\". This is correct&lt;/LI&gt;
&lt;LI&gt;Then uninstall version 11, and reinstall Fortran Composer 2013. Now the above entry is NOT updated to&amp;nbsp;&amp;nbsp;"C: ...l\Composer XE 2013\redist\intel64\mkl\". But it should!&lt;/LI&gt;
&lt;LI&gt;Or else it will cause the problem I see.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 07 Feb 2013 01:58:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984271#M17668</guid>
      <dc:creator>Ngu_Soon_Hui</dc:creator>
      <dc:date>2013-02-07T01:58:06Z</dc:date>
    </item>
    <item>
      <title>The same problem and the same</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984272#M17669</link>
      <description>&lt;P&gt;The same problem and the same solution with the "Path" system variable. Thank you very much!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 06:38:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984272#M17669</guid>
      <dc:creator>Konstantin_S_1</dc:creator>
      <dc:date>2014-11-28T06:38:52Z</dc:date>
    </item>
    <item>
      <title>This problem has been</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984273#M17670</link>
      <description>&lt;P&gt;This problem has been reported repeatedly by various users over the years. To have to uninstall and reinstall a compiler or libraries to correct it is not good practice. In my case the path is set correctly and DependencyWalker clearly shows that the problem is that neither MKL_INTEL_THREAD.DLL nor MKL_CORE.DLL can find the required entry points. The libraries are all 64 bit the application is 64 bit and it is running under Visual Studio 2017 on a 64 bit Windows 10 installation. The application is directly from the Intel publication and no other application shows this problem.&lt;/P&gt;&lt;P&gt;Does anyone have a reliable solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 01:31:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984273#M17670</guid>
      <dc:creator>George_P_</dc:creator>
      <dc:date>2020-03-10T01:31:04Z</dc:date>
    </item>
    <item>
      <title>Careful checking of the path</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984274#M17671</link>
      <description>&lt;P&gt;Careful checking of the path (as tedious as that is) eventually corrected the issue.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 01:51:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/The-procedure-entry-point-mkl-serv-deallocate-could-not-be/m-p/984274#M17671</guid>
      <dc:creator>George_P_</dc:creator>
      <dc:date>2020-03-10T01:51:12Z</dc:date>
    </item>
  </channel>
</rss>

