bjobs_exit {bsub} | R Documentation |
Failed jobs
Description
Failed jobs
Usage
bjobs_exit(max = Inf, filter = NULL)
Arguments
max |
Maximal number of jobs. |
filter |
Regular expression to filter on job names. |
Details
You can directly type bjobs_exit
without parentheses which runs bjobs_exit
with defaults.
Value
The same output format as bjobs
.
Examples
## Not run:
bjobs_exit # this is the same as `bjobs_exit()`
bjobs_exit() # all exit jobs
bjobs_exit(max = 50) # last 50 exit jobs
bjobs_exit(filter = "example") # exit jobs with name ".*example.*"
## End(Not run)
[Package bsub version 1.1.0 Index]