LSF Version 7.3 - Platform LSF Configuration Reference
SERVICE_DOMAINS = SD1
LOCAL_TO = siteUS(clusterA clusterB)
End Feature
Begin Feature
NAME = hspice
GROUP_DISTRIBUTION = group1
SERVICE_DOMAINS = SD2
LOCAL_TO = clusterA
End Feature
Begin Feature
NAME = hspice
GROUP_DISTRIBUTION = group1
SERVICE_DOMAINS = SD3 SD4
End Feature
Default
Not defined. The feature is available to all clusters and interactive jobs, and is not restricted
by cluster.
LS_FEATURE_PERCENTAGE
Syntax
LS_FEATURE_PERCENTAGE=Y | N
Description
Configures license ownership in percentages instead of absolute numbers. When not
combined with hierarchical projects, affects DISTRIBUTED and
NON_SHARED_DISTRIBUTION values only. When using hierarchical projects, percentage
is applied to OWNERSHIP, LIMITS, and NON_SHARED values.
Example 1
Begin Feature
LS_FEATURE_PERCENTAGE = Y
DISTRIBUTION = LanServer (p1 1 p2 1 p3 1/20)
...
End Feature
The service domain LanServer shares licenses equally among three License Scheduler projects.
P3 is always entitled to 20% of the total licenses, and can preempt another project to get the
licenses immediately if they are needed.
Example 2
With LS_FEATURE_PERCENTAGE=Y in feature section and using hierarchical project
groups:
Begin ProjectGroup
GROUP SHARES OWNERSHIP LIMITS NON_SHARED
(R (A p4)) (1 1) () () ()
(A (B p3)) (1 1) (- 10) (- 20) ()
(B (p1 p2)) (1 1) (30 -) () (- 5)
End ProjectGroup
Project p1 owns 30% of the total licenses, and project p3 owns 10% of total licenses. P3's LIMITS
is 20% of total licenses, and p2's NON_SHARED is 5%.
Default
N (Ownership is not configured with percentages but with absolute numbers.)
lsf.licensescheduler
518 Platform LSF Configuration Reference