Platform LSF Reference Version 6.2

Projects Section
Platform LSF Reference
596
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
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
accumulative
inuse usage of each project, the projects are preempted according to the
specified priority from lowest to highest.,