On 26 July 2019 at 08:48, Robert B. Gramacy wrote:
| That does the trick, thanks! In fact, I had those lines commented out in
| my Rmkl startup script but I can't remember why, since they're part of
| Intel's instructions. Strange that things still worked for somewhat older
| Rs. (Perhaps that
Hi Tomas,
That does the trick, thanks! In fact, I had those lines commented out in
my Rmkl startup script but I can't remember why, since they're part of
Intel's instructions. Strange that things still worked for somewhat older
Rs. (Perhaps that's why I canceled them.)
Dirk, if you're listenin
Dear Robert,
try setting these MKL environment variables
export MKL_INTERFACE_LAYER=GNU,LP64
export MKL_THREADING_LAYER=GNU
the example should then report correct results (and regardless of the
version of R). There is no need to rebuild R from source, but when you
are building from source, th
Dear R-devel team,
I've encountered problems with recent Rs (>= 3.5.3) and MKL. I've followed
Dirk's (http://dirk.eddelbuettel.com/blog/2018/04/15/) and Intel's (
https://software.intel.com/en-us/articles/quick-linking-intel-mkl-blas-lapack-to-r)
instructions and many versions of MKL. All works