Skip to content
Prev 2563 / 15076 Next

multiprocessor R?

On Apr 17, 2006, at 11:37 AM, Thomas Lumley wrote:

            
As Thomas pointed out dual core is always a win (once you work on a  
dual machine you will never go back to single CPU/core voluntarily).

Also R for Intel Macs comes with ptATLAS tuned for the Core Duo, so  
it uses both cores in parallel for BLAS operations. (Which may or may  
not be helpful depending on the problem at hand). Also note that  
there are ways to parallelize computations in R as well (c.f. snow  
package).

Cheers,
Simon