run_cmd {bsub} | R Documentation |
Run command on submission node
Description
Run command on submission node
Usage
run_cmd(cmd, print = FALSE)
Arguments
cmd |
A single-line command. |
print |
Whether to print output from the command. |
Details
If current node is not the submission node, the command is executed via ssh.
Value
The output of the command.
Examples
## Not run:
# run pwd on remote node
run_cmd("pwd")
## End(Not run)
[Package bsub version 1.1.0 Index]