LSF Version 7.3 - Platform LSF Configuration Reference

DESCRIPTION
Optional. Description of the project group.
The text can include any characters, including white space. The text can be extended to multiple
lines by ending the preceding line with a backslash (\). The maximum length for the text is 64
characters.
Use blinfo -G to view hierarchical project group description.
Projects section
Description
Required. Lists the License Scheduler projects.
Projects section structure
The Projects section begins and ends with the lines Begin Projects and End Projects. The
second line consists of the required column heading PROJECTS and the optional column
heading PRIORITY. Subsequent lines list participating projects, one name per line.
Examples
The following example lists the projects without defining the priority:
Begin Projects PROJECTS Lp1 Lp2 Lp3 Lp4 ... End Projects
The following example lists the projects and defines the priority of each project:
Begin Projects
PROJECTS PRIORITY
Lp1 3
Lp2 4
Lp3 2
Lp4 1
default 0
...
End Projects
Parameters
PROJECTS
PRIORITY
DESCRIPTION
PROJECTS
Defines the name of each participating project. Specify using one name per line.
PRIORITY
Optional. Defines the priority for each project where “0” is the lowest priority, and the higher
number specifies a higher priority. This column overrides the default behavior. Instead of
preempting in order the projects are listed under PROJECTS based on the accumulated
inuse usage of each project, the projects are preempted according to the specified priority from
lowest to highest.
When 2 projects have the same priority number configured, the first project listed has higher
priority, like LSF queues.
Use blinfo -Lp to view project priority information.
lsf.licensescheduler
526 Platform LSF Configuration Reference