<?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 Whither MKL77_LAPACK module? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Whither-MKL77-LAPACK-module/m-p/910042#M12066</link>
    <description>&lt;P&gt;Why is the MKL77_LAPACK module missing from MKL 10.0.1.015?&lt;/P&gt;
&lt;P&gt;Is it also missing from MKL 10.0.2.019?&lt;/P&gt;
&lt;P&gt;Little wonder that the so called MKL_LAPACK95 interface crashes on use: a search through the source folder reveals that of 937 files there some 380 of them require MKL77_LAPACK.&lt;/P&gt;
&lt;P&gt;Gerry&lt;/P&gt;</description>
    <pubDate>Sat, 29 Mar 2008 00:37:11 GMT</pubDate>
    <dc:creator>g_f_thomas</dc:creator>
    <dc:date>2008-03-29T00:37:11Z</dc:date>
    <item>
      <title>Whither MKL77_LAPACK module?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Whither-MKL77-LAPACK-module/m-p/910042#M12066</link>
      <description>&lt;P&gt;Why is the MKL77_LAPACK module missing from MKL 10.0.1.015?&lt;/P&gt;
&lt;P&gt;Is it also missing from MKL 10.0.2.019?&lt;/P&gt;
&lt;P&gt;Little wonder that the so called MKL_LAPACK95 interface crashes on use: a search through the source folder reveals that of 937 files there some 380 of them require MKL77_LAPACK.&lt;/P&gt;
&lt;P&gt;Gerry&lt;/P&gt;</description>
      <pubDate>Sat, 29 Mar 2008 00:37:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Whither-MKL77-LAPACK-module/m-p/910042#M12066</guid>
      <dc:creator>g_f_thomas</dc:creator>
      <dc:date>2008-03-29T00:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Whither MKL77_LAPACK module?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Whither-MKL77-LAPACK-module/m-p/910043#M12067</link>
      <description>&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Gerry,&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;To use MKL_LAPACK95 interfaces you need to run examples/lapack95 first.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;As a result, the required library and a respective .mod file will be built and installed in the standard catalog of the release.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Then you can USE MKL_LAPACK95 statement in you application. See MKL10.0.1.015docuserguide.pdf, Ch.7, Fortran 90 Interfaces and Wrappers to LAPACK and BLAS section for details. See examples/lapack95/source/*.f90 also.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;MKL77_LAPACK is auxiliary module and used only to build LAPACK95 interfaces. Nevertheless, you can build this module manually:&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;B&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;B&gt;&lt;SPAN&gt;ifort -c 10.0.1.015/interfaces/lapack95/source/mkl_lapack_protos.f90&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;B&gt;&lt;SPAN&gt;dir *.mod&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;mkl77_lapack.mod&lt;SPAN&gt; &lt;/SPAN&gt;mkl77_lapack1.mod&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Best regards,&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;Vladimir&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2008 11:09:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Whither-MKL77-LAPACK-module/m-p/910043#M12067</guid>
      <dc:creator>Vladimir_Koldakov__I</dc:creator>
      <dc:date>2008-04-07T11:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Whither MKL77_LAPACK module?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Whither-MKL77-LAPACK-module/m-p/910044#M12068</link>
      <description>&lt;P&gt;Vladimir,&lt;/P&gt;
&lt;P&gt;Thanks for the clear answer. After I read the makefile as encouraged by Steve Lionel on the IVF forum I saw the light. Ibuilt the blas95 and lapack95 interfaces but still lapack's getrf generates an Access Violation as I previously reported. The problem was correctly solved using one of the interval solvers in MKL. Ironicallyit was announced here recently that the interval arithmetic suite is to be pulled in a futurerelease of the library. Piff.&lt;/P&gt;
&lt;P&gt;Gerry&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2008 14:11:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Whither-MKL77-LAPACK-module/m-p/910044#M12068</guid>
      <dc:creator>g_f_thomas</dc:creator>
      <dc:date>2008-04-08T14:11:39Z</dc:date>
    </item>
  </channel>
</rss>

