<?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: Unable to run BLAS and LAPACK examples in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-BLAS-and-LAPACK-examples/m-p/1611879#M172832</link>
    <description>&lt;P&gt;My knowledge of mkl routines is pretty minimal, there are some on here that have in depth knowledge but there is also an mkl forum.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2024 14:01:33 GMT</pubDate>
    <dc:creator>andrew_4619</dc:creator>
    <dc:date>2024-07-03T14:01:33Z</dc:date>
    <item>
      <title>Unable to run BLAS and LAPACK examples</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-BLAS-and-LAPACK-examples/m-p/1611663#M172824</link>
      <description>&lt;P&gt;I just learned that Intel has LAPACK installed in the oneAPI base toolkit but when testing the example codes such as&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-fortran/2024-2/blas-code-examples.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-fortran/2024-2/blas-code-examples.html&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/docs/onemkl/code-samples-lapack/2024-1/cgesv-example-fortran.html," target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/docs/onemkl/code-samples-lapack/2024-1/cgesv-example-fortran.html&lt;/A&gt;&amp;nbsp;I am unable to compile. I get the following errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Severity Code Description Project File Line Suppression State&lt;BR /&gt;Error error LNK2019: unresolved external symbol SDOT referenced in function SDOT.void Test.obj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Severity Code Description Project File Line Suppression State&lt;BR /&gt;Error error LNK2019: unresolved external symbol CGESV referenced in function CGESV.t272p.t273p.t274p.t275p.t276p.t277p.t278p.t279p Test.obj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I simply created a main program code Fortran project and pasted the example codes in and saved the source code as test.for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I double checked the installation and confirmed that I used default which did install the Intel MKL when I installed base and HPC toolkits. How do I properly link these libraries? I tried to read the documentation for Intel MKL and I failed to find the page that gave instructions on linking the libraries, if anyone can point me to the page that would also work. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 01:42:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-BLAS-and-LAPACK-examples/m-p/1611663#M172824</guid>
      <dc:creator>Feng__Jesse</dc:creator>
      <dc:date>2024-07-03T01:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run BLAS and LAPACK examples</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-BLAS-and-LAPACK-examples/m-p/1611806#M172829</link>
      <description>&lt;P&gt;You need to tell the project you are using mkl:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrew_4619_0-1719996978062.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/56546iD19EF6D48CEFB811/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="andrew_4619_0-1719996978062.png" alt="andrew_4619_0-1719996978062.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 08:56:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-BLAS-and-LAPACK-examples/m-p/1611806#M172829</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2024-07-03T08:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run BLAS and LAPACK examples</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-BLAS-and-LAPACK-examples/m-p/1611875#M172830</link>
      <description>&lt;P&gt;Thanks, Andrew. Is&amp;nbsp;&lt;SPAN&gt;dgeqrf the QR decomposition subroutine? More importantly, the ?geqrf page says the subroutines return "elementary reflectors for Q", does that mean it uses the householder reflection implementation? I currently have a custom-implemented QR decomposition using the Gram-Schmidt approach but it can become unstable while the householder approach should be much better.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 13:53:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-BLAS-and-LAPACK-examples/m-p/1611875#M172830</guid>
      <dc:creator>Feng__Jesse</dc:creator>
      <dc:date>2024-07-03T13:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run BLAS and LAPACK examples</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-BLAS-and-LAPACK-examples/m-p/1611879#M172832</link>
      <description>&lt;P&gt;My knowledge of mkl routines is pretty minimal, there are some on here that have in depth knowledge but there is also an mkl forum.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 14:01:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-BLAS-and-LAPACK-examples/m-p/1611879#M172832</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2024-07-03T14:01:33Z</dc:date>
    </item>
  </channel>
</rss>

