microsoft / microsoft-r-open

Microsoft R Open Source
212 stars 69 forks source link

OSX package ‘RevoUtilsMath’ is not available (for R version 3.4.0) #28

Closed sefabey closed 6 years ago

sefabey commented 7 years ago

I've installed R from Mran and tried to check if it's actually running multi-threaded as instructed here https://mran.microsoft.com/documents/rro/multithread/#mt-setget.

First, I tried to run getMKLthreads() command and it could not find the function. Next, I tried installing RevoUtilsMath package (which should have been come installed with Mran I guess) but I got the error in the title.

Running on OSX Sierra.

richcalaway commented 6 years ago

On OSX, we do not provide RevoUtilsMath or the MKL libraries (and control functions) as that OS provides its own Accelerate framework for multi-threaded computation.