debugSSH {BatchJobs} | R Documentation |
Helper function to debug SSH mode.
Description
Useful in case of configuration problems. Tries different operations of increasing difficulty and provides debug output on the console.
Note that this function does not access nor use information specified for your cluster functions in your configuration.
Usage
debugSSH(
nodename,
ssh.cmd = "ssh",
ssh.args = character(0L),
rhome = "",
r.options = c("--no-save", "--no-restore", "--no-init-file", "--no-site-file"),
dir = getwd()
)
Arguments
nodename |
[ |
ssh.cmd |
[ |
ssh.args |
[ |
rhome |
[ |
r.options |
[ |
dir |
[ |
Value
Nothing.
See Also
Other debug:
debugMulticore()
,
getErrorMessages()
,
getJobInfo()
,
getLogFiles()
,
grepLogs()
,
killJobs()
,
resetJobs()
,
setJobFunction()
,
showLog()
,
testJob()