Learn R Programming

batchtools (version 0.9.0)

makeClusterFunctionsSocket: ClusterFunctions for Parallel Socket Execution

Description

Jobs are spawned asynchronously using the package snow.

Usage

makeClusterFunctionsSocket(ncpus = NA_integer_)

Arguments

ncpus
[integer(1)] Number of VPUs of worker. Default is to use all cores. The total number of cores "available" can be set via the option mc.cores and defaults to the heuristic implemented in detectCores.

Value

[ClusterFunctions].

See Also

Other ClusterFunctions: makeClusterFunctionsDocker, makeClusterFunctionsInteractive, makeClusterFunctionsLSF, makeClusterFunctionsMulticore, makeClusterFunctionsOpenLava, makeClusterFunctionsSGE, makeClusterFunctionsSSH, makeClusterFunctionsSlurm, makeClusterFunctionsTorque, makeClusterFunctions