makeClusterFunctionsSocket {batchtools} | R Documentation |
ClusterFunctions for Parallel Socket Execution
Description
Jobs are spawned asynchronously using the package snow.
Usage
makeClusterFunctionsSocket(ncpus = NA_integer_, fs.latency = 65)
Arguments
ncpus |
[ |
fs.latency |
[ |
Value
See Also
Other ClusterFunctions:
makeClusterFunctionsDocker()
,
makeClusterFunctionsInteractive()
,
makeClusterFunctionsLSF()
,
makeClusterFunctionsMulticore()
,
makeClusterFunctionsOpenLava()
,
makeClusterFunctionsSGE()
,
makeClusterFunctionsSSH()
,
makeClusterFunctionsSlurm()
,
makeClusterFunctionsTORQUE()
,
makeClusterFunctions()