<?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 Shaijuan in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116119#M24651</link>
    <description>&lt;P&gt;Shaijuan&lt;/P&gt;

&lt;P&gt;Any progress or questions?&lt;/P&gt;

&lt;P&gt;Peter&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2016 17:35:05 GMT</pubDate>
    <dc:creator>PeterTheRascal</dc:creator>
    <dc:date>2016-10-25T17:35:05Z</dc:date>
    <item>
      <title>CMAKE and FindMKL or FindLAPACK  (Intel® Parallel Studio XE 2016, Windows)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116115#M24647</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Are there any CMAKE&amp;nbsp; experts on this Forum? If so do you have a version of findMKL or findLAPACK that works&amp;nbsp; for me on modern Intel Fortran/Windows &amp;nbsp;&amp;nbsp;I have not tested them in Linux but suspect they are fine.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG style="font-size: 1em;"&gt;Why use CMAKE?&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;In recent years, I wasted loads of time sorting out “errors” in the ever increasing number of VS properties. So a friend has helped be migrate to CMAKE.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;CMAKE is a MAKE package widely used by software professionals. In Windows CMAKE builds a VS solution from a few text files and this has improved my productivity. A typical one of my projects uses:&lt;/SPAN&gt;&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;Fortran (DLL or EXE) calling&lt;/LI&gt;
	&lt;LI&gt;Fortran lib (DLL or static)&lt;/LI&gt;
	&lt;LI&gt;C++ lib (DLL or static)&lt;/LI&gt;
	&lt;LI&gt;Alglib C++&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Whole projects were the easity ported to Linux (gfortran and c++) by someone with no experience in either Fortran and CMAKE.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;The problem&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;My problem is including MKL / LAPACK tidily. The “proper” method is to use&amp;nbsp; either FindMKL or findLAPACK. A DIY one would be either hard work and/ or less versatile than a good “maintained” one. But I cannot get any of the versions to work e.g.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;findMKL:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://raw.githubusercontent.com/hanjianwei/cmake-modules/master/FindMKL.cmake"&gt;https://raw.githubusercontent.com/hanjianwei/cmake-modules/master/FindMKL.cmake&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/Eyescale/CMake/blob/master/FindMKL.cmake"&gt;https://github.com/Eyescale/CMake/blob/master/FindMKL.cmake&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;findLAPACK&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;github.com/torch/torch7/blob/master/lib/TH/cmake/FindLAPACK.cmake&lt;/P&gt;

&lt;P&gt;It could just be an issue of setting parameters (e.g.BL:A_VENDOR) or environmental parameters.&amp;nbsp; I am running from a VS developer cmd prompt and running&lt;/P&gt;

&lt;P&gt;"C:\Program Files (x86)\Intel\Composer XE 2015\mkl\bin\MKLVARS.bat" &amp;nbsp;ia32&lt;/P&gt;

&lt;P&gt;&amp;nbsp;which sets MKLROOT=C:\Program Files (x86)\Intel\Composer XE 2015\mkl&amp;nbsp; amongst other vars.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Oct 2016 21:34:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116115#M24647</guid>
      <dc:creator>PeterTheRascal</dc:creator>
      <dc:date>2016-10-15T21:34:25Z</dc:date>
    </item>
    <item>
      <title>To Admin:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116116#M24648</link>
      <description>&lt;P&gt;To Admin:&lt;/P&gt;

&lt;P&gt;Should I have sent this to the MKL forum? If so can you transfer it?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Of shall I just resubmit it to the MKL forum.?&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2016 13:24:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116116#M24648</guid>
      <dc:creator>PeterTheRascal</dc:creator>
      <dc:date>2016-10-16T13:24:25Z</dc:date>
    </item>
    <item>
      <title>Moved</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116117#M24649</link>
      <description>&lt;P&gt;Moved&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2016 21:08:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116117#M24649</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-10-16T21:08:24Z</dc:date>
    </item>
    <item>
      <title>Hi Peter,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116118#M24650</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;

&lt;P&gt;We will take a look at the cmake files and will update later. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 17:59:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116118#M24650</guid>
      <dc:creator>Shaojuan_Z_Intel</dc:creator>
      <dc:date>2016-10-19T17:59:24Z</dc:date>
    </item>
    <item>
      <title>Shaijuan</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116119#M24651</link>
      <description>&lt;P&gt;Shaijuan&lt;/P&gt;

