Implementing mclapply() on Windows: a primer on embarrassingly parallel computation on multicore systems with R

R-bloggers 2014-07-15

Summary:

An easy way to run R code in parallel on a multicore system is with the mclapply() function. Unfortunately, mclapply() does not work on Windows machines because the mclapply() implementation relies on forking and Windows does not support forking. For me, this is somewhat of a headache because I am used to using mclapply(), and […]

Link:

http://feedproxy.google.com/~r/RBloggers/~3/aWI33dlefko/

From feeds:

Statistics and Visualization » R-bloggers

Tags:

r bloggers

Authors:

nmv

Date tagged:

07/15/2014, 08:20

Date published:

07/14/2014, 16:08