<?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: Link an example of Lapack in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-an-example-of-Lapack/m-p/919841#M12879</link>
    <description />
    <pubDate>Sat, 15 Jan 2005 04:24:37 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2005-01-15T04:24:37Z</dc:date>
    <item>
      <title>Link an example of Lapack</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-an-example-of-Lapack/m-p/919840#M12878</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I tried to compile and linkzgetrsx.f in the lapack example. When I used &lt;/DIV&gt;
&lt;DIV&gt;link zgetrsx.obj mkl_s.lib&lt;/DIV&gt;
&lt;DIV&gt;there was an error message: &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;zgetrsx.obj : error LNK2019: unresolved external symbol _X04DBF referenced in function _MAIN__&lt;BR /&gt;zgetrsx.exe : fatal error LNK1120: 1 unresolved externals&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Do you know what's wrong? &lt;/DIV&gt;&lt;P&gt;Message Edited by myuan@syr.edu on &lt;SPAN class="date_text"&gt;01-09-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;09:04 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2005 13:03:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-an-example-of-Lapack/m-p/919840#M12878</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2005-01-10T13:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Link an example of Lapack</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-an-example-of-Lapack/m-p/919841#M12879</link>
      <description />
      <pubDate>Sat, 15 Jan 2005 04:24:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-an-example-of-Lapack/m-p/919841#M12879</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2005-01-15T04:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Link an example of Lapack</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-an-example-of-Lapack/m-p/919842#M12880</link>
      <description>There is a library of support functions which are needed for the examples. This can be found in /examples/lapack/lib.

However, we have simplified the building of the examples with a make file.

I built this example for Windows so my example below is based on that but it isn't much different to do this for Linux.

Here is a copy of my build of the example for dgetrf:

C:mklMKL72exampleslapack&amp;gt;nmake lib32 function=dgetrf+

Microsoft  Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        set lib=....ia32lib;lib;%lib%
 DGETRF Example Program Results

 Details of factorization
             1          2          3          4
 1      5.2500    -2.9500    -0.9500    -3.8000
 2      0.3429     3.8914     2.3757     0.4129
 3      0.3010    -0.4631    -1.5139     0.2948
 4     -0.2114    -0.3299     0.0047     0.1314

 IPIV
             2          2          3          4

Hope this helps.

Bruce</description>
      <pubDate>Sat, 15 Jan 2005 04:42:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-an-example-of-Lapack/m-p/919842#M12880</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2005-01-15T04:42:03Z</dc:date>
    </item>
  </channel>
</rss>

