View source: R/clusterFunctionsMulticore.R
makeClusterFunctionsMulticore | R Documentation |
Jobs are spawned by starting multiple R sessions on the commandline
(similar like on true batch systems).
Packages parallel
or multicore
are not used in any way.
makeClusterFunctionsMulticore( ncpus = max(getOption("mc.cores", parallel::detectCores()) - 1L, 1L), max.jobs, max.load, nice, r.options = c("--no-save", "--no-restore", "--no-init-file", "--no-site-file"), script )
ncpus |
[ |
max.jobs |
[ |
max.load |
[ |
nice |
[ |
r.options |
[ |
script |
[ |
[ClusterFunctions
].
Other clusterFunctions:
makeClusterFunctionsInteractive()
,
makeClusterFunctionsLSF()
,
makeClusterFunctionsLocal()
,
makeClusterFunctionsOpenLava()
,
makeClusterFunctionsSGE()
,
makeClusterFunctionsSLURM()
,
makeClusterFunctionsSSH()
,
makeClusterFunctionsTorque()
,
makeClusterFunctions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.