makeClusterFunctionsMulticore: ClusterFunctions for Parallel Multicore Execution
Description
Jobs are spawned asynchronously using the functions mcparallel
and mccollect
(both in parallel).
Does not work on Windows, use makeClusterFunctionsSocket
instead.Usage
makeClusterFunctionsMulticore(ncpus = NA_integer_)
Arguments
ncpus
[integer(1)
]
Number of VPUs of worker.
Default is to use all cores. The total number of cores "available" can be set via the option mc.cores
and defaults to the heuristic implemented in detectCores
.