Displaying 2 results from an estimated 2 matches for "libgoto2_penrynp".
2010 Jun 07
1
Compiling R-2.11.1 patched on Ubuntu 10.04 with Optimized GotoBLAS2 libraries
...ols as follows:
sudo apt-get build-dep r-base
sudo apt-get install gobjc sun-java6-jdk sun-java6-jre
Subsequently, I successfully installed R 2.11.1 patched from subversion using
defaults:
./configure
Next, I built the optimized Optimized GotoBLAS2 libraries version 1.13
and placed the file 'libgoto2_penrynp-r1.13.so' in /usr/lib
Finally, I renamed the original 'libRblas.so' file that was installed
in /usr/local/lib64
and created a soft link to the libgoto2 file.
cd /usr/local/lib64/R/lib
sudo ln -s /usr/lib/libgoto2_penrynp-r1.13.so libRblas.so
2012 Feb 14
1
Accessto OpenBLAS
My IT people have set up R on a 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. I'm not sure how to confirm that