Platform LSF Reference Version 6.2

Parameters Section
Platform LSF Reference
378
COMMITTED_RUN_TIME_FACTOR
Syntax
COMMITTED_RUN_TIME_FACTOR=
number
Description
Used only with fairshare scheduling. Committed run time weighting factor.
In the calculation of a user’s dynamic priority, this factor determines the relative
importance of the committed run time in the calculation. If the
-W option of bsub is
not specified at job submission and a RUNLIMIT has not been set for the queue, the
committed run time is not considered.
Valid Values
Any positive number between 0.0 and 1.0
Default
0.0
DEFAULT_HOST_SPEC
Syntax
DEFAULT_HOST_SPEC=
host_name | host_model
Description
The default CPU time normalization host for the cluster.
The CPU factor of the specified host or host model will be used to normalize the CPU
time limit of all jobs in the cluster, unless the CPU time normalization host is specified
at the queue or job level.
Default Undefined
DEFAULT_PROJECT
Syntax
DEFAULT_PROJECT=
project_name
Description
The name of the default project. Specify any string.
When you submit a job without specifying any project name, and the environment
variable LSB_DEFAULTPROJECT is not set, LSF automatically assigns the job to this
project.
Default
default
DEFAULT_QUEUE
Syntax
DEFAULT_QUEUE=
queue_name ...
Description
Space-separated list of candidate default queues (candidates must already be defined in
lsb.queues).
When you submit a job to LSF without explicitly specifying a queue, and the
environment variable LSB_DEFAULTQUEUE is not set, LSF puts the job in the first
queue in this list that satisfies the job’s specifications subject to other restrictions, such
as requested hosts, queue status, etc.
Default
Undefined. When a user submits a job to LSF without explicitly specifying a queue, and
there are no candidate default queues defined (by this parameter or by the user’s
environment variable LSB_DEFAULTQUEUE), LSF automatically creates a new
queue named
default, using the default configuration, and submits the job to that
queue.