<?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 OK, I will try that - where in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112780#M24485</link>
    <description>&lt;P&gt;OK, I will try that - where do I put that /Qmkl option ?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Apparently is it not enough to have the correct USE statements?&lt;/P&gt;</description>
    <pubDate>Fri, 18 Dec 2015 03:19:00 GMT</pubDate>
    <dc:creator>WSinc</dc:creator>
    <dc:date>2015-12-18T03:19:00Z</dc:date>
    <item>
      <title>How do I use those LAPACK and/or BlAS routines?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112771#M24476</link>
      <description>&lt;P&gt;Nowhere does it tell us what USE statements to put into our source code.&lt;/P&gt;

&lt;P&gt;at least nothing that works.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I tried USE LAPACK, LAPACK95, BLAS, BLAS95, and&amp;nbsp;&lt;/P&gt;

&lt;P&gt;include MKL.FI&lt;/P&gt;

&lt;P&gt;None of those will compile.&lt;/P&gt;

&lt;P&gt;Why dont they give ONE example of something that actually works ?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 22:12:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112771#M24476</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-12-17T22:12:20Z</dc:date>
    </item>
    <item>
      <title>This source code does not</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112772#M24477</link>
      <description>&lt;P&gt;This source code does not compile:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Program main&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; use lapack95&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; use f95_precision&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; real(8) x(4)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; data x/-1,-0.5,0.5,1/&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; real(8) y(4,5),z(4)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; data y/20*0.0/,z/4*1.0/&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; call gesv(Y,5,Z)&lt;BR /&gt;
	end&lt;/P&gt;

&lt;P&gt;It tells me "check include statements"&lt;/P&gt;

&lt;P&gt;Why doesn't the compiler recognize those?&lt;/P&gt;

&lt;P&gt;Should I get the premium support package?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 22:25:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112772#M24477</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-12-17T22:25:00Z</dc:date>
    </item>
    <item>
      <title>Actually, we went thru this</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112773#M24478</link>
      <description>&lt;P&gt;Actually, we went thru this back in August, and it was a long and complicated process finally getting it to work.&lt;/P&gt;

&lt;P&gt;I installed the latest version of the MKL, and it has the same issues as before.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Well, I can go back to that, but I am wondering why no one bothered to improve this interface.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 23:37:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112773#M24478</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-12-17T23:37:00Z</dc:date>
    </item>
    <item>
      <title>You can find a description of</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112774#M24479</link>
      <description>&lt;P&gt;You can find a description of which USE statements give access to Lapack-95 in the MKL manual at&amp;nbsp;https://software.intel.com/en-us/node/468668#ACDBFCE7-4EF8-48F7-80A5-0ED2F6E3BAA5 .&lt;/P&gt;

&lt;P&gt;Your arguments to gesv() are wrong. For a description of the correct arguments, see the bottom of the following page:&amp;nbsp;https://software.intel.com/en-us/node/468876 . For GESV to work, the matrix must be square and nonsingular.&lt;/P&gt;

&lt;P&gt;Here is a complete example:&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;Program main
    USE LAPACK95, ONLY: GESV
    integer, parameter :: n = 4
    real(8) :: b(n), x(n)
    real(8) :: A(n,n)
    
    do i = 1, n
    	A(i,1:i-1) = -1d0
    	A(i,i+1:n) = -1d0
    	A(i,i) = 5d0
    	b(i)   = i
    end do
    x = b
    call gesv(A,x)
    print *,x
end
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 00:41:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112774#M24479</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-12-18T00:41:00Z</dc:date>
    </item>
    <item>
      <title>That stuff they tell me does</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112775#M24480</link>
      <description>&lt;P&gt;That stuff they tell me does not work -&lt;/P&gt;

&lt;P&gt;I tried that before.&lt;/P&gt;

&lt;P&gt;This does not compile:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;program trap&lt;BR /&gt;
	&amp;nbsp; use lapack95, only: gesv&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;end&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Is there someone there who knows the correct answer ?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 01:11:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112775#M24480</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-12-18T01:11:52Z</dc:date>
    </item>
    <item>
      <title>That  "complete example" does</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112776#M24481</link>
      <description>&lt;P&gt;That &amp;nbsp;"&lt;STRONG&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;complete exam&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;STRONG&gt;ple"&lt;/STRONG&gt; does not compile either.&lt;/SPAN&gt;&lt;/P&gt;

