Displaying 2 results from an estimated 2 matches for "libiomp5md".
Did you mean:
libiomp5
2010 Feb 03
1
ctrl-C aborts R when compiling package code with ICC+openMP
...ay cause undefined behavior. For more information, please contact Intel(R) Premier Support.
But KMP_DUPLICATE_LIB_OK=TRUE changes nothing.
I had a look at:
http://software.intel.com/en-us/articles/opm-abort-initializing-libguide40dll/
which suggests there may be a conflict between libguide40 and libiomp5md, but I can't find any loaded R packages that link against libiomp5md...
Does anyone have any ideas?
Many thanks,
Ernest
2019 Dec 27
0
Providing R binaries compiled against a multithreaded BLAS like Intel MKL by default?
...Install Microsoft R Open from https://mran.microsoft.com/download, which comes with the outdated R version 3.5.3 but also with the Intel MKL multithreaded BLAS libraries
2. Install the latest version of R from https://cran.r-project.org/bin/windows/base/, i.e. currently R 3.6.2
3. copy files libiomp5md.dll, Rblas.dll and Rlapack.dll from C:\Program Files\Microsoft\R Open\R-3.5.3\bin\x64 to C:\Program Files\R\R-3.6.2\bin\x64 (you can back up your existing default non-hyperthreaded Rblas.dll and Rlapack.dll files first if you like)
4. copy Microsoft R Open libraries/packages MicrosoftR, RevoIOQ,...