Skip to content

Dual Core vs Quad Core

4 messages · Kitty Lee, Andrew Perrin, Simon Blomberg +1 more

#
On Mon, 17 Dec 2007, Kitty Lee wrote:

            
If I have my information right, R will use dual- or quad-cores if it's 
doing two (or four) things at once. The second core will help a little bit 
insofar as whatever else your machine is doing won't interfere with the 
one core on which it's running, but generally things that take a single 
thread will remain on a single core.

As for RAM, if you're doing memory-bound work you should certainly be 
using a 64-bit machine and OS so you can utilize the larger memory space.


----------------------------------------------------------------------
Andrew J Perrin - andrew_perrin (at) unc.edu - http://perrin.socsci.unc.edu
Associate Professor of Sociology; Book Review Editor, _Social Forces_
University of North Carolina - CB#3210, Chapel Hill, NC 27599-3210 USA
#
I've been running R on a quad-core using Debian Gnu/Linux since March
this year, and I am very pleased with the performance.

Simon.
On Mon, 2007-12-17 at 20:13 -0500, Andrew Perrin wrote:
#
I ran a bayesian simulation sometime ago and it took me 1 week to finish
on a debian box (Dell PE 2850  Dual Intel Xeon at 3.6GHz  6GB). I think it
depends on the setting of the experiment and whether the code can be
parallelized.
Simon Blomberg wrote: