<?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 Dear Mecej4, in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032272#M110828</link>
    <description>&lt;P&gt;Dear Mecej4,&lt;/P&gt;

&lt;P&gt;So you mean that instead of using LAPACK, I can use MKL. Am I right?&lt;/P&gt;

&lt;P&gt;Does MKL have functions for eigenvalue, eigenvector, SVD, ...?&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2014 14:22:48 GMT</pubDate>
    <dc:creator>Ashkan_K_</dc:creator>
    <dc:date>2014-06-05T14:22:48Z</dc:date>
    <item>
      <title>LAPACK linking</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032267#M110823</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I'm trying to use LAPACK with Intel Visual Fortran Compiler for Windows. I'm hoping to be bale to use it in ABAQUS&amp;nbsp; UEL subroutine.&lt;/P&gt;

&lt;P&gt;Here is the guideline to install LAPACK (http://icl.cs.utk.edu/lapack-for-windows/lapack/index.html#libraries):&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;&lt;A href="http://icl.cs.utk.edu/lapack-for-windows/lapack/index.html#libraries"&gt;Download the LAPACK precompiled binaries. &lt;/A&gt; File names of the precomputed debug libraries end with the letter "d" e.g. BLASd.lib and LAPACKd.lib (in comparison to the release versions BLAS.lib and LAPACK.lib).&lt;/LI&gt;
	&lt;LI&gt;Locate your BLAS libraries for your machine. (You may want to choose the Debug config if you choose GOTOBLAS)&lt;/LI&gt;
	&lt;LI&gt;Download the &lt;A href="http://icl.cs.utk.edu/lapack-for-windows/lapack/LAPACK-VS-Example.zip"&gt; LAPACK-VS-Example Visual Studio project &lt;/A&gt; and unzip&lt;/LI&gt;
	&lt;LI&gt;Move or Copy the libraries from step 1 in the LAPACK-VS-Example folder.&lt;/LI&gt;
	&lt;LI&gt;If you are not using the Reference BLAS, you will need to modify change the properties "Linker &amp;gt; General &amp;gt; Additional Library Directory" to tell Visual Studio where the libraries are, and also add the name of your BLAS library in "Linker &amp;gt; Input &amp;gt; Additional Dependencies"&lt;/LI&gt;
	&lt;LI&gt;Compile the project and run the resulting executable.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Because I'm using the reference BLAS, I'm not suppose to deal with step 5.&lt;/P&gt;

&lt;P&gt;I have two questions:&lt;/P&gt;

&lt;P&gt;1- Is it possible to use LAPACK with ABAQUS UEL subroutine or not?&lt;/P&gt;

&lt;P&gt;2- How can I locate BLAS libraries to my machine (step 2)? without locating them to machine (which I don't know how to do) I'm getting these errors while running it:&lt;/P&gt;

&lt;P&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;1&amp;nbsp;&amp;nbsp; &amp;nbsp; error #11018: Cannot open LAPACK.lib&amp;nbsp;&amp;nbsp; &amp;nbsp;ipo&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;2&amp;nbsp;&amp;nbsp; &amp;nbsp; error #11018: Cannot open BLAS.lib&amp;nbsp;&amp;nbsp; &amp;nbsp;ipo&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;3&amp;nbsp;&amp;nbsp; &amp;nbsp; fatal error LNK1181: cannot open input file 'LAPACK.lib'&amp;nbsp;&amp;nbsp; &amp;nbsp;LINK&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks in advance for helping me.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 20:16:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032267#M110823</guid>
      <dc:creator>Ashkan_K_</dc:creator>
      <dc:date>2014-06-04T20:16:16Z</dc:date>
    </item>
    <item>
      <title>You might start by using the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032268#M110824</link>
      <description>&lt;P&gt;You might start by using the MKL library which is included with ifort (optional install step).&amp;nbsp; You should have noticed that the utk instructions suggest this.&amp;nbsp; The /Qmkl options provide an easy way to deal with linking.&amp;nbsp; Given that ifort supports this method, you shouldn't be surprised if the utk libraries don't get much support on this forum.&amp;nbsp; As Abaqus versions set up for ifort UEL would also use MKL, you could bring grief upon yourself by choosing a conflicting library implementation.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 20:33:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032268#M110824</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2014-06-04T20:33:47Z</dc:date>
    </item>
    <item>
      <title>Dear Tim,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032269#M110825</link>
      <description>&lt;P&gt;Dear Tim,&lt;/P&gt;

&lt;P&gt;I really appreciate your consideration.&lt;/P&gt;

&lt;P&gt;Should I have buy this MKL? If the asnwer is yes, I'm wondering if there's any other way to do that or not?&lt;/P&gt;

&lt;P&gt;I'm under pressure because of an upcoming deadline and It would be great if you can help me a bit more. I should mention that I'm a new user of Fortran and LAPACK.&lt;/P&gt;

&lt;P&gt;I'm looking forward to hearing from you.&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 21:17:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032269#M110825</guid>
      <dc:creator>Ashkan_K_</dc:creator>
      <dc:date>2014-06-04T21:17:21Z</dc:date>
    </item>
    <item>
      <title>You already have MKL - it's</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032270#M110826</link>
      <description>&lt;P&gt;You already have MKL - it's part of Intel Visual Fortran. You can ask in the &lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library"&gt;MKL forum&lt;/A&gt; if you need more help.&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 21:23:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032270#M110826</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-06-04T21:23:13Z</dc:date>
    </item>
    <item>
      <title>A point of clarification and</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032271#M110827</link>
      <description>&lt;P&gt;A point of clarification and emphasis: MKL is a replacement for both BLAS and Lapack, whereas Netlib and Netlib-origin libraries may keep the two separated (for historical reasons -- BLAS was created a few years before Lapack).&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 13:15:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032271#M110827</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-06-05T13:15:09Z</dc:date>
    </item>
    <item>
      <title>Dear Mecej4,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032272#M110828</link>
      <description>&lt;P&gt;Dear Mecej4,&lt;/P&gt;

&lt;P&gt;So you mean that instead of using LAPACK, I can use MKL. Am I right?&lt;/P&gt;

&lt;P&gt;Does MKL have functions for eigenvalue, eigenvector, SVD, ...?&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 14:22:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032272#M110828</guid>
      <dc:creator>Ashkan_K_</dc:creator>
      <dc:date>2014-06-05T14:22:48Z</dc:date>
    </item>
    <item>
      <title>Quote:Ashkan K. wrote:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032273#M110829</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Ashkan K. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;So you mean that instead of using LAPACK, I can use MKL. Am I right?&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;Yes.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Does MKL have functions for eigenvalue, eigenvector, SVD, ...?&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Yes. In addition, MKL includes routines for problem types that are not part of the scope of Lapack, such as FFT, nonlinear least squares, etc.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 14:51:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032273#M110829</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-06-05T14:51:16Z</dc:date>
    </item>
    <item>
      <title>It might be easier to</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032274#M110830</link>
      <description>&lt;P&gt;It might be easier to understand that MKL includes the LAPACK functions, in implementations that are parallelized and optimized.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 14:58:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032274#M110830</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-06-05T14:58:25Z</dc:date>
    </item>
    <item>
      <title>Tanks everybody to be such a</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032275#M110831</link>
      <description>&lt;P&gt;Tanks everybody to be such a helpful.&lt;/P&gt;

&lt;P&gt;I really appreciate it.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 19:15:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LAPACK-linking/m-p/1032275#M110831</guid>
      <dc:creator>Ashkan_K_</dc:creator>
      <dc:date>2014-06-05T19:15:10Z</dc:date>
    </item>
  </channel>
</rss>