&lt;DIV class="line alt1" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 13.008px; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; min-height: auto !important; background-image: none !important; background-attachment: initial !important; background-size: initial !important; background-origin: initial !important; background-clip: initial !important; background-position: initial !important; background-repeat: initial !important;"&gt;&lt;FONT color="#006699"&gt;&lt;SPAN style="line-height: 14.3088px;"&gt;&lt;B&gt;It does not connect to the library from the USE statement, it does not know anything about it.&lt;/B&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;

&lt;DIV class="line alt1" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 13.008px; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; min-height: auto !important; background-image: none !important; background-attachment: initial !important; background-size: initial !important; background-origin: initial !important; background-clip: initial !important; background-position: initial !important; background-repeat: initial !important;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV class="line alt1" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 13.008px; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; min-height: auto !important; background-image: none !important; background-attachment: initial !important; background-size: initial !important; background-origin: initial !important; background-clip: initial !important; background-position: initial !important; background-repeat: initial !important;"&gt;&lt;FONT color="#006699"&gt;&lt;SPAN style="line-height: 14.3088px;"&gt;&lt;B&gt;Is there a way to get remote access. rather than endless guessing ?&lt;/B&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;

&lt;DIV class="line alt1" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 13.008px; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; min-height: auto !important; background-image: none !important; background-attachment: initial !important; background-size: initial !important; background-origin: initial !important; background-clip: initial !important; background-position: initial !important; background-repeat: initial !important;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV class="line alt1" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 13.008px; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; min-height: auto !important; background-image: none !important; background-attachment: initial !important; background-size: initial !important; background-origin: initial !important; background-clip: initial !important; background-position: initial !important; background-repeat: initial !important;"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Dec 2015 01:20:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112776#M24481</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-12-18T01:20:47Z</dc:date>
    </item>
    <item>
      <title>Actually, there are three</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112777#M24482</link>
      <description>&lt;P&gt;Actually, there are three library directories that have stuff installed with very similar names - -&amp;nbsp;&lt;/P&gt;

&lt;P&gt;It appears that the LAPACK stuff may have gotten put into the wrong place when I installed it.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;so where is it actually supposed to be ? I had no control over that - -&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;anyway, the issue is not about how I called the routine, but &lt;STRONG&gt;actually getting the linker to connect to it&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;to start with. When you specify a USE statement, the compiler is supposed to know where to get the entry points,&lt;/P&gt;

&lt;P&gt;and apparently, the installation of the MKL libraries does not connect the two.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 01:41:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112777#M24482</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-12-18T01:41:02Z</dc:date>
    </item>
    <item>
      <title>Something really weird --</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112778#M24483</link>
      <description>&lt;P&gt;Something really weird --&lt;/P&gt;

&lt;P&gt;I went back to the computer that had a working version of the program in it, back in August.&lt;/P&gt;

&lt;P&gt;But when I start a NEW project, it no longer compiles, using the very same USE statements.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Why would an OLD project compile, while a new one does NOT compile ???&lt;/P&gt;

&lt;P&gt;I am wondering if there was something special i had to put into the project properties back in August,&lt;/P&gt;

&lt;P&gt;and did not do the same thing for the new project. But the write-ups dont specify anything like that.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;There are both on the very same computer, BTW.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 02:17:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112778#M24483</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-12-18T02:17:08Z</dc:date>
    </item>
    <item>
      <title>To use any MKL routines in a</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112779#M24484</link>
      <description>&lt;P&gt;To use any MKL routines in a Fortran program, use the /Qmkl option at the command line or make the appropriate selection in Visual Studio.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 02:35:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112779#M24484</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-12-18T02:35:17Z</dc:date>
    </item>
    <item>
      <title>OK, I will try that - where</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112780#M24485</link>
      <description>&lt;P&gt;OK, I will try that - where do I put that /Qmkl option ?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Apparently is it not enough to have the correct USE statements?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 03:19:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112780#M24485</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-12-18T03:19:00Z</dc:date>
    </item>
    <item>
      <title>In Visual Studio, for the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112781#M24486</link>
      <description>&lt;P&gt;In Visual Studio, for the configuration that you wish to use (Release or Debug), in the project property pages click on Configuration Properties:Fortran:Libraries:Use Intel Math Kernel Library, and in the drop-down list that appears, choose "Sequential".&lt;/P&gt;

