<?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 Re: MKL problems when creating dll for Labview in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-problems-when-creating-dll-for-Labview/m-p/888767#M10210</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/19672"&gt;Vladimir Lunev (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Hello Peter,&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;As far as I see, DLL was successfully built but you have a problem at runtime: the system couldn't find libiomp5md.dll when you run your application.&lt;BR /&gt;Please check the presence of the directory &lt;MKL&gt;ia32bin in the environment variable PATH. MS Visual Studio has the suitable control to add the directory to PATH in your project.&lt;/MKL&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Note, some MKL functions require libiomp5md.dll but others do not require. Therefore Labview has no problem with dgeqr2, but system is reporting the error when you make a call to dgeqp3.&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;-Vladimir&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Thanks, it worked:) (added &lt;EM&gt;&lt;EM&gt;&lt;MKL&gt;ia32bin in windows env. variable&lt;/MKL&gt;&lt;/EM&gt;&lt;/EM&gt;)&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
    <pubDate>Fri, 05 Dec 2008 20:03:21 GMT</pubDate>
    <dc:creator>loscermos</dc:creator>
    <dc:date>2008-12-05T20:03:21Z</dc:date>
    <item>
      <title>MKL problems when creating dll for Labview</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-problems-when-creating-dll-for-Labview/m-p/888765#M10208</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;I have following problem&lt;/P&gt;
&lt;P&gt;I'm trying to create a .dll containing Lapack functions from IMKL undeer VC++ 6 for Labview 7.1&lt;/P&gt;
&lt;P&gt;I'm able to compile/create dll without any error but when using for some functions from LAPACK I'am recieving an error mesage when connceting dll to .vi saying that he couldn't find libiomp5md.dll.&lt;/P&gt;
&lt;P&gt;For exaple when using in C++ coce func:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;dgeqr2( &amp;amp;m, &amp;amp;n, a, &amp;amp;lda, b, work, &amp;amp;info );&lt;/STRONG&gt; Labview has no problems but for&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;dgeqp3( &amp;amp;m, &amp;amp;n, a, &amp;amp;lda, jpvt, tau, work, &amp;amp;lwork, &amp;amp;info );&lt;/STRONG&gt; or &lt;STRONG&gt;dgels()&lt;/STRONG&gt;... I'am recieving the error code&lt;/P&gt;
&lt;P&gt;in project I'm using following lib. as External dependencies:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;EM&gt;mkl_intel_c.lib&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;EM&gt;mkl_intel_thread.lib &lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;EM&gt;mkl_core.lib &lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;EM&gt;libiomp5md.lib&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Thanks for Help&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2008 09:43:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-problems-when-creating-dll-for-Labview/m-p/888765#M10208</guid>
      <dc:creator>loscermos</dc:creator>
      <dc:date>2008-12-05T09:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: MKL problems when creating dll for Labview</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-problems-when-creating-dll-for-Labview/m-p/888766#M10209</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/409221"&gt;loscermos&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;I have following problem&lt;/P&gt;
&lt;P&gt;I'm trying to create a .dll containing Lapack functions from IMKL undeer VC++ 6 for Labview 7.1&lt;/P&gt;
&lt;P&gt;I'm able to compile/create dll without any error but when using for some functions from LAPACK I'am recieving an error mesage when connceting dll to .vi saying that he couldn't find libiomp5md.dll.&lt;/P&gt;
&lt;P&gt;For exaple when using in C++ coce func:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;dgeqr2( &amp;amp;m, &amp;amp;n, a, &amp;amp;lda, b, work, &amp;amp;info );&lt;/STRONG&gt; Labview has no problems but for&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;dgeqp3( &amp;amp;m, &amp;amp;n, a, &amp;amp;lda, jpvt, tau, work, &amp;amp;lwork, &amp;amp;info );&lt;/STRONG&gt; or &lt;STRONG&gt;dgels()&lt;/STRONG&gt;... I'am recieving the error code&lt;/P&gt;
&lt;P&gt;in project I'm using following lib. as External dependencies:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;EM&gt;mkl_intel_c.lib&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;EM&gt;mkl_intel_thread.lib &lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;EM&gt;mkl_core.lib &lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;EM&gt;libiomp5md.lib&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Thanks for Help&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Hello Peter,&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;As far as I see, DLL was successfully built but you have a problem at runtime: the system couldn't find libiomp5md.dll when you run your application.&lt;BR /&gt;Please check the presence of the directory &lt;MKL&gt;ia32bin in the environment variable PATH. MS Visual Studio has the suitable control to add the directory to PATH in your project.&lt;/MKL&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Note, some MKL functions require libiomp5md.dll but others do not require. Therefore Labview has no problem with dgeqr2, but system is reporting the error when you make a call to dgeqp3.&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;-Vladimir&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Dec 2008 11:41:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-problems-when-creating-dll-for-Labview/m-p/888766#M10209</guid>
      <dc:creator>Vladimir_Lunev</dc:creator>
      <dc:date>2008-12-05T11:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: MKL problems when creating dll for Labview</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-problems-when-creating-dll-for-Labview/m-p/888767#M10210</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/19672"&gt;Vladimir Lunev (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Hello Peter,&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;As far as I see, DLL was successfully built but you have a problem at runtime: the system couldn't find libiomp5md.dll when you run your application.&lt;BR /&gt;Please check the presence of the directory &lt;MKL&gt;ia32bin in the environment variable PATH. MS Visual Studio has the suitable control to add the directory to PATH in your project.&lt;/MKL&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Note, some MKL functions require libiomp5md.dll but others do not require. Therefore Labview has no problem with dgeqr2, but system is reporting the error when you make a call to dgeqp3.&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;-Vladimir&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Thanks, it worked:) (added &lt;EM&gt;&lt;EM&gt;&lt;MKL&gt;ia32bin in windows env. variable&lt;/MKL&gt;&lt;/EM&gt;&lt;/EM&gt;)&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2008 20:03:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-problems-when-creating-dll-for-Labview/m-p/888767#M10210</guid>
      <dc:creator>loscermos</dc:creator>
      <dc:date>2008-12-05T20:03:21Z</dc:date>
    </item>
  </channel>
</rss>

