Pkillall
Documentation / Reference Manual / Advanced Batch System / Commands / pkillall
Name
pkillall
Synopsis
pkillall [OPTIONS]
Description
Kill all jobs in the batch system that are owned by the user. The killed jobs can be limited by a search expression.
Search expressions:
Search tokens: bs (short name of batch server), st (state), user, id (only numeric part), queue (only name), title, path,
ncpus, ngpus, nnodes
Comparison operators: == (equal), != (not equal), <, <=, >, >=
Logical operators: ! (logical not), && (logical and), || (logical or)
Braces: ( )
The search token must be always on the left side of comparison operator.
On the right side, it can be:
an integer number for id, ncpus, ngpus, and nnodes tokens
a string for bs, st, user, , title, and path tokens
String comparisons can employ shell wildcard patterns and == or != comparison operators only.
Options
-s, --search EXPRESSION search for jobs satisfying logical expression
|
-p, --path print job path if possible
|
-l, --comment print job comment if possible
|
-y, --yes assume yes
|
-f, --force try to kill jobs without info files
|
-v, --verbose increase output verbosity
|
--version output version information and exit
|
-h, --help display this help and exit
|