&lt;P&gt;Alternatively, look at the item below "Libraries", named "Command Line". You can add /Qmkl there.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 04:06:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112781#M24486</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-12-18T04:06:00Z</dc:date>
    </item>
    <item>
      <title>You shouldn't add /Qmkl to</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112782#M24487</link>
      <description>&lt;P&gt;You shouldn't add /Qmkl to the command line if you set the project property "Use Intel Math Kernel Library"&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 14:44:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112782#M24487</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-12-18T14:44:59Z</dc:date>
    </item>
    <item>
      <title>Is there some URL where one</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112783#M24488</link>
      <description>&lt;P&gt;Is there some URL where one can look up differences in the project properties menus between different versions of Visual Studio? As of now, I can only look at the properties listed in my installed version of VS and hope that they would not be much different in a different version of VS.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 14:58:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112783#M24488</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-12-18T14:58:00Z</dc:date>
    </item>
    <item>
      <title>please have a look at the KB</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112784#M24489</link>
      <description>&lt;P&gt;please have a look at the KB article follow this link&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/how-to-use-lapack95&amp;nbsp;" target="_blank"&gt;https://software.intel.com/en-us/articles/how-to-use-lapack95&amp;nbsp;&lt;/A&gt;;&lt;/P&gt;

&lt;P&gt;hope that helps to start lapack95 examples.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 16:13:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112784#M24489</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2015-12-18T16:13:47Z</dc:date>
    </item>
    <item>
      <title>I have also the same problem.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112785#M24490</link>
      <description>&lt;P&gt;I have also the same problem. I have Intel Parallel Studio XE 2015 Composer Edition for Fortran Windows* in Visual Studio 2010. I want to use MKL LAPACK95 in Win32, specific subroutine &lt;STRONG&gt;getrs&lt;/STRONG&gt; to solve linear equations. I tried many many possibilities writen in this forum, MKL userguide and help. Nothing function. There are always some errors and it seems there is no easy way to use MKL LAPACK95.&lt;/P&gt;

&lt;P&gt;I think it is a pitty because it should be very easy to set everything and it should be functioning example in userguide or help.&lt;/P&gt;

&lt;P&gt;In project property&amp;gt; fortran&amp;gt;libraries I should switch "use intel math kernel library" to sequential. Should I write to main program something like&amp;nbsp;&lt;STRONG&gt;include 'mkl_lapack.fi' &lt;/STRONG&gt;or&lt;STRONG&gt;&amp;nbsp;external GETRS &lt;/STRONG&gt;or&lt;STRONG&gt; USE LAPACK95&lt;/STRONG&gt; ?&lt;/P&gt;

&lt;P&gt;Even if i switched to use the sequentional usage of MKL, should i manualy write some path somewhere or names of specific libraries? I tried many things and it doesn't function. So please help me to make it correctly.&lt;/P&gt;

&lt;P&gt;Thank you very much&lt;/P&gt;

&lt;P&gt;Ondrej Rozum&lt;/P&gt;

&lt;P&gt;Doosan SKODA Power&lt;/P&gt;

&lt;P&gt;SW analyst&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 10:01:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112785#M24490</guid>
      <dc:creator>Ondrej_R_</dc:creator>
      <dc:date>2015-12-23T10:01:36Z</dc:date>
    </item>
    <item>
      <title>Look in the ...\Composer XE</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112786#M24491</link>
      <description>&lt;P&gt;Did you try the Web page that Gennady Fedorov listed in #14? If you get error messages, you should note them down and post them along with a description of the circumstances.&lt;/P&gt;

&lt;P&gt;Look in the ...\Composer XE 2015\mkl\include\&amp;lt;arch&amp;gt; directory on your computer, where &amp;lt;arch&amp;gt; is either "ia32" or "intel64", for module files whose names contain "95". Those are the modules that you will need to USE in your Fortran sources if you want to use MKL routines with the Fortran 95 interfaces.&lt;/P&gt;

&lt;P&gt;For linking, consult the MKL Link Line Advisor, which is installed in your Start Menu, or use the Web version at&amp;nbsp;https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor .&lt;/P&gt;

&lt;P&gt;Earlier in this thread and elsewhere there have been discussions of how to configure Visual Studio to enable access to the necessary modules, libraries and DLLs in a project. The details may slightly vary with target architecture, Visual Studio version and compiler/MKL versions. The number of possible combinations is too many to list every one of them, but it is not too difficult to work out what needs to be done.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:58:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112786#M24491</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-12-23T13:58:00Z</dc:date>
    </item>
    <item>
      <title>Hi OndrejR,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112787#M24492</link>
      <description>&lt;P&gt;Hi OndrejR,&lt;/P&gt;

&lt;P&gt;If you have &lt;STRONG&gt;USE LAPACK95,&amp;nbsp;&lt;/STRONG&gt;, you don't need to write &lt;STRONG&gt;include 'mkl_lapack.fi' &lt;/STRONG&gt;or&lt;STRONG&gt;&amp;nbsp;external GETRS &lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;we create one article to address the issue.&amp;nbsp; &lt;A href="https://software.intel.com/en-us/articles/how-to-use-lapack95"&gt;https://software.intel.com/en-us/articles/how-to-use-lapack95&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You may refer to the last screencopy&amp;nbsp; and change your project property, &amp;nbsp;at least&lt;/P&gt;

&lt;P&gt;1) In &lt;STRONG&gt;project Properties page&lt;/STRONG&gt;, select &lt;STRONG&gt;Fortran » Libraries &amp;gt;&amp;gt; Use Intel Math Kernal Library : &lt;/STRONG&gt;Parallel (/Qmkl:parallel)&amp;nbsp; or other&lt;/P&gt;

&lt;P&gt;2) Select &lt;STRONG&gt;Linker » Input&lt;/STRONG&gt;, and then in &lt;STRONG&gt;Additional Dependencies&lt;/STRONG&gt; add the Intel® MKL libraries:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;mkl_lapack95_lp64.lib&lt;/STRONG&gt;&amp;nbsp; (mkl_lapack95.lib&amp;nbsp;if&amp;nbsp;32bit)&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Please let&amp;nbsp;us know if any problem. &lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2015 01:04:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112787#M24492</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2015-12-24T01:04:38Z</dc:date>
    </item>
    <item>
      <title>One of the issue my be that</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112788#M24493</link>
      <description>&lt;P&gt;One of the issue my be that lapack wants precision specified with SP or DP&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USE f95_precision, ONLY: WP =&amp;gt; DP&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; USE lapack95, ONLY: HSEQR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPLEX(WP),&amp;nbsp;&amp;nbsp;&amp;nbsp; DIMENSION(:,:),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALLOCATABLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :: matrixA&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPLEX(WP),&amp;nbsp;&amp;nbsp;&amp;nbsp; DIMENSION(:),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALLOCATABLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :: roots&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL HSEQR(matrixA, roots)&lt;/P&gt;

&lt;P&gt;&amp;nbsp; It won't compile if you use numbers 8 or 16. (It used to)&lt;/P&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2015 11:08:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112788#M24493</guid>
      <dc:creator>Frank_M</dc:creator>
      <dc:date>2015-12-24T11:08:30Z</dc:date>
    </item>
    <item>
      <title>Quote:Frank_M wrote:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112789#M24494</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Frank_M wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;One of the issue my be that lapack wants precision specified with SP or DP&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USE f95_precision, ONLY: WP =&amp;gt; DP&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; USE lapack95, ONLY: HSEQR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPLEX(WP),&amp;nbsp;&amp;nbsp;&amp;nbsp; DIMENSION(:,:),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALLOCATABLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :: matrixA&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPLEX(WP),&amp;nbsp;&amp;nbsp;&amp;nbsp; DIMENSION(:),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALLOCATABLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :: roots&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL HSEQR(matrixA, roots)&lt;/P&gt;

&lt;P&gt;&amp;nbsp; It won't compile if you use numbers 8 or 16. (It used to)&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;The conclusion stated in the last line is not completely correct, and can be misleading.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;COMPLEX(16) variables cannot be used as arguments to MKL routines because MKL does not support quadruple precision. COMPLEX(16) is the same as the F77 type COMPLEX*32; see my comment in your other thread,&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/601249#comment-1853935&amp;nbsp;" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/601249#comment-1853935&amp;nbsp;&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2015 13:39:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112789#M24494</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-12-24T13:39:00Z</dc:date>
    </item>
    <item>
      <title>MKL supports COMPLEX(REAL32)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112790#M24495</link>
      <description>&lt;P&gt;MKL supports COMPLEX(REAL32) and COMPLEX(REAL64), where USE iso_fortran_env gives those the values 4 and 8.&amp;nbsp; I don't know how you might have been able to make MKL work with kind=16.&amp;nbsp; As mecej4 pointed out, complex*16 (not F77 but a common extension) is the same as COMPLEX(REAL64).&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2015 19:48:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-I-use-those-LAPACK-and-or-BlAS-routines/m-p/1112790#M24495</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2015-12-24T19:48:48Z</dc:date>
    </item>
  </channel>
</rss>

