<?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: linking with LAPACK95 in Visual Studio in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893379#M10596</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi Justin, &lt;BR /&gt;&lt;BR /&gt;Besides mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib, please add lapack95 interface library : &lt;BR /&gt;mkl_blas95.lib, mkl_lapack95.lib&lt;BR /&gt;also in your project if you'd like to use fortran 95 interface GETRF.&lt;BR /&gt;&lt;BR /&gt;Here is a FAQ for your reference &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/blas-and-lapack-fortran95-mod-files/" target="_blank"&gt;http://software.intel.com/en-us/articles/blas-and-lapack-fortran95-mod-files/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As you are using fortran 11.0.072 , the MKL is 10.1, so you may need build the mkl_lapack95.lib manually. &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/which-version-of-ipp--mkl--tbb-is-installed-with-intel-compiler-professional-edition/"&gt;http://software.intel.com/en-us/articles/which-version-of-ipp--mkl--tbb-is-installed-with-intel-compiler-professional-edition/&lt;/A&gt;, &lt;BR /&gt;&lt;BR /&gt;Please follow the steps in MKL user guide to build the interface library.&lt;BR /&gt;(and there isIntel fortran Projectsample at the end of the article, it have one ready mkl_lapack95.lib. You can try it. ). &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ying&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Aug 2009 05:55:42 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2009-08-18T05:55:42Z</dc:date>
    <item>
      <title>linking with LAPACK95 in Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893377#M10594</link>
      <description>Apologies for coming here with what is obviously a beginners problem, but I cant seem to get a matrix inversion routine from LAPACK to compile in an existing fortran program.  I am programming in Visual Studio 2005, with the Intel Visual Fortran Compiler 11.0.072 (professional edition) that includes the MKL for IA32 platforms.&lt;BR /&gt;&lt;BR /&gt;I have followed these steps from the MKL Users Manual:&lt;BR /&gt;1) I have compiled BLAS95 and LAPACK95 library and module files successfully&lt;BR /&gt;2) In Configuration Properties &amp;gt; Fortran &amp;gt; General &amp;gt; Additional Include Directories, I have added "&lt;MKL_DIRECTORY&gt;\include" (in quotation marks)&lt;BR /&gt;3) In Configuration Properties &amp;gt; Linker &amp;gt; General &amp;gt; Additional Library Directories, I have added "&lt;MKL_DIRECTORY&gt;\ia32\lib"&lt;BR /&gt;4) In Configuration Properties &amp;gt; Linker &amp;gt; Input &amp;gt; Additional Dependencies, I have added mkl_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5mt.lib&lt;BR /&gt;&lt;BR /&gt;When I then try to compile the program with a call to the LAPACK95 routine GETRF, for example, the subroutine is not recognised.&lt;BR /&gt;&lt;BR /&gt;The code does, however, seem to work perfectly with calls to LAPACK - it's just the Fortran 95 calls that I am having problems with.&lt;BR /&gt;&lt;BR /&gt;Can anyone let me know what I need to add / change?&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;&lt;BR /&gt;Justin.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/MKL_DIRECTORY&gt;&lt;/MKL_DIRECTORY&gt;</description>
      <pubDate>Mon, 17 Aug 2009 14:50:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893377#M10594</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2009-08-17T14:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: linking with LAPACK95 in Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893378#M10595</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/321410"&gt;jvandeven&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;When I then try to compile the program with a call to the LAPACK95 routine GETRF, for example, the subroutine is not recognised.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;what do you mean specifically by that? (no corresponding routine/interface would suggest errors in calling statement) what is the error message? It's compilation or linking?&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2009 00:08:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893378#M10595</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-08-18T00:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: linking with LAPACK95 in Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893379#M10596</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi Justin, &lt;BR /&gt;&lt;BR /&gt;Besides mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib, please add lapack95 interface library : &lt;BR /&gt;mkl_blas95.lib, mkl_lapack95.lib&lt;BR /&gt;also in your project if you'd like to use fortran 95 interface GETRF.&lt;BR /&gt;&lt;BR /&gt;Here is a FAQ for your reference &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/blas-and-lapack-fortran95-mod-files/" target="_blank"&gt;http://software.intel.com/en-us/articles/blas-and-lapack-fortran95-mod-files/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As you are using fortran 11.0.072 , the MKL is 10.1, so you may need build the mkl_lapack95.lib manually. &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/which-version-of-ipp--mkl--tbb-is-installed-with-intel-compiler-professional-edition/"&gt;http://software.intel.com/en-us/articles/which-version-of-ipp--mkl--tbb-is-installed-with-intel-compiler-professional-edition/&lt;/A&gt;, &lt;BR /&gt;&lt;BR /&gt;Please follow the steps in MKL user guide to build the interface library.&lt;BR /&gt;(and there isIntel fortran Projectsample at the end of the article, it have one ready mkl_lapack95.lib. You can try it. ). &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ying&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2009 05:55:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893379#M10596</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-08-18T05:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: linking with LAPACK95 in Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893380#M10597</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/404199"&gt;Ying Hu (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Hi Justin, &lt;BR /&gt;&lt;BR /&gt;Besides mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib, please add lapack95 interface library : &lt;BR /&gt;mkl_blas95.lib, mkl_lapack95.lib&lt;BR /&gt;also in your project if you'd like to use fortran 95 interface GETRF.&lt;BR /&gt;&lt;BR /&gt;Here is a FAQ for your reference &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/blas-and-lapack-fortran95-mod-files/" target="_blank"&gt;http://software.intel.com/en-us/articles/blas-and-lapack-fortran95-mod-files/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As you are using fortran 11.0.072 , the MKL is 10.1, so you may need build the mkl_lapack95.lib manually. &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/which-version-of-ipp--mkl--tbb-is-installed-with-intel-compiler-professional-edition/"&gt;http://software.intel.com/en-us/articles/which-version-of-ipp--mkl--tbb-is-installed-with-intel-compiler-professional-edition/&lt;/A&gt;, &lt;BR /&gt;&lt;BR /&gt;Please follow the steps in MKL user guide to build the interface library.&lt;BR /&gt;(and there isIntel fortran Projectsample at the end of the article, it have one ready mkl_lapack95.lib. You can try it. ). &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ying&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Ying,&lt;BR /&gt;&lt;BR /&gt;Thanks for your message. What has confused me is that I have done what you suggest above (build the library and module files, and include the library files as additional dependencies) with no luck. I still end up with a compilation error like:&lt;BR /&gt;&lt;BR /&gt;Error	4	 error LNK2019: unresolved external symbol _POTRF referenced in function _TESTER_mp_TEST	1a_tester.obj	&lt;BR /&gt;&lt;BR /&gt;when I try to reference a fortran95 command. I have just recompiled the library codes, and the error remains.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help,&lt;BR /&gt;&lt;BR /&gt;Justin.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2009 10:34:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893380#M10597</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2009-08-18T10:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: linking with LAPACK95 in Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893381#M10598</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/321410"&gt;jvandeven&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Error	4	 error LNK2019: unresolved external symbol _POTRF referenced in function _TESTER_mp_TEST	1a_tester.obj	&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