&lt;P&gt;Any progress or questions?&lt;/P&gt;

&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 17:35:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116119#M24651</guid>
      <dc:creator>PeterTheRascal</dc:creator>
      <dc:date>2016-10-25T17:35:05Z</dc:date>
    </item>
    <item>
      <title>I'm slightly new to all this</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116120#M24652</link>
      <description>&lt;P&gt;I'm slightly new to all this staff (either mkl and cmake), but I have the same problem - trying to "cmake" my project and cannot get the mkl thing working.&amp;nbsp; It is working if all was set manually of course.&lt;/P&gt;

&lt;P&gt;would like to have a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 23:36:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116120#M24652</guid>
      <dc:creator>Michael_M_17</dc:creator>
      <dc:date>2016-11-23T23:36:23Z</dc:date>
    </item>
    <item>
      <title>Michael</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116121#M24653</link>
      <description>&lt;P&gt;Michael&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;1. &amp;nbsp;Do you have "good reason" to use CMAKE? I have explained mine above. Otherwise, as Steve L has said elswehere, VS may be fine without it&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;&lt;SPAN style="font-size: 13.008px;"&gt;2. &amp;nbsp;&amp;gt;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;It is working if all was set manually of course.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;&lt;SPAN style="font-size: 12px;"&gt;Please clarify&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;3. &amp;nbsp;In the mean time I am bodging. A snippet from my&amp;nbsp;CMakeLists.txt is:&lt;/P&gt;

