- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I ran the mklvars to set env all the MKL varaibles then ran cmake-gui from the command prompt but I get the following errors when trying to configure.
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBLAS.cmake:612 (message):
A required library with BLAS API not found. Please specify library
location.
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindLAPACK.cmake:142 (find_package)
C:/stuff/stuff.cmake:14 (find_package)
CMakeLists.txt:43 (include)
Is there a different method for cmake to see MKL?
Software: Intel Parallel Studio XE 2011
Thanks,
F
I ran the mklvars to set env all the MKL varaibles then ran cmake-gui from the command prompt but I get the following errors when trying to configure.
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBLAS.cmake:612 (message):
A required library with BLAS API not found. Please specify library
location.
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindLAPACK.cmake:142 (find_package)
C:/stuff/stuff.cmake:14 (find_package)
CMakeLists.txt:43 (include)
Is there a different method for cmake to see MKL?
Software: Intel Parallel Studio XE 2011
Thanks,
F
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Customer,
For these kind of MKL related Issues/Queries, you can post your question in MKL Forum (http://software.intel.com/en-us/forums/intel-math-kernel-library/).You'll get a quicker response from MKL experts.
Did you get your Issue resolved? can you try changing FindBLAS.cmake to look for the dgemm function instead of cblas_dgemm ??
--Sridevi
For these kind of MKL related Issues/Queries, you can post your question in MKL Forum (http://software.intel.com/en-us/forums/intel-math-kernel-library/).You'll get a quicker response from MKL experts.
Did you get your Issue resolved? can you try changing FindBLAS.cmake to look for the dgemm function instead of cblas_dgemm ??
--Sridevi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Sounds good! I will post in the MKL forums.
The findBLAS.cmake is calling for sgemm. See attached file if curious. FindBLAS.cmake
Thanks,
F
Sounds good! I will post in the MKL forums.
The findBLAS.cmake is calling for sgemm. See attached file if curious. FindBLAS.cmake
Thanks,
F

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page