It seems that the library dependency for your lapack95 libraries is missing (assuming the library actually got built). You already got the advice about including the dependency libraries; perhaps the entire path isn't right. If you could turn on the ifort -# option in you link step, the log would show more detail about which libraries are searched.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2009 13:53:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893381#M10598</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-08-18T13:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: linking with LAPACK95 in Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893382#M10599</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
It seems that the library dependency for your lapack95 libraries is missing (assuming the library actually got built). You already got the advice about including the dependency libraries; perhaps the entire path isn't right. If you could turn on the ifort -# option in you link step, the log would show more detail about which libraries are searched.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Tim,&lt;BR /&gt;&lt;BR /&gt;The library file mkl_lapack95.lib and mkl_blas95.lib are in the library directory, so I hope that they have been built properly. I have been working through the Visual Studio environment, and am unfamiliar with the ifort compiler from the command line (or indeed any other way of compiling my code). Is there an alternative way of producing the log that you refer to here?&lt;BR /&gt;&lt;BR /&gt;Justin.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2009 15:02:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893382#M10599</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2009-08-18T15:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: linking with LAPACK95 in Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893383#M10600</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I'm not familar with the combination, but you should be able to set -# or /# in the additional options menu, which should cause the additional information to appear in the normal build log you should get under Visual Studio.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2009 17:11:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893383#M10600</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-08-18T17:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: linking with LAPACK95 in Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893384#M10601</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; I'm not familar with the combination, but you should be able to set -# or /# in the additional options menu, which should cause the additional information to appear in the normal build log you should get under Visual Studio.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Tim,&lt;BR /&gt;&lt;BR /&gt;as far as I know the -# or /# won't work in VS. If you meant linker activity (searched libs and referenced functions) I think the /VERBOSE command (with options) does this. In VS it can be set also via Properties-&amp;gt;Linker-&amp;gt;General-&amp;gt;Show progress.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2009 03:44:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893384#M10601</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-08-19T03:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: linking with LAPACK95 in Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893385#M10602</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/342379"&gt;ArturGuzik&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Tim,&lt;BR /&gt;&lt;BR /&gt;as far as I know the -# or /# won't work in VS. If you meant linker activity (searched libs and referenced functions) I think the /VERBOSE command (with options) does this. In VS it can be set also via Properties-&amp;gt;Linker-&amp;gt;General-&amp;gt;Show progress.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Justin, &lt;BR /&gt;&lt;BR /&gt;Can you attach your build log here? Seeing from the error message, as Tim and A. hinted, the mkl_lapack95.libis still not be linked in your project. &lt;BR /&gt;&lt;BR /&gt;I had attach one MSVC 2005 project at that article, have you try it? &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying</description>
      <pubDate>Wed, 19 Aug 2009 04:50:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893385#M10602</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-08-19T04:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: linking with LAPACK95 in Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893386#M10603</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Hi Ying, &lt;BR /&gt;&lt;BR /&gt;Apologies for the delay, I find myself in and out of the office these days. Please find the build log file attached. The build seems to be finding mkl_lapack95.lib and mkl_blas95.lib, but is not finding a call to potrf in these.&lt;BR /&gt;&lt;BR /&gt;Justin. &lt;BR /&gt;&lt;BR /&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/404199"&gt;Ying Hu (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Hi Justin, &lt;BR /&gt;&lt;BR /&gt;Can you attach your build log here? Seeing from the error message, as Tim and A. hinted, the mkl_lapack95.libis still not be linked in your project. &lt;BR /&gt;&lt;BR /&gt;I had attach one MSVC 2005 project at that article, have you try it? &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 11:49:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893386#M10603</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2009-08-28T11:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: linking with LAPACK95 in Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893387#M10604</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/321410"&gt;jvandeven&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I might be wrong but... do you have USE statement in the routine TEST (inside module TESTER)?&lt;BR /&gt;&lt;BR /&gt;something like: USE mkl95_LAPACK, ONLY: POTRF&lt;BR /&gt;&lt;BR /&gt;Log shows the linker can't recognized the routine (unresolved external symbol) which performs Cholesky factorization.&lt;BR /&gt;The library is actually found as:&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;      Found _DPOTRF&lt;BR /&gt;1&amp;gt;        Referenced in 1a_tester.obj&lt;BR /&gt;1&amp;gt;        Loaded mkl_intel_c.lib(_dpotrf.obj)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Aug 2009 04:51:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893387#M10604</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-08-29T04:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: linking with LAPACK95 in Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893388#M10605</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/321410"&gt;jvandeven&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Justin,&lt;BR /&gt;&lt;BR /&gt;Arthur should be right, you may miss the "use statement" in your _TESTER_mp_TEST routine. &lt;BR /&gt;&lt;BR /&gt;The code is like &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PROGRAM TESTER_mp_TEST&lt;BR /&gt;&lt;BR /&gt;! .. "Use Statements" ..&lt;BR /&gt;USE mkl95_LAPACK, ONLY: POTRF&lt;BR /&gt;! .. "Implicit Statement" ..&lt;BR /&gt;IMPLICIT NONE&lt;BR /&gt;&lt;BR /&gt;DOUBLE PRECISION A(5,5)&lt;BR /&gt;&lt;BR /&gt;! .. "Executable Statements" ..&lt;BR /&gt;CALL POTRF( )&lt;BR /&gt;&lt;BR /&gt;Please notes: Please precompile the mkl95_lapack.modand put itin your INCLUDE PATH or project current directoryas that attachedtest project.&lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Ying</description>
      <pubDate>Mon, 31 Aug 2009 03:54:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893388#M10605</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-08-31T03:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: linking with LAPACK95 in Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893389#M10606</link>
      <description>Dear all - many thanks, last post from Ying sorted the problem out! &lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;&lt;BR /&gt;Justin.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Sep 2009 18:04:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-with-LAPACK95-in-Visual-Studio/m-p/893389#M10606</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2009-09-10T18:04:58Z</dc:date>
    </item>
  </channel>
</rss>

