LSF Version 7.3 - Platform LSF Configuration Reference
QUEUE_NAME
Syntax
QUEUE_NAME=string
Description
Required. Name of the queue.
Specify any ASCII string up to 59 characters long. You can use letters, digits, underscores (_)
or dashes (-). You cannot use blank spaces. You cannot specify the reserved name default.
Default
You must specify this parameter to define a queue. The default queue automatically created
by LSF is named default.
RCVJOBS_FROM
Syntax
RCVJOBS_FROM=cluster_name ... | allclusters
Description
MultiCluster only. Defines a MultiCluster receive-jobs queue.
Specify cluster names, separated by a space. The administrator of each remote cluster
determines which queues in that cluster forward jobs to the local cluster.
Use the keyword allclusters to specify any remote cluster.
Example
RCVJOBS_FROM=cluster2 cluster4 cluster6
This queue accepts remote jobs from clusters 2, 4, and 6.
REQUEUE_EXIT_VALUES
Syntax
REQUEUE_EXIT_VALUES=[exit_code ...] [EXCLUDE(exit_code ...)]
Description
Enables automatic job requeue and sets the LSB_EXIT_REQUEUE environment variable. Use
spaces to separate multiple exit codes. Application-level exit values override queue-level
values. Job-level exit values (bsub -Q) override application-level and queue-level values.
exit_code has the following form:
"[all] [~number ...] | [number ...]"
The reserved keyword all specifies all exit codes. Exit codes are typically between 0 and 255.
Use a tilde (~) to exclude specified exit codes from the list.
lsb.queues
312 Platform LSF Configuration Reference