MantisBT - CMake
View Issue Details
0014138CMakeModulespublic2013-05-10 18:022016-06-10 14:31
j.mcq 
Kitware Robot 
normalmajoralways
closedmoved 
CentOS6.4
CMake 2.8.10 
 
0014138: FindBLAS.cmake does not support MKL v11 (and probably FindLAPACK.cmake)
FindBLAS (and probably FindLAPACK as well) have entries to use MKL up to v10.
However, the matches are explicit and fail to find, e.g. mkl 11.0.3.163 which I have installed, even if I set BLA_VENDOR to Intel
obtain evaluation license for MKL from Intel (webpage)
install mkl 11.x.x.x

1. create a CMakeLists.txt with:
    SET(BLA_VENDOR Generic)
    #SET(BLA_VENDOR Intel)
    find_package(BLAS REQUIRED)

2.do a cmake . and note that it completes
3. remove the # sign from '#SET' and repeat
4. note that it fails
The intel link line advisor at
http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/ [^]
can be used to find out what exact linkage strings should be for linking, which is faster than trial-and-error.

I am expecting this will not be fixed soon and will be hacking up my own version of FindBLAS (and FindLAPACK), but I can't say when I will have that done, nor what quality level, or number of linkage options it will provide.
No tags attached.
Issue History
2013-05-10 18:02j.mcqNew Issue
2013-05-11 09:10Rolf Eike BeerAssigned To => Alexey Ozeritsky
2013-05-11 09:10Rolf Eike BeerStatusnew => assigned
2013-05-13 13:51Brad KingAssigned ToAlexey Ozeritsky =>
2013-05-13 13:52Brad KingStatusassigned => backlog
2013-05-13 13:52Brad KingNote Added: 0033029
2016-06-10 14:28Kitware RobotNote Added: 0042277
2016-06-10 14:28Kitware RobotStatusbacklog => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0033029)
Brad King   
2013-05-13 13:52   
Moving to backlog awaiting a new volunteer module maintainer:

 http://www.cmake.org/Wiki/CMake:Module_Maintainers [^]
(0042277)
Kitware Robot   
2016-06-10 14:28   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.