Skip to content
Prev 293938 / 398503 Next

What is the most cost effective hardware for R?

On Tue, 8 May 2012, Hugh Morgan wrote:

            
If I had to do what you write above, I would separate the data into
chunks; one for each core/CPU in my system. Then I would invoke R to run on
each core/CPU and have that instance process one data set. With sufficient
memory for each core/CPU the processing will occur in parallel and cut the
overall time by the number of instances running.

   You might want to turn up the air conditioning around the system 'cause
that CPU is going to be working hard.

Rich