cmake configure findBLAS.cmake can't find MKL

cmake configure findBLAS.cmake can't find MKL

Portrait de fbonniwell

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

3 posts / 0 nouveau(x)
Dernière contribution
Reportez-vous à notre Notice d'optimisation pour plus d'informations sur les choix et l'optimisation des performances dans les produits logiciels Intel.
Portrait de Sridevi (Intel)

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

Portrait de fbonniwell

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

Connectez-vous pour laisser un commentaire.