Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

cmake configure findBLAS.cmake can't find MKL

fbonniwell
Beginner
889 Views
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
0 Kudos
2 Replies
Sridevi_A_Intel
Employee
889 Views
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


0 Kudos
fbonniwell
Beginner
889 Views
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
0 Kudos
Reply