LSF Version 7.3 - Platform LSF Configuration Reference
Default
Not defined. When a user submits a job without explicitly specifying an application profile,
and no default application profile is defined by this parameter, LSF does not associate the job
with any application profile.
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
Not defined
DEFAULT_JOBGROUP
Syntax
DEFAULT_JOBGROUP=job_group_name
Description
The name of the default job group.
When you submit a job to LSF without explicitly specifying a job group, LSF associates the job
with the specified job group. The LSB_DEFAULT_JOBGROUP environment variable
overrrides the setting of DEFAULT_JOBGROUP. The bsub -g job_group_name option
overrides both LSB_DEFAULT_JOBGROUP and DEFAULT_JOBGROUP.
Default job group specification supports macro substitution for project name (%p) and user
name (%u). When you specify bsub -P project_name, the value of %p is the specified project
name. If you do not specify a project name at job submission, %p is the project name defined
by setting the environment variable LSB_DEFAULTPROJECT, or the project name specified
by DEFAULT_PROJECT in lsb.params. the default project name is default.
For example, a default job group name specified by DEFAULT_JOBGROUP=/canada/%p/%u
is expanded to the value for the LSF project name and the user name of the job submission
user (for example, /canada/projects/user1).
Job group names must follow this format:
•
Job group names must start with a slash character (/). For example,
DEFAULT_JOBGROUP=/A/B/C is correct, but DEFAULT_JOBGROUP=A/B/C is not correct.
•
Job group names cannot end with a slash character (/). For example,
DEFAULT_JOBGROUP=/A/ is not correct.
lsb.params
240 Platform LSF Configuration Reference