Platform LSF Reference Version 6.2
lsb.queues Structure
Platform LSF Reference
408
Run jobs on all hosts in the cluster, except for hostA.
With MultiCluster resource leasing model, this queue does not use borrowed hosts.
Example 4
HOSTS=Group1 ~hostA hostB hostC
Run jobs on hostB, hostC, and all hosts in Group1 except for hostA.
With MultiCluster resource leasing model, this queue will use borrowed hosts if Group1
uses the keyword
allremote.
Default
all
(the queue can use all hosts in the cluster, and every host has equal preference)
With MultiCluster resource leasing model, this queue can use all local hosts, but no
borrowed hosts.
IGNORE_DEADLINE
Syntax IGNORE_DEADLINE=Y
Description
If Y, disables deadline constraint scheduling (starts all jobs regardless of deadline
constraints).
IMPT_JOBBKLG
Syntax
IMPT_JOBBKLG=
integer |infinit
Description
MultiCluster job forwarding model only. Specifies the MultiCluster pending job limit for
a receive-jobs queue. This represents the maximum number of MultiCluster jobs that
can be pending in the queue; once the limit has been reached, the queue stops accepting
jobs from remote clusters.
Use the keyword
infinit to make the queue accept an infinite number of pending
MultiCluster jobs.
Default
50
INTERACTIVE
Syntax
INTERACTIVE=NO
| ONLY
Description
Causes the queue to reject interactive batch jobs (NO) or accept nothing but interactive
batch jobs (ONLY).
Interactive batch jobs are submitted via
bsub -I.
Default
Undefined (the queue accepts both interactive and non-interactive jobs)
INTERRRUPTIBLE_BACKFILL
Syntax
INTERRRUPTIBLE_BACKFILL=
seconds
Description
Configures interruptible backfill scheduling policy, which allows reserved job slots to be
used by low priority small jobs that will be terminated when the higher priority large jobs
are about to start.
There can only be one interruptible backfill queue.It should be the lowest priority queue
in the cluster.