View source: R/clusterFunctionsMulticore.R
makeClusterFunctionsMulticore | 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 |
[ |
[ClusterFunctions
].
Other ClusterFunctions:
makeClusterFunctionsDocker()
,
makeClusterFunctionsInteractive()
,
makeClusterFunctionsLSF()
,
makeClusterFunctionsOpenLava()
,
makeClusterFunctionsSGE()
,
makeClusterFunctionsSSH()
,
makeClusterFunctionsSlurm()
,
makeClusterFunctionsSocket()
,
makeClusterFunctionsTORQUE()
,
makeClusterFunctions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.