Re: [R] multicore combn

2011-10-16 Thread Søren Højsgaard
rg [r-help-boun...@r-project.org] På vegne af jebyrnes [byr...@msi.ucsb.edu] Sendt: 16. oktober 2011 03:25 Til: r-help@r-project.org Emne: [R] multicore combn This is a 'rather than re-invent the wheel' post. Has anyone out there re-written combn so that it can be parallelized - with

[R] multicore combn

2011-10-16 Thread jebyrnes
This is a 'rather than re-invent the wheel' post. Has anyone out there re-written combn so that it can be parallelized - with multicore, snow, or otherwise? I have a job that requires large numbers of combinations, and rather than get all of the index values, then crank it through mclapply, I was