View source: R/clusterFunctions.R
cfHandleUnknownSubmitError | R Documentation |
This function is only intended for use in your own cluster functions implementation.
Simply constructs a SubmitJobResult
object with status code 101, NA as batch id and
an informative error message containing the output of the OS command in output
.
cfHandleUnknownSubmitError(cmd, exit.code, output)
cmd |
[ |
exit.code |
[ |
output |
[ |
[SubmitJobResult
].
Other ClusterFunctionsHelper:
cfBrewTemplate()
,
cfKillJob()
,
cfReadBrewTemplate()
,
makeClusterFunctions()
,
makeSubmitJobResult()
,
runOSCommand()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.