View source: R/clusterFunctions.R
| makeClusterFunctions | R Documentation |
Use this funtion when you implement a backend for a batch system. You must define the functions specified in the arguments.
makeClusterFunctions(
name,
submitJob,
killJob,
listJobs,
getArrayEnvirName,
class = NULL,
...
)
name |
[ |
submitJob |
[ |
killJob |
[ |
listJobs |
[ |
getArrayEnvirName |
[ |
class |
[ |
... |
[ |
Other clusterFunctions:
makeClusterFunctionsInteractive(),
makeClusterFunctionsLSF(),
makeClusterFunctionsLocal(),
makeClusterFunctionsMulticore(),
makeClusterFunctionsOpenLava(),
makeClusterFunctionsSGE(),
makeClusterFunctionsSLURM(),
makeClusterFunctionsSSH(),
makeClusterFunctionsTorque()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.