LSF Version 7.3 - Platform LSF Configuration Reference
•
Job group names cannot contain more than one slash character (/) in a row. For example,
job group names like DEFAULT_JOBGROUP=/A//B or DEFAULT_JOBGROUP=A////B are
not correct.
•
Job group names cannot contain spaces. For example, DEFAULT_JOBGROUP=/A/B C/D
is not correct.
•
Project names and user names used for macro substitution with %p and %u cannot start
or end with slash character (/).
•
Project names and user names used for macro substitution with %p and %u cannot contain
spaces or more than one slash character (/) in a row.
•
Project names or user names containing slash character (/) will create separate job groups.
For example, if the project name is canada/projects, DEFAULT_JOBGROUP=/%p results
in a job group hierarchy /canada/projects.
Example
DEFAULT_JOBGROUP=/canada/projects
Default
Not defined. When a user submits a job without explicitly specifying job group name, and the
LSB_DEFAULT_JOBGROUP environment variable is not defined, LSF does not associate the
job with any job group.
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.
lsb.params
Platform LSF Configuration Reference 241