bkill: Kill jobs

View source: R/run_cmd.R

bkillR Documentation

Kill jobs

Description

Kill jobs

Usage

bkill(job_id, filter = NULL)

Arguments

job_id

A vector of job IDs or a data frame returned by bjobs().

filter

Regular expression on job names (only the running and pending jobs). It is only used when job_id is not set.

Examples

## Not run: 
job_id = c(10000000, 10000001, 10000002)  # job ids can be get from `bjobs()`
bkill(job_id)
# kill all jobs (running and pending) of which the names contain "example"
bkill(filter = "example") 

## End(Not run)

jokergoo/bsub documentation built on June 30, 2024, 5:16 p.m.