mclapplySB
is a size balancing version of
mclapply
.mclapplySB(X, FUN, ...,
mc.preschedule = TRUE, mc.set.seed = TRUE,
mc.silent = FALSE, mc.cores = 1L,
mc.cleanup = TRUE, mc.allow.recursive = TRUE,
size = 1)
as.list
.X
FUN
mclapply
mclapply
mclapply
mclapply
mclapply
X
(recycled if needed).
The default 1
indicates equality of problem sizes.mclapply
gives details of the forking
mechanism. mclapply
is used unmodified
if sizes of the jobs are equal (length(unique(size)) == 1
).
Size balancing (as described in snowWrapper
)
is used to balance workload on the child processes
otherwise.
mclapply
, snowWrapper