name |
|
|
Name of the batch queue system, such as DQS, LSF, etc.
|
sub_command |
|
|
Job submit command together with default options.
|
interactive_sub_command |
|
|
Job submit command together with interactive job specifier
and other default options.
|
priority_spec |
|
|
Priority specifier.
|
queue_name_spec |
|
|
Queue name specifier.
|
job_name_spec |
|
|
Job name specifier.
This specifier is used when submitting a new job.
|
job_id_spec |
|
|
Job identifier specifier.
A job identifier is the number returned by the submit command.
This specifier is used when querying status of an indivudual job.
|
del_command |
|
|
Command to delete a job.
|
stat_command |
|
|
Command to get the status of jobs already submitted
to the batch queue system.
|
acct_command |
|
|
Command to get various statistcc for a job
already completed by the batch queue system.
|
runStateIndicatorRE |
|
|
Regular expression to match jobs in runing state from the stat
command output lines.
|
waitStateIndicatorRE |
|
|
Regular expression to match jobs in wait state from the stat
command output lines.
|