| makeClusterFunctionsMulticore {batchtools} | R Documentation |
Jobs are spawned asynchronously using the functions mcparallel and mccollect (both in parallel).
Does not work on Windows, use makeClusterFunctionsSocket instead.
makeClusterFunctionsMulticore(ncpus = NA_integer_, fs.latency = 0)
ncpus |
[ |
fs.latency |
[ |
Other ClusterFunctions: makeClusterFunctionsDocker,
makeClusterFunctionsInteractive,
makeClusterFunctionsLSF,
makeClusterFunctionsOpenLava,
makeClusterFunctionsSGE,
makeClusterFunctionsSSH,
makeClusterFunctionsSlurm,
makeClusterFunctionsSocket,
makeClusterFunctionsTORQUE,
makeClusterFunctions