Re: [R] embarrassingly parallel problem - simple loop solution

2008-07-10 Thread Martin Morgan
Hi Chris -- "Chris Gaiteri" <[EMAIL PROTECTED]> writes: > I have an "embarrassingly parallel" routine that I need to run 24000^2/2 > times (based on some microarray data). All I really need to do is > parallelize a nested for-loop. But I haven't found a clear list of what > packages/commands I'

[R] embarrassingly parallel problem - simple loop solution

2008-07-10 Thread Chris Gaiteri
I have an "embarrassingly parallel" routine that I need to run 24000^2/2 times (based on some microarray data). All I really need to do is parallelize a nested for-loop. But I haven't found a clear list of what packages/commands I'd need to do this. I've got a dual quad core xeon system running