Skip to content
Prev 5397 / 15075 Next

Does 64-bit R use multiple cores?

It depends on the computations you want to do.

R for Mac OS X uses Altivec which is a multithreaded version of BLAS  
and lapack. What this means is that for any computations involving  
matrix algebra, you do utilize multiple cores. Depending on what you  
are trying to compute and how that computation is implemented, this  
may prove to be just what you want or it may have little to no effect.

Kasper
On Nov 25, 2008, at 15:24 , John C. Tull wrote: