bsub (version 1.0.0)

bjobs_exit: 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.

Value

The same output format as bjobs.

Details

You can directly type bjobs_exit without parentheses which runs bjobs_exit with defaults.

Examples

Run this code
# 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.*"
# }

Run the code above in your browser using DataLab