<?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 functions in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-functions/m-p/987960#M17872</link>
    <description>The calls to dgetri &amp;amp; dgetrf, two functions in the MKL library are going unheeded. I keep getting an error something like &lt;B&gt;"undefined refernce to dgetri_"&lt;/B&gt;. I am lnking the following libraries. 

Heres a sample of the &lt;I&gt;code&lt;/I&gt; from the makefile

&lt;I&gt;
LIBS = -L$(LIB_PATH) -lmkl_lapack32 -lmkl_p4 -lmkl_def 
        -llpthread

ifc -o myprog $(OBJECT_FILES) $(LIBS)
&lt;/I&gt;

I checked the calls and made sure it complies with what is there in the MKL reference manual.

Am I linking the Lapack library wrong? Does evaluation version of MKL contain all the function mentioned in the MKL refernce Manual? 

Any help is appreciated.
Thanks</description>
    <pubDate>Fri, 27 Jun 2003 01:03:32 GMT</pubDate>
    <dc:creator>newguy</dc:creator>
    <dc:date>2003-06-27T01:03:32Z</dc:date>
    <item>
      <title>MKL functions</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-functions/m-p/987960#M17872</link>
      <description>The calls to dgetri &amp;amp; dgetrf, two functions in the MKL library are going unheeded. I keep getting an error something like &lt;B&gt;"undefined refernce to dgetri_"&lt;/B&gt;. I am lnking the following libraries. 

Heres a sample of the &lt;I&gt;code&lt;/I&gt; from the makefile

&lt;I&gt;
LIBS = -L$(LIB_PATH) -lmkl_lapack32 -lmkl_p4 -lmkl_def 
        -llpthread

ifc -o myprog $(OBJECT_FILES) $(LIBS)
&lt;/I&gt;

I checked the calls and made sure it complies with what is there in the MKL reference manual.

Am I linking the Lapack library wrong? Does evaluation version of MKL contain all the function mentioned in the MKL refernce Manual? 

Any help is appreciated.
Thanks</description>
      <pubDate>Fri, 27 Jun 2003 01:03:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-functions/m-p/987960#M17872</guid>
      <dc:creator>newguy</dc:creator>
      <dc:date>2003-06-27T01:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: MKL functions</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-functions/m-p/987961#M17873</link>
      <description>I did "nm" on all mkl libs and found that defn is present only in libmkl_lapack64.so.
Please try linking this lib with your application.

CP</description>
      <pubDate>Fri, 27 Jun 2003 12:12:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-functions/m-p/987961#M17873</guid>
      <dc:creator>cp_jain</dc:creator>
      <dc:date>2003-06-27T12:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: MKL functions</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-functions/m-p/987962#M17874</link>
      <description>I expect the original poster was running 32-bit linux, and so switching to ia64 mkl wouldn't help.  He didn't show whether the mkl library directory was on his library search path.  Normally, mkl expects basic knowledge about such things, as it doesn't set itself up automatically.</description>
      <pubDate>Fri, 27 Jun 2003 20:00:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-functions/m-p/987962#M17874</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2003-06-27T20:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: MKL functions</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-functions/m-p/987963#M17875</link>
      <description>Thanks I got it. I did have the proper directories in the search path. I removed all the libraies i had linked to before and just put in "-lmkl_lapack" &amp;amp; "-lmkl_ia32".</description>
      <pubDate>Fri, 27 Jun 2003 21:37:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-functions/m-p/987963#M17875</guid>
      <dc:creator>newguy</dc:creator>
      <dc:date>2003-06-27T21:37:10Z</dc:date>
    </item>
  </channel>
</rss>

