bsub (version 1.0.0)

bjobs_pending: Pending jobs

Description

Pending jobs

Usage

bjobs_pending(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_pending without parentheses which runs bjobs_pending with defaults.

Examples

Run this code
# NOT RUN {
bjobs_pending  # this is the same as `bjobs_pending()`
bjobs_pending() # all pending jobs
bjobs_pending(max = 50) # last 50 pending jobs
bjobs_pending(filter = "example") # pending jobs with name ".*example.*"
# }

Run the code above in your browser using DataLab