condor_rm: condor_rm

Description Usage Arguments Value See Also Examples

Description

invokes condor_rm on the cluster

Usage

1
condor_rm(session, jobs)

Arguments

session

session connection object

jobs

character/numeric, jobs to kill

Value

result of call

See Also

ssh_exec

Examples

1
2
3
4
5
## Not run: 
condor_rm(session,5000) # set of jobs
condor_rm(session,5000.1) # specific job

## End(Not run)

yuliasidi/condor documentation built on May 17, 2019, 2:15 a.m.