[R] Installing OpenBLAS in R

Peter Langfelder peter.langfelder at gmail.com
Thu Jul 11 20:26:47 CEST 2013


[cc-ing the list]

On Wed, Jul 10, 2013 at 11:36 PM, Christofer Bogaso
<bogaso.christofer at gmail.com> wrote:
> Hello again,
>
> I was wondering if it is possible to install OpenBLAS linear algebra
> library in R running under windows.

You will have to re-compile R from source and re-install it.

http://cran.r-project.org/doc/manuals/r-devel/R-admin.html

and in particular

http://cran.r-project.org/doc/manuals/r-devel/R-admin.html#BLAS

For what it's worth, on my Core i5 processor running linux I found
that ATLAS BLAS is somewhat faster than OpenBLAS.

HTH,

Peter



More information about the R-help mailing list