Skip to content
Prev 524 / 2152 Next

"chunking" parallel tasks

On 01/26/2010 09:51 AM, Norm Matloff wrote:
Agreed, and for the matrix operations Mark hinted at one likely gets the
most benefit by using R's vectorized matrix operations (rather than
*apply), then by using vectorized blas/lapack libraries, then multicore.
Probably distributing tasks across nodes in a cluster (e.g., mpi) for
matrix operations is almost always a losing proposition -- communication
costs are just too high.

Martin