Re: [R] Access to OpenBLAS

2012-02-14 Thread Dirk Eddelbuettel

On 14 February 2012 at 09:01, Scott Raynaud wrote:
| My IT people have set up a Kubuntu box with an RWkard front
| end.  I have OpenBLAS set up as a shared BLAS but I'm not
| sure how to get R to see it.  A.3.1 of the installation docs talks
| about it but I'm not clear if I need a option on my startup line or
| if I need to find a config file.  The BLAS is is in:
|  
| /usr/lib/openblas-base
|  
| on my machine. Recommendations?

This is clearly a question for the R-SIG-Debian list dedicated to R on both
Debian and Ubuntu.

In short, this should just work as BLAS libraries (from the distribution) are
plug-and-play. You can verify via the ldd command.

Dirk

-- 
"Outside of a dog, a book is a man's best friend. Inside of a dog, it is too
dark to read." -- Groucho Marx

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Access to OpenBLAS

2012-02-14 Thread Prof Brian Ripley

On 14/02/2012 17:01, Scott Raynaud wrote:

My IT people have set up a Kubuntu box with an RWkard front
end.  I have OpenBLAS set up as a shared BLAS but I'm not
sure how to get R to see it.  A.3.1 of the installation docs talks
about it but I'm not clear if I need a option on my startup line or
if I need to find a config file.  The BLAS is is in:

/usr/lib/openblas-base

on my machine. Recommendations?

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


AFAIK OpenBLAS is a version of the Goto BLAS, so the comments about that 
apply.  You should be able to link it as a shared BLAS.  It is not a 
configurable option when running R, nor do you need to re-configure R.


--
Brian D. Ripley,  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Access to OpenBLAS

2012-02-14 Thread Scott Raynaud
My IT people have set up a Kubuntu box with an RWkard front
end.  I have OpenBLAS set up as a shared BLAS but I'm not
sure how to get R to see it.  A.3.1 of the installation docs talks
about it but I'm not clear if I need a option on my startup line or
if I need to find a config file.  The BLAS is is in:
 
/usr/lib/openblas-base
 
on my machine. Recommendations?

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.