On Sun, Aug 21, 2011 at 10:18 AM, Noah Silverman <noahsilver...@ucla.edu> wrote:
> Hi,
>
> I want to create a custom build of R, for my particular machine that will run 
> as fast as possible.
>
> CPU: Dual cora AMD 64 bit
>
> OS: Fedora 15
>
> I know there are a lot of options for compile time flags, lapack, blas, 
> atlas, etc.  Not sure what the best combination is.

If you need any kind of matrix manipulations with larger matrices (say
more than a few hundred rows or columns), I would definitely suggest a
custom BLAS, for example Goto BLAS or ATLAS. When I last compared them
a couple of years ago, Goto BLAS was somewhat (on the order of 20%)
faster than ATLAS. This may have changed because of better compilers,
plus I only used Intel processors, so you may want to look into that.
A problem with Goto BLAS was that it would inexplicably slow down, or
grind to a halt, if two separate R processes were calling the BLAS
routines at the same time, whereas ATLAS never gave us any trouble.

My understanding is that Goto BLAS is not maintained anymore but the
existing version should work well.

HTH,

Peter

______________________________________________
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.

Reply via email to