<?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: Lapack functions in MKL in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Lapack-functions-in-MKL/m-p/974167#M16955</link>
    <description>&lt;DIV&gt;Depending on the version of MKL you are using you should need to only link mkl_s.lib provided the library directory is on your path, even if set by the linker. I just tried this with the Intel compiler (linking mkl_c.lib) and the program linked properly. In my case I copied exampleslapacksourcesormqrx.f to the lapack directory and executed this line with the associated output:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;C:mklMKL6.0exampleslapack&amp;gt;ifl sormqrx.f /link /libpath:....ia32lib ....&lt;BR /&gt;ia32libmkl_c.lib liblapack32_intel.lib&lt;BR /&gt;Intel Fortran Compiler for 32-bit applications, Version 7.0 Build 20021028Z&lt;/DIV&gt;
&lt;DIV&gt;Copyright (C) 1985-2002 Intel Corporation. All rights reserved.&lt;/DIV&gt;
&lt;DIV&gt;EPC Fortran-95 Version F95 Intel:200200:131124&lt;BR /&gt;Copyright (c) 1993-2000 EPCL. All Rights Reserved.&lt;BR /&gt;sormqrx.f&lt;BR /&gt; main program&lt;/DIV&gt;
&lt;DIV&gt;55 Lines Compiled&lt;BR /&gt;Microsoft  Incremental Linker Version 6.00.8168&lt;BR /&gt;Copyright (C) Microsoft Corp 1992-1998. All rights reserved.&lt;/DIV&gt;
&lt;DIV&gt;-out:sormqrx.exe&lt;BR /&gt;/libpath:....ia32lib&lt;BR /&gt;....ia32libmkl_c.lib&lt;BR /&gt;liblapack32_intel.lib&lt;BR /&gt;sormqrx.obj&lt;BR /&gt;&lt;/DIV&gt;
&lt;P&gt;Bruce&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jan 2004 02:58:52 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2004-01-20T02:58:52Z</dc:date>
    <item>
      <title>Lapack functions in MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Lapack-functions-in-MKL/m-p/974166#M16954</link>
      <description>I'm using SGEQPF, SORMQR and SPOTRF functions from the Lapack library. I have downloaded and connected the trial version of the Intel MKL (I use mkl_s.lib mkl_lapack.lib mkl_ia32.lib). All BLAS functions (SAXPY, SDOT, etc.) are linked well, but I cannot link SGEQPF, SORMQR and SPOTRF. &lt;BR /&gt;&lt;BR /&gt;Which library should I have for SGEQPF, SORMQR and SPOTRF?</description>
      <pubDate>Mon, 19 Jan 2004 20:33:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Lapack-functions-in-MKL/m-p/974166#M16954</guid>
      <dc:creator>Deleted_U_Intel</dc:creator>
      <dc:date>2004-01-19T20:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Lapack functions in MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Lapack-functions-in-MKL/m-p/974167#M16955</link>
      <description>&lt;DIV&gt;Depending on the version of MKL you are using you should need to only link mkl_s.lib provided the library directory is on your path, even if set by the linker. I just tried this with the Intel compiler (linking mkl_c.lib) and the program linked properly. In my case I copied exampleslapacksourcesormqrx.f to the lapack directory and executed this line with the associated output:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;C:mklMKL6.0exampleslapack&amp;gt;ifl sormqrx.f /link /libpath:....ia32lib ....&lt;BR /&gt;ia32libmkl_c.lib liblapack32_intel.lib&lt;BR /&gt;Intel Fortran Compiler for 32-bit applications, Version 7.0 Build 20021028Z&lt;/DIV&gt;
&lt;DIV&gt;Copyright (C) 1985-2002 Intel Corporation. All rights reserved.&lt;/DIV&gt;
&lt;DIV&gt;EPC Fortran-95 Version F95 Intel:200200:131124&lt;BR /&gt;Copyright (c) 1993-2000 EPCL. All Rights Reserved.&lt;BR /&gt;sormqrx.f&lt;BR /&gt; main program&lt;/DIV&gt;
&lt;DIV&gt;55 Lines Compiled&lt;BR /&gt;Microsoft  Incremental Linker Version 6.00.8168&lt;BR /&gt;Copyright (C) Microsoft Corp 1992-1998. All rights reserved.&lt;/DIV&gt;
&lt;DIV&gt;-out:sormqrx.exe&lt;BR /&gt;/libpath:....ia32lib&lt;BR /&gt;....ia32libmkl_c.lib&lt;BR /&gt;liblapack32_intel.lib&lt;BR /&gt;sormqrx.obj&lt;BR /&gt;&lt;/DIV&gt;
&lt;P&gt;Bruce&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2004 02:58:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Lapack-functions-in-MKL/m-p/974167#M16955</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-01-20T02:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Lapack functions in MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Lapack-functions-in-MKL/m-p/974168#M16956</link>
      <description>&lt;DIV&gt;From a distance this is difficult to analyze. In this case I would suggest submitting the issue to &lt;A href="http://premier.intel.com" target="_blank"&gt;http://premier.intel.com&lt;/A&gt;. You should provide enough code for us to replicate the problem, if possible. It is always possible that there is a problem with the library code and your example may expose that.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Bruce&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Feb 2004 00:39:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Lapack-functions-in-MKL/m-p/974168#M16956</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-02-24T00:39:53Z</dc:date>
    </item>
  </channel>
</rss>

