From 4fecf8a1724efb366fdc498604187dcaaf88d7c1 Mon Sep 17 00:00:00 2001 From: cbeall3 Date: Tue, 30 Sep 2014 13:09:13 -0400 Subject: [PATCH] Add path for new MKL installation folder in latest parallel studio release --- cmake/FindMKL.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/FindMKL.cmake b/cmake/FindMKL.cmake index c387ce9d3..44681f7b8 100644 --- a/cmake/FindMKL.cmake +++ b/cmake/FindMKL.cmake @@ -58,6 +58,7 @@ FIND_PATH(MKL_ROOT_DIR /opt/intel/mkl/*/ /opt/intel/cmkl/ /opt/intel/cmkl/*/ + /opt/intel/*/mkl/ /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/universal "C:/Program Files (x86)/Intel/ComposerXE-2011/mkl" "C:/Program Files (x86)/Intel/Composer XE 2013/mkl"