Skip to content
Prev 31948 / 63424 Next

R thread safe

On Mar 18, 2009, at 7:11 , Ted Byers wrote:

            
For the purpose of matrix computations with BLAS/Lapack, use an  
optimized, multithreaded BLAS implementation. That way you use the  
multiple cores for "free" when you do matrix algebra, which is often  
(but not always) the heavy part of a computation. People have been  
doing this for a long time on OS X where it is default to use an  
implementation provided by Apple. I don't know exactly how to set this  
up for Linux or Windows.

Kasper