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)
character(1)
]
OS command used to submit the job, e.g. qsub.integer(1)
]
Exit code of the OS command, should not be 0.character
]
Output of the OS command, hopefully an informative error message.
If these are multiple lines in a vector, they are automatically joined.SubmitJobResult
].cfBrewTemplate
,
cfKillJob
,
cfReadBrewTemplate
,
makeClusterFunctions
,
makeSubmitJobResult
,
runOSCommand