<?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 is the mkl_lapacke.h file? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/where-is-the-mkl-lapacke-h-file/m-p/763040#M48</link>
    <description>Nevermind, I found it.</description>
    <pubDate>Sat, 23 Apr 2011 08:05:58 GMT</pubDate>
    <dc:creator>manubaum</dc:creator>
    <dc:date>2011-04-23T08:05:58Z</dc:date>
    <item>
      <title>where is the mkl_lapacke.h file?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/where-is-the-mkl-lapacke-h-file/m-p/763036#M44</link>
      <description>I try to make this (&lt;A href="http://software.intel.com/sites/products/documentation/hpc/mkl/lapack/mkl_lapack_examples/lapacke_dgesvd_col.c.htm"&gt;http://software.intel.com/sites/products/documentation/hpc/mkl/lapack/mkl_lapack_examples/lapacke_dgesvd_col.c.htm&lt;/A&gt;) example working. I am using the Intel Compiler in Version 11.1 but just can't find this file!&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Therefore&lt;/DIV&gt;&lt;DIV&gt;- where can I get the mkl_lapacke.h file&lt;/DIV&gt;&lt;DIV&gt;- how to compile the example above (I am aware of the linking advisor)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks in advance.&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Apr 2011 19:27:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/where-is-the-mkl-lapacke-h-file/m-p/763036#M44</guid>
      <dc:creator>manubaum</dc:creator>
      <dc:date>2011-04-14T19:27:57Z</dc:date>
    </item>
    <item>
      <title>where is the mkl_lapacke.h file?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/where-is-the-mkl-lapacke-h-file/m-p/763037#M45</link>
      <description>&lt;P&gt;The mkl_lapacke.h header is for the C interface to LAPACK. That was added in Intel MKL 10.3 which is a part of the Intel Composer XE 2011 product introduced latelast year. I'm afraid that's why you're not finding it it in version 11.1. I'd encourage you to take a look at the latest version, but if notyou'll need to modify this example to call the Fortran interface. To that end the &lt;A href="http://software.intel.com/sites/products/documentation/hpc/mkl/userguides/mkl_userguide_lnx/index.htm"&gt;User Guide &lt;/A&gt;might help. See the following section:&lt;/P&gt;&lt;P&gt;Language-specific Usage Option&lt;BR /&gt;-&amp;gt; Mixed-language Programming with the Intel Math Kernel Library&lt;BR /&gt;----&amp;gt; Calling LAPACK, BLAS, and CBLAS Routines from C/C++ Language Environments&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2011 21:33:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/where-is-the-mkl-lapacke-h-file/m-p/763037#M45</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2011-04-14T21:33:05Z</dc:date>
    </item>
    <item>
      <title>where is the mkl_lapacke.h file?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/where-is-the-mkl-lapacke-h-file/m-p/763038#M46</link>
      <description>The prebuilt lapack_e library was not available until MKL 10.3 was released, but if you do not mind taking the trouble to build it yourself (which should take just a few minutes), the source code is available on Netlib:&lt;BR /&gt; &lt;BR /&gt; &lt;A href="http://netlib.org/lapack/#_standard_c_language_apis_for_lapack" target="_blank"&gt;http://netlib.org/lapack/#_standard_c_language_apis_for_lapack&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;through the benevolence of Intel.&lt;BR /&gt;&lt;BR /&gt;Note, in addition, that it is not enough to obtain the header file, which is needed at compile time; you also need the library available at link time.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Apr 2011 05:44:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/where-is-the-mkl-lapacke-h-file/m-p/763038#M46</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-04-15T05:44:04Z</dc:date>
    </item>
    <item>
      <title>where is the mkl_lapacke.h file?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/where-is-the-mkl-lapacke-h-file/m-p/763039#M47</link>
      <description>I installed the Composer XE 2011 (2011.2.137), but there is still no mkl_lapacke.h file!!!</description>
      <pubDate>Tue, 19 Apr 2011 07:17:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/where-is-the-mkl-lapacke-h-file/m-p/763039#M47</guid>
      <dc:creator>manubaum</dc:creator>
      <dc:date>2011-04-19T07:17:50Z</dc:date>
    </item>
    <item>
      <title>where is the mkl_lapacke.h file?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/where-is-the-mkl-lapacke-h-file/m-p/763040#M48</link>
      <description>Nevermind, I found it.</description>
      <pubDate>Sat, 23 Apr 2011 08:05:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/where-is-the-mkl-lapacke-h-file/m-p/763040#M48</guid>
      <dc:creator>manubaum</dc:creator>
      <dc:date>2011-04-23T08:05:58Z</dc:date>
    </item>
  </channel>
</rss>