&lt;P&gt;# MKL extra&lt;BR /&gt;
	SET(Fortran_MKL_COMPILE_FLAGS "/Qmkl:sequential /c")&lt;BR /&gt;
	SET(Fortran_MKL_LINK_FLAGS &amp;nbsp; &amp;nbsp;"mkl_lapack95.lib")&lt;BR /&gt;
	SET( CMAKE_Fortran_FLAGS_DEBUG &amp;nbsp; "${CMAKE_Fortran_FLAGS_DEBUG} ${Fortran_MKL_COMPILE_FLAGS}" )&lt;BR /&gt;
	SET( CMAKE_Fortran_FLAGS_RELEASE "${CMAKE_Fortran_FLAGS_RELEASE} ${Fortran_MKL_COMPILE_FLAGS}" )&lt;BR /&gt;
	SET( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${Fortran_MKL_LINK_FLAGS} &amp;nbsp;${Fortran_ALGLIB_LINK_FLAGS}" )&lt;/P&gt;

&lt;P&gt;While I could hand load the MKL DLLs, I chose the "safer"&lt;SPAN style="font-size: 13.008px;"&gt;/Qmkl options&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;&lt;SPAN style="font-size: 1em;"&gt;But I am still desperate for a considered response from Intel. &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Shaojuan Z, y&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;ou have been silent for over two &amp;nbsp;months.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Dec 2016 20:53:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116121#M24653</guid>
      <dc:creator>PeterTheRascal</dc:creator>
      <dc:date>2016-12-24T20:53:51Z</dc:date>
    </item>
    <item>
      <title>I am not a Cmake user, and I</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116122#M24654</link>
      <description>&lt;P&gt;I am not a Cmake user, and I do not work for Intel. It strikes me that "I cannot get any of the versions to work" is too broad a complaint to address. You have not told us what "get it to work" means; you have not shown any error messages that signify "failed", and you have provided no details regarding the OS, compiler version and a test program. So far, no Cmake user has responded in this thread.&lt;/P&gt;

&lt;P&gt;I have used MKL extensively with Make, on Windows and Linux, and never ran into a build problem that I could not easily rectify. If you provide specific details, perhaps I can help.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 10:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116122#M24654</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-12-27T10:38:00Z</dc:date>
    </item>
    <item>
      <title>Hi mecej4</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116123#M24655</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://software.intel.com/en-us/user/9972" style="font-size: 11px; background-color: rgb(238, 238, 238);"&gt;mecej4&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;It seemed unrealistic to run though all the issues I had found with many findLACK.cmake and findMKL.,cmake versions. Rather, I was &lt;SPAN style="font-size: 13.008px;"&gt;, I was hoping to find for a CMAKE user who what found a working solution with whatever #.cmake they chose/developed/modified.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;But a good start is the findLACK.cmake that is "shipped" with the CMAKE:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Summary&lt;BR /&gt;
	---------&lt;BR /&gt;
	This is a simple test of CMAKE for linking F95 lapack/mkl example gesvd.&lt;/P&gt;

&lt;P&gt;MKL_GESVD_issues&amp;nbsp;&lt;BR /&gt;
	This attempts to use the "correct" method via a findLAPACK.cmake. This one is as supplied with the release. Asb shown later, lapack is not found.&lt;/P&gt;

&lt;P&gt;Various alternative "DIY" versions can be found on the web. Similarly for findMKL.cmake&lt;/P&gt;

&lt;P&gt;MKL_GESVD_fudge &amp;nbsp;(ok)&lt;BR /&gt;
	The compile and link options are "hardwired"&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	My (latest) tests used&lt;BR /&gt;
	----------------------&lt;BR /&gt;
	cmake-3.7.1-win32-x86.msi on x64 cpu [FROM https://cmake.org/download/]&lt;BR /&gt;
	Windows 10&lt;/P&gt;

&lt;P&gt;Microsoft Visual Studio Community 2015&lt;BR /&gt;
	Version 14.0.25431.01 Update 3&lt;BR /&gt;
	Microsoft .NET Framework&lt;BR /&gt;
	Version 4.6.01586&lt;BR /&gt;
	Installed Version: Community&lt;BR /&gt;
	........&lt;BR /&gt;
	Visual C++ 2015 &amp;nbsp; 00322-20000-00000-AA078&lt;BR /&gt;
	Microsoft Visual C++ 2015&lt;/P&gt;

&lt;P&gt;To Run CMAKE&lt;BR /&gt;
	-------------&lt;BR /&gt;
	run build_visual_studio_project.bat &amp;nbsp; from explorer or dos prompt&lt;BR /&gt;
	run MKL_GESVD.sln and build Debug and/or Release&lt;/P&gt;

&lt;P&gt;mkl_gesvd.exe&amp;lt;gesvd.d &amp;nbsp;(see run.bat)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	MKL_GESVD_fudge &amp;nbsp;(ok)&lt;BR /&gt;
	-----------------&lt;/P&gt;

&lt;P&gt;run build_visual_studio_project.bat:&lt;/P&gt;

&lt;P&gt;C:\Users\xxx\Dropbox\Intelcmake\MKL_GESVD_fudge&amp;gt;"c:\Program Files (x86)\CMake\bin"\cmake -G"Visual Studio 14 2015" .&lt;BR /&gt;
	-- CMAKE_Fortran_FLAGS_RELEASE= &amp;nbsp;/nologo /O2 &amp;nbsp; /libs:static /threads /Qmkl:sequential /c&lt;BR /&gt;
	-- CMAKE_Fortran_FLAGS_DEBUG= &amp;nbsp;/nologo /debug:full /Od &amp;nbsp; /libs:static /threads /dbglibs /Qmkl:sequential /c&lt;BR /&gt;
	-- CMAKE_EXE_LINKER_FLAGS= &amp;nbsp;/machine:X86 mkl_lapack95.lib&lt;BR /&gt;
	-- Configuring done&lt;BR /&gt;
	-- Generating done&lt;BR /&gt;
	-- Build files have been written to: C:/Users/xxx/Dropbox/Intelcmake/MKL_GESVD_fudge&lt;/P&gt;

&lt;P&gt;C:\Users\xxx\Dropbox\Intelcmake\MKL_GESVD_fudge&amp;gt;pause&lt;/P&gt;

&lt;P&gt;MKL_GESVD_issues&lt;BR /&gt;
	-------------------&lt;BR /&gt;
	run build_visual_studio_project.bat:&lt;/P&gt;

&lt;P&gt;C:\Users\xxx\Dropbox\Intelcmake\MKL_GESVD_issues&amp;gt;"c:\Program Files (x86)\CMake\bin"\cmake -G"Visual Studio 14 2015" .&lt;BR /&gt;
	-- Looking for pthread.h&lt;BR /&gt;
	-- Looking for pthread.h - not found&lt;BR /&gt;
	-- Found Threads: TRUE&lt;BR /&gt;
	-- A library with BLAS API not found. Please specify library location.&lt;BR /&gt;
	-- LAPACK requires BLAS&lt;BR /&gt;
	-- A library with LAPACK API not found. Please specify library location.&lt;BR /&gt;
	-- LAPACK_FOUND = FALSE&lt;BR /&gt;
	-- LAPACK_LINKER_FLAGS =&lt;BR /&gt;
	-- LAPACK_LIBRARIES=&lt;BR /&gt;
	-- LAPACK95_LIBRARIES=&lt;BR /&gt;
	-- LAPACK95_FOUND= &amp;nbsp;FALSE&lt;BR /&gt;
	-- BLA_STATIC=&lt;BR /&gt;
	-- BLA_VENDOR= &amp;nbsp; Intel&lt;BR /&gt;
	-- BLA_F95=&lt;BR /&gt;
	-- Configuring done&lt;BR /&gt;
	-- Generating done&lt;BR /&gt;
	-- Build files have been written to: C:/Users/xxx/Dropbox/Intelcmake/MKL_GESVD_issues&lt;/P&gt;

&lt;P&gt;So neither lapack or blas h,ave been found. One clue: when evaluating Nag, it did find some of its lapack files but still "failed".&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 19:05:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116123#M24655</guid>
      <dc:creator>PeterTheRascal</dc:creator>
      <dc:date>2017-01-02T19:05:37Z</dc:date>
    </item>
    <item>
      <title>did I include the zip?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116124#M24656</link>
      <description>&lt;P&gt;did I include the zip?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 21:30:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116124#M24656</guid>
      <dc:creator>PeterTheRascal</dc:creator>
      <dc:date>2017-01-02T21:30:23Z</dc:date>
    </item>
    <item>
      <title>I extracted your zip file,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116125#M24657</link>
      <description>&lt;P&gt;I extracted your zip file, and changed the command in the batch file to &amp;nbsp;&lt;EM&gt;cmake -G"Visual Studio 12 2013"&amp;nbsp;&lt;/EM&gt;to suit my installation (Cmake 3.0.2, VS2013, PS 2016). Running the batch file produced the project files. Running the .SLN file that it generated produced the EXE for the MKL GESVD test program. Running the GESVD program with the data file gesvd.d was successful and produced (seemingly) correct results.&lt;/P&gt;

&lt;P&gt;One possible reason for your build failing is that the version of Cmake that you use does not support VS2015 -- my version of Cmake does not; when I ran your batch file, which calls Cmake with -G"Visual Studio 14 2015", Cmake gave the error message "CMake Error: Could not create named generator Visual Studio 14 2015".&lt;/P&gt;

&lt;P&gt;This turn of events is quite common with "middlemen" or "fixers" such as Cmake. When you ask them to do things within their repertoire, they please you with how easy they make things for you. When your request strays even a bit outside that repertoire, the result is chaos and disappointment.&lt;/P&gt;

&lt;P&gt;Here is the transcript, presumably from findLAPACK.cmake (I changed the Intel Parallel Studio directory name to &amp;lt;IntelDir&amp;gt;).&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;D:\Intelcmake\MKL_GESVD_fudge&amp;gt; cmake -G"Visual Studio 12 2013"
-- The C compiler identification is MSVC 18.0.31101.0
-- The CXX compiler identification is MSVC 18.0.31101.0
-- Check for working C compiler using: Visual Studio 12 2013
-- Check for working C compiler using: Visual Studio 12 2013 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 12 2013
-- Check for working CXX compiler using: Visual Studio 12 2013 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- The Fortran compiler identification is Intel
-- Check for working Fortran compiler using: Visual Studio 12 2013
-- Check for working Fortran compiler using: Visual Studio 12 2013  -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Determine Intel Fortran Compiler Implicit Link Path
-- Determine Intel Fortran Compiler Implicit Link Path -- done
-- Checking whether &amp;lt;IntelDir&amp;gt;/compilers_and_libraries_2017/windows/bin/intel64/ifort.exe supports Fortran 90
-- Checking whether &amp;lt;IntelDir&amp;gt;/compilers_and_libraries_2017/windows/bin/intel64/ifort.exe supports Fortran 90 -- yes
-- CMAKE_Fortran_FLAGS_RELEASE=  /nologo /O2   /libs:static /threads /Qmkl:sequential /c
-- CMAKE_Fortran_FLAGS_DEBUG=  /nologo /debug:full /Od   /libs:static /threads /dbglibs /Qmkl:sequential /c
-- CMAKE_EXE_LINKER_FLAGS=   /machine:X86  mkl_lapack95.lib
-- Configuring done
-- Generating done
-- Build files have been written to: D:/Intelcmake/MKL_GESVD_fudge&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 23:30:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116125#M24657</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-01-03T23:30:00Z</dc:date>
    </item>
    <item>
      <title>Thanks mecej4</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116126#M24658</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A href="https://software.intel.com/en-us/user/9972" style="font-size: 11px; background-color: rgb(238, 238, 238);"&gt;mecej4&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I can well believe &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;STRONG&gt;MKL_GESVD_issues&lt;/STRONG&gt; problem relates&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;to CMAKE, MKL, or&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;VS versions&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;But the&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 13.008px; background-color: rgb(248, 248, 248);"&gt;&lt;STRONG&gt;MKL_GESVD_fudge&lt;/STRONG&gt;, that you tested, works fine. Unfortunately it is a "fudge" ("bodge") that bypasses findLAPACK. As such it offers little prospect for a CMAKE future (the merits of which I will not debate now).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Could you possibly see if&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;&lt;SPAN style="font-weight: 700;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;SPAN style="font-weight: 700;"&gt;MKL_GESVD_issue&lt;/SPAN&gt;s works with your "setup". It may be necessary to change the name of my&lt;STRONG&gt; findLAPACK.cmake&lt;/STRONG&gt; to allow yours to find any possible system one. &amp;nbsp;Though, if it does work, I am unclear what I should do next!&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 14:03:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116126#M24658</guid>
      <dc:creator>PeterTheRascal</dc:creator>
      <dc:date>2017-01-04T14:03:28Z</dc:date>
    </item>
    <item>
      <title>I see, I chose the wrong</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116127#M24659</link>
      <description>&lt;P&gt;I see, I chose the wrong subproject (by the way, including that in your Zip file was a source of distraction, since you knew that it would not give any problems).&lt;/P&gt;

&lt;P&gt;I cannot get Cmake to work in "MKL_GESVD_issues". There are too many specifics in your configurations regarding paths, such as&amp;nbsp;C:/Users/Psa/Dropbox/Intelcmake/, and assumptions such as the location of Cmake.exe being in /usr/bin, etc., that do not apply to my Windows system. I get the impression that you have some scripts that have not yet been converted from Linux to Windows. By changing the directories in&amp;nbsp;TargetDirectories.txt, I was able to generate a makefile using Cmake, but that makefile turned out to be defective.&lt;/P&gt;

&lt;P&gt;Sorry, I cannot help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 14:32:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116127#M24659</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-01-04T14:32:59Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;There are too many</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116128#M24660</link>
      <description>&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:.25in;margin-left:0in"&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;&amp;gt;&amp;gt;There are too many specifics in your configurations regarding paths, such as&amp;nbsp;C:/Users/Psa/Dropbox/Intelcmake/, and assumptions such as the location of Cmake.exe being in /usr/bin, etc., that do not apply to my Windows system&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:.25in;margin-left:0in"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 12px;"&gt;Which "relevant" file has my hardwired DropBox link? &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0.25in;"&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;I agree that findLACK.cmake has not been ported fully from Linux (if at all). That is the problem.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0.25in;"&gt;thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 14:51:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116128#M24660</guid>
      <dc:creator>PeterTheRascal</dc:creator>
      <dc:date>2017-01-04T14:51:57Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;There are too many</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116129#M24661</link>
      <description>&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:.25in;margin-left:0in"&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;&amp;gt;&amp;gt;There are too many specifics in your configurations regarding paths, such as&amp;nbsp;C:/Users/Psa/Dropbox/Intelcmake/, and assumptions such as the location of Cmake.exe being in /usr/bin, etc., that do not apply to my Windows system&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:.25in;margin-left:0in"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 12px;"&gt;Which "relevant" file has my hardwired DropBox link? &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0.25in;"&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;I agree that findLACK.cmake has not been ported fully from Linux (if at all). That is the problem.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0.25in;"&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp;including [&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700; font-size: 12px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700; font-size: 12px;"&gt;MKL_GESVD_fudge]&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt; in your Zip file was a source of distraction, since you knew that it would not give any problems&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0.25in;"&gt;&lt;SPAN style="font-size: 12px;"&gt;I am confident that the inclusion offers help, especially for a novice in CMAKE as it shows a functioning &amp;nbsp;MKL link;.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0.25in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0.25in;"&gt;thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 14:59:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CMAKE-and-FindMKL-or-FindLAPACK-Intel-Parallel-Studio-XE-2016/m-p/1116129#M24661</guid>
      <dc:creator>PeterTheRascal</dc:creator>
      <dc:date>2017-01-04T14:59:14Z</dc:date>
    </item>
  </channel>
</rss>

