bjobs_pending: Pending jobs

Description Usage Arguments Details Value Examples

View source: R/monitor.R

Description

Pending jobs

Usage

1

Arguments

max

Maximal number of jobs.

filter

Regular expression to filter on job names.

Details

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

Value

The same output format as bjobs.

Examples

1
2
3
4
5
6
7
## 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.*"

## End(Not run)

bsub documentation built on July 1, 2021, 5:07 p.m.