Closed jhnwnd closed 5 years ago
On a Windows machine with Intel MKL installed, running cmake does not find the MKL paths, even when setting a MKLROOT environment variable. I have observed that MKL is found if I replace cmake/FindMKL.cmake with https://github.com/marian-nmt/marian-dev/blob/master/cmake/FindMKL.cmake.
MKLROOT
On a Windows machine with Intel MKL installed, running cmake does not find the MKL paths, even when setting a
MKLROOT
environment variable. I have observed that MKL is found if I replace cmake/FindMKL.cmake with https://github.com/marian-nmt/marian-dev/blob/master/cmake/FindMKL.cmake.