<?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 compilation Fortran 90 - Lapack in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/compilation-Fortran-90-Lapack/m-p/968681#M16370</link>
    <description>hi !&lt;BR /&gt;&lt;BR /&gt;I have installed intel fortran compiler 9.0 and MKL 8.0&lt;BR /&gt;i have written a little program in f90 to test blas and&lt;BR /&gt;Lapack routines...&lt;BR /&gt;&lt;BR /&gt;i have tested dgemm for blas....works perfectly&lt;BR /&gt;&lt;BR /&gt;but i have  a problem with lapack routines :&lt;BR /&gt;i would like to test for example the dgetri function.&lt;BR /&gt;&lt;BR /&gt;but when the compilation, i have the error :&lt;BR /&gt; &lt;BR /&gt;"/tmp/ifortOf6eUc.o(.text+0x26e): In function `MAIN__':&lt;BR /&gt;Test.f90: undefined reference to `dgetri_'"&lt;BR /&gt;&lt;BR /&gt;for the Blas and the Lapack, options are : &lt;BR /&gt;f90 -L /opt/intel/mkl/8.0/lib/32 -lmkl -lmkl_lapack -lmkl_ia32 -lguide -lm -lpthread&lt;BR /&gt;&lt;BR /&gt;I don't understand why it works with blas and not for Lapack...&lt;BR /&gt;&lt;BR /&gt;thanks for help&lt;BR /&gt;&lt;BR /&gt;PS : system : Fedora Core 4&lt;BR /&gt;kernel : 2.6.13-1.1526_FC4&lt;BR /&gt;version gcc 4.0.1 20050727</description>
    <pubDate>Sun, 16 Oct 2005 23:33:04 GMT</pubDate>
    <dc:creator>jolinar</dc:creator>
    <dc:date>2005-10-16T23:33:04Z</dc:date>
    <item>
      <title>compilation Fortran 90 - Lapack</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/compilation-Fortran-90-Lapack/m-p/968681#M16370</link>
      <description>hi !&lt;BR /&gt;&lt;BR /&gt;I have installed intel fortran compiler 9.0 and MKL 8.0&lt;BR /&gt;i have written a little program in f90 to test blas and&lt;BR /&gt;Lapack routines...&lt;BR /&gt;&lt;BR /&gt;i have tested dgemm for blas....works perfectly&lt;BR /&gt;&lt;BR /&gt;but i have  a problem with lapack routines :&lt;BR /&gt;i would like to test for example the dgetri function.&lt;BR /&gt;&lt;BR /&gt;but when the compilation, i have the error :&lt;BR /&gt; &lt;BR /&gt;"/tmp/ifortOf6eUc.o(.text+0x26e): In function `MAIN__':&lt;BR /&gt;Test.f90: undefined reference to `dgetri_'"&lt;BR /&gt;&lt;BR /&gt;for the Blas and the Lapack, options are : &lt;BR /&gt;f90 -L /opt/intel/mkl/8.0/lib/32 -lmkl -lmkl_lapack -lmkl_ia32 -lguide -lm -lpthread&lt;BR /&gt;&lt;BR /&gt;I don't understand why it works with blas and not for Lapack...&lt;BR /&gt;&lt;BR /&gt;thanks for help&lt;BR /&gt;&lt;BR /&gt;PS : system : Fedora Core 4&lt;BR /&gt;kernel : 2.6.13-1.1526_FC4&lt;BR /&gt;version gcc 4.0.1 20050727</description>
      <pubDate>Sun, 16 Oct 2005 23:33:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/compilation-Fortran-90-Lapack/m-p/968681#M16370</guid>
      <dc:creator>jolinar</dc:creator>
      <dc:date>2005-10-16T23:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: compilation Fortran 90 - Lapack</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/compilation-Fortran-90-Lapack/m-p/968682#M16371</link>
      <description>&lt;P&gt;I'm not sure exactly what the problem might be. dgetri_ should be found in libmkl_lapack.a which you have included on your link line. There is one thing that you are doing that I wouldn't and that is the redundant inclusion of "-lmkl" and "-lmkl_ia32". The first links in libmkl.so and the second libmkl_ia32.a both of which are just different versions (dynamic and static) of the same library essentially.&lt;/P&gt;
&lt;P&gt;So try removing "-lmkl" from your link line.&lt;/P&gt;
&lt;P&gt;-Todd&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Oct 2005 03:30:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/compilation-Fortran-90-Lapack/m-p/968682#M16371</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2005-10-20T03:30:06Z</dc:date>
    </item>
  </channel>
</rss>

