Skip to content

optimal hardware for computations in R?

2 messages · Liaw, Andy, Martin Renner

#
I thought there are quite a bit of evidence that Hyper-Threading may be more
of a debit than credit under many conditions.  Is that not so?  We have a
dual Xeon box running Linux, and we disabled the HT.

If the computing tasks will ever reach the 3GB limit on memory, the best
choice is still AMD64.  Even though we have 8GB on the dual Xeon, each
process is still limited to 3GB of RAM.  For our application, we'd get as
much RAM as possible, and not necessarily the fastest CPU.  The dual Opteron
244 we have is about 0%-15% faster than the dual 2.4GHz Xeon, depending on
the tasks.

Also, you can easily make use of dual CPUs with Luke's `snow' package.

Andy
#
You might want to consider a G5. It holds 8 GB of RAM, dual 64 bit 
processor, unix-based OS, runs MS Office, and probably gives you the 
most flops for your bug (that's why Virginia Tech went for G5s when 
building their supercomputer). What else would you want?

Martin