<?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 cmake configure findBLAS.cmake can't find MKL in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cmake-configure-findBLAS-cmake-can-t-find-MKL/m-p/793499#M2453</link>
    <description>&lt;P&gt;FindBLAS.cmake and/or FindLAPACK.cmake are failing to locate your MKL install.&lt;/P&gt;&lt;P&gt;Can you please send me your CMakeLists.txt files? I think we need to specify your environment related information in this file. Which OS (version)are you using?&lt;/P&gt;</description>
    <pubDate>Mon, 12 Mar 2012 17:43:11 GMT</pubDate>
    <dc:creator>Sridevi_A_Intel</dc:creator>
    <dc:date>2012-03-12T17:43:11Z</dc:date>
    <item>
      <title>cmake configure findBLAS.cmake can't find MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cmake-configure-findBLAS-cmake-can-t-find-MKL/m-p/793496#M2450</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I ran the mklvars to set env for all the MKL varaibles
 then ran cmake-gui from the command prompt. When I try to "Configure" I get the following 
errors.&lt;BR /&gt;&lt;BR /&gt;CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBLAS.cmake:612 (message):&lt;BR /&gt; A required library with BLAS API not found. Please specify library&lt;BR /&gt; location.&lt;BR /&gt;Call Stack (most recent call first):&lt;BR /&gt; C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindLAPACK.cmake:142 (find_package)&lt;BR /&gt; C:/stuff/stuff.cmake:14 (find_package)&lt;BR /&gt; CMakeLists.txt:43 (include)&lt;BR /&gt;&lt;BR /&gt;the findBLAS.cmake is calling for sgemm.&lt;BR /&gt;&lt;BR /&gt;Is there a different method for cmake to see MKL?&lt;BR /&gt;Please find attached the findBLAS.cmake and findLAPACK.cmake. &lt;BR /&gt;&lt;A onclick="ndownload('http://software.intel.com/file/42207')"&gt;FindBLAS.cmake&lt;/A&gt;&lt;BR /&gt;&lt;A onclick="ndownload('http://software.intel.com/file/42208')"&gt;FindLAPACK.cmake&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Software: Intel Parallel Studio XE 2011&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;F</description>
      <pubDate>Fri, 09 Mar 2012 19:58:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cmake-configure-findBLAS-cmake-can-t-find-MKL/m-p/793496#M2450</guid>
      <dc:creator>fbonniwell</dc:creator>
      <dc:date>2012-03-09T19:58:53Z</dc:date>
    </item>
    <item>
      <title>cmake configure findBLAS.cmake can't find MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cmake-configure-findBLAS-cmake-can-t-find-MKL/m-p/793497#M2451</link>
      <description>&lt;P&gt;error says : Requried Library BLAS API not found" ..&lt;BR /&gt;So, I'm guessing you need to let your program know where BLAS libraries are installed&lt;BR /&gt;&lt;BR /&gt;Could you please set environment variables:&lt;BR /&gt;BLAS_LIB_DIR = path to BLAS libraries&lt;BR /&gt;LAPACK_LIB_DIR = path to LAPACK libraries&lt;BR /&gt;&lt;BR /&gt;and then rerun cmake-gui again?&lt;BR /&gt;&lt;BR /&gt;--Sridevi&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 21:48:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cmake-configure-findBLAS-cmake-can-t-find-MKL/m-p/793497#M2451</guid>
      <dc:creator>Sridevi_A_Intel</dc:creator>
      <dc:date>2012-03-09T21:48:25Z</dc:date>
    </item>
    <item>
      <title>cmake configure findBLAS.cmake can't find MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cmake-configure-findBLAS-cmake-can-t-find-MKL/m-p/793498#M2452</link>
      <description>Hello Sridevi, &lt;BR /&gt;&lt;BR /&gt;I tried running the mklvars and setting the &lt;B&gt;BLAS_LIB_DIR&lt;/B&gt; and &lt;B&gt;LAPACK_LIB_DIR&lt;/B&gt; variables but I recieve the same errors. &lt;BR /&gt;</description>
      <pubDate>Sat, 10 Mar 2012 08:39:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cmake-configure-findBLAS-cmake-can-t-find-MKL/m-p/793498#M2452</guid>
      <dc:creator>fbonniwell</dc:creator>
      <dc:date>2012-03-10T08:39:08Z</dc:date>
    </item>
    <item>
      <title>cmake configure findBLAS.cmake can't find MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cmake-configure-findBLAS-cmake-can-t-find-MKL/m-p/793499#M2453</link>
      <description>&lt;P&gt;FindBLAS.cmake and/or FindLAPACK.cmake are failing to locate your MKL install.&lt;/P&gt;&lt;P&gt;Can you please send me your CMakeLists.txt files? I think we need to specify your environment related information in this file. Which OS (version)are you using?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2012 17:43:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cmake-configure-findBLAS-cmake-can-t-find-MKL/m-p/793499#M2453</guid>
      <dc:creator>Sridevi_A_Intel</dc:creator>
      <dc:date>2012-03-12T17:43:11Z</dc:date>
    </item>
    <item>
      <title>cmake configure findBLAS.cmake can't find MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cmake-configure-findBLAS-cmake-can-t-find-MKL/m-p/793500#M2454</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After looking at your FindBLAS.cmake for mkl fragments for Parallel Studio XE 2011:&lt;BR /&gt;1) please use iomp5 library instead of guide or guide40&lt;BR /&gt;2) don't use one-level mkl_ia32or mkl_em64t which are from old MKL releases but mkl layers: mkl_intel_lp64;mkl_intel_thread;mkl_core or mkl_intel_ilp64;mkl_intel_thread;mkl_core</description>
      <pubDate>Thu, 22 Mar 2012 11:55:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cmake-configure-findBLAS-cmake-can-t-find-MKL/m-p/793500#M2454</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2012-03-22T11:55:04Z</dc:date>
    </item>
  </channel>
</rss>

