Skip to content
Prev 326721 / 398502 Next

Installing OpenBLAS in R

On 11/07/2013 19:26, Peter Langfelder wrote:
No, all you need to do on Windows is to replace Rblas.dll.  On Linux you 
most likely only need to link to libRblas.so.

However

- GotoBLAS contained alignment bugs (he called them bugs in R ...) that 
stopped 32-bit versions working (or working well). OpenBLAS is a 
descendant, and I have not heard this has been fixed.

- I suspect any Windows user who needs to ask does not know enough to do 
this.  In any case, the posting guide makes clear this is an R-devel topic.
Depends on the precise CPU and the task.  For SandyBridge Core i7's (and 
Xeons) MKL seems better than anything else (and IvyBridge ones are similar).

Now we commonly have systems with 16 cores (and 32 virtual CPUs) the 
game can be very different from a dual-core Core i5.  We do need to know 
what sort of system we are talking about.