Platform LSF Reference Version 6.2

bqueues
Platform LSF Reference
120
POST_EXEC
The queue’s post-execution command. The post-execution command is run on
the execution host when a job terminates. See
lsb.queues(5) for more
information.
REQUEUE_EXIT_VALUES
Jobs that exit with these values are automatically requeued. See
lsb.queues(5) for more information.
RES_REQ
Resource requirements of the queue. Only the hosts that satisfy these resource
requirements can be used by the queue.
Maximum slot reservation time
The maximum time in seconds a slot is reserved for a pending job in the queue.
See the SLOT_RESERVE=MAX_RESERVE_TIME[n] parameter in
lsb.queues.
RESUME_COND
The conditions that must be satisfied to resume a suspended job on a host. See
lsb.queues(5) for more information.
STOP_COND
The conditions which determine whether a job running on a host should be
suspended. See
lsb.queues(5) for more information.
JOB_STARTER
An executable file that runs immediately prior to the batch job, taking the batch
job file as an input argument. All jobs submitted to the queue are run via the
job starter, which is generally used to create a specific execution environment
before processing the jobs themselves. See
lsb.queues(5) for more
information.
CHUNK_JOB_SIZE
Chunk jobs only. Specifies the maximum number of jobs allowed to be
dispatched together in a chunk job. All of the jobs in the chunk are scheduled
and dispatched as a unit rather than individually. The ideal candidates for job
chunking are jobs that typically takes 1 to 2 minutes to run.
SEND_JOBS_TO
MultiCluster. List of remote queue names to which the queue forwards jobs.
RECEIVE_JOBS_FROM
MultiCluster. List of remote cluster names from which the queue receives jobs.
PREEMPTION
PREEMPTIVE
The queue is preemptive. Jobs in a preemptive queue may preempt running
jobs from lower-priority queues, even if the lower-priority queues are not
specified as preemptive.