| makeClusterFunctionsMulticore {batchtools} | R Documentation |
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_, fs.latency = 0)
Arguments
ncpus |
[ |
fs.latency |
[ |
Value
See Also
Other ClusterFunctions:
makeClusterFunctionsDocker(),
makeClusterFunctionsInteractive(),
makeClusterFunctionsLSF(),
makeClusterFunctionsOpenLava(),
makeClusterFunctionsSGE(),
makeClusterFunctionsSSH(),
makeClusterFunctionsSlurm(),
makeClusterFunctionsSocket(),
makeClusterFunctionsTORQUE(),
makeClusterFunctions()