Platform LSF Reference Version 6.2

lsf.licensescheduler
Platform LSF Reference
593
ProjectGroup Section
Description
Optional. Defines the hierarchical relationships of projects.
The hierarchical groups that can have multiple levels of grouping. You can configure a
tree-like scheduling policy, with the leaves being the license projects that jobs can belong
to. Each project group in the tree has a set of values, including shares, limits, ownership
and non-shared, or exclusive, licenses.
Use
blstat -G to view the hierarchical dynamic license information.
Use
blinfo -G to view the hierarchical configuration.
Feature section structure
Define a section for each hierarchical group managed by License Scheduler.
The keywords GROUP, SHARES, OWNERSHIP, LIMIT, and NON_SHARED are
required, empty brackets are allowed only for OWNERSHIP and LIMIT. SHARES
must be specified.
Begin ProjectGroup
GROUP SHARES OWNERSHIP LIMITS NON_SHARED
(licgrp1 (a b)) (1 1) () (10 10) (4 4)
(a (c d)) (1 1) () (10 10) (0 4)
(b (e f)) (1 1) () (- 5) (2 2)
(c (1 2 3)) (1 1 2) () (3 4 5) ()
(d (4 5 6)) (1 1 1) (1 1 1) () (- 3 0)
(e (7 8 9)) (1 1 1) (2 - 2) () (1 - 1)
(f (10 11 12)) (1 1 1) (2 2 2) (4 4 4) (1 0 1)
End ProjectGroup
Parameters
GROUP
SHARES
OWNERSHIP
LIMITS
NON_SHARED
GROUP
Defines the project names in the hierarchical grouping and its relationships. Each entry
specifies the name of the hierarchical group and its members.
For better readability, you should specify the projects in the order from the root to the
leaves as in example.
Specify the entry as follows:
(group (member ...))