View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0014138 | CMake | Modules | public | 2013-05-10 18:02 | 2016-06-10 14:31 | ||||
Reporter | j.mcq | ||||||||
Assigned To | Kitware Robot | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | moved | ||||||
Platform | OS | CentOS | OS Version | 6.4 | |||||
Product Version | CMake 2.8.10 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0014138: FindBLAS.cmake does not support MKL v11 (and probably FindLAPACK.cmake) | ||||||||
Description | 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 | ||||||||
Steps To Reproduce | 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 | ||||||||
Additional Information | 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. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0033029) Brad King (manager) 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 (administrator) 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. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2013-05-10 18:02 | j.mcq | New Issue | |
2013-05-11 09:10 | Rolf Eike Beer | Assigned To | => Alexey Ozeritsky |
2013-05-11 09:10 | Rolf Eike Beer | Status | new => assigned |
2013-05-13 13:51 | Brad King | Assigned To | Alexey Ozeritsky => |
2013-05-13 13:52 | Brad King | Status | assigned => backlog |
2013-05-13 13:52 | Brad King | Note Added: 0033029 | |
2016-06-10 14:28 | Kitware Robot | Note Added: 0042277 | |
2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved |
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved |
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot |
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |