<?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 How to link the BLAS library in mkl to compile other packages in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-link-the-BLAS-library-in-mkl-to-compile-other-packages/m-p/1373890#M32962</link>
    <description>&lt;P&gt;I want to compile the ARPACK++ library, and I downloaded the Intel Fortran Compiler to compile the library. During the compilation process, I was prompted that the BLAS library could not be found. Isn't there a BLAS and LAPACK library in MKL? Why can't I use CMAKE to compile ARPACK directly?&lt;/P&gt;
&lt;P&gt;Below is my detail page information&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HUANGK_0-1649006114064.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/28200i7D0486769DFDF05D/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="HUANGK_0-1649006114064.png" alt="HUANGK_0-1649006114064.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Your advice is invaluable to me, thank you for your help.&lt;/P&gt;</description>
    <pubDate>Sun, 03 Apr 2022 17:15:34 GMT</pubDate>
    <dc:creator>HUANGK</dc:creator>
    <dc:date>2022-04-03T17:15:34Z</dc:date>
    <item>
      <title>How to link the BLAS library in mkl to compile other packages</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-link-the-BLAS-library-in-mkl-to-compile-other-packages/m-p/1373890#M32962</link>
      <description>&lt;P&gt;I want to compile the ARPACK++ library, and I downloaded the Intel Fortran Compiler to compile the library. During the compilation process, I was prompted that the BLAS library could not be found. Isn't there a BLAS and LAPACK library in MKL? Why can't I use CMAKE to compile ARPACK directly?&lt;/P&gt;
&lt;P&gt;Below is my detail page information&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HUANGK_0-1649006114064.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/28200i7D0486769DFDF05D/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="HUANGK_0-1649006114064.png" alt="HUANGK_0-1649006114064.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Your advice is invaluable to me, thank you for your help.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2022 17:15:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-link-the-BLAS-library-in-mkl-to-compile-other-packages/m-p/1373890#M32962</guid>
      <dc:creator>HUANGK</dc:creator>
      <dc:date>2022-04-03T17:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to link the BLAS library in mkl to compile other packages</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-link-the-BLAS-library-in-mkl-to-compile-other-packages/m-p/1373965#M32963</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&lt;I&gt;Isn't there a BLAS and LAPACK library in MKL?&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;Yes, Indeed they are part of MKL library.&lt;/P&gt;
&lt;P&gt;This oneMKL library is part of oneAPI Base Toolkit but not HPC Toolkit.&lt;/P&gt;
&lt;P&gt;So, could you please confirm if you have downloaded the oneAPI Base Toolkit first?&lt;/P&gt;
&lt;P&gt;Also, we suggest you try compiling the ARPACK++ library in the Intel oneAPI command prompt where the setvars script is initialized automatically which will ease the process of finding and linking with necessary Intel components accordingly.&lt;/P&gt;
&lt;P&gt;A quick check from our end shows that BLAS/LAPACK was found when trying to compile the arpack++ library in Intel oneAPI command prompt.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VidyalathaB_Intel_0-1649050544089.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/28205iE5BD60E0B365FB51/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="VidyalathaB_Intel_0-1649050544089.png" alt="VidyalathaB_Intel_0-1649050544089.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can also do it from the normal windows command prompt but you need to run the setvars.bat file which is under this location C:\Program Files (x86)\Intel\oneAPI manually before starting to build the arpack++ library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope the provided information helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 05:36:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-link-the-BLAS-library-in-mkl-to-compile-other-packages/m-p/1373965#M32963</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-04-04T05:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to link the BLAS library in mkl to compile other packages</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-link-the-BLAS-library-in-mkl-to-compile-other-packages/m-p/1374768#M32973</link>
      <description>&lt;P&gt;Thank you, I have successfully compiled this package using Intel command prompt, thank you for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 09:34:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-link-the-BLAS-library-in-mkl-to-compile-other-packages/m-p/1374768#M32973</guid>
      <dc:creator>HUANGK</dc:creator>
      <dc:date>2022-04-06T09:34:09Z</dc:date>
    </item>
    <item>
      <title>Re:How to link the BLAS library in mkl to compile other packages</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-link-the-BLAS-library-in-mkl-to-compile-other-packages/m-p/1374776#M32974</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for accepting our solution.&lt;/P&gt;&lt;P&gt;As the issue is resolved we are closing this thread. Please post a new question if you need any additional information from Intel as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a Nice Day!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Apr 2022 09:55:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-link-the-BLAS-library-in-mkl-to-compile-other-packages/m-p/1374776#M32974</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-04-06T09:55:35Z</dc:date>
    </item>
  </channel>
</rss>

