LSF Version 7.3 - Platform LSF Configuration Reference

GROUP
Syntax
GROUP=[group_name(project_name... )] ...
group_name
Specify a name for a group of projects.
project_name
Specify a License Scheduler project (described in the PROJECTS section) that is allowed to
use the licenses. The project must appear in the DISTRIBUTION.
A project should only belong to one group.
Description
Optional. Defines groups of projects and specifies the name of each group. The groups defined
here are used for group preemption and replace single projects with group projects.
This parameter is ignored if GROUP_DISTRIBUTION is also defined.
GROUP_DISTRIBUTION
Syntax
GROUP_DISTRIBUTION=top_level_hierarchy_name
top_level_hierarchy_name
Specify the name of the top level hierarchical group.
Description
Required if DISTRIBUTION is not defined. Defines the name of the hierarchical group
containing the distribution policy attached to this feature.
GROUP_DISTRIBUTION and DISTRIBUTION are mutually exclusive. If they are both
defined in the same feature, the License Scheduler daemon returns an error and ignores this
feature.
If GROUP is also defined, it is ignored in favour of GROUP_DISTRIBUTION.
Example
The following example shows the GROUP_DISTRIBUTION parameter hierarchical
scheduling for the top-level hierarchical group named groups. The SERVICE_DOMAINS
parameter defines a list of service domains that provide tokens for the group.
Begin Feature
NAME = myjob2
GROUP_DISTRIBUTION = groups
SERVICE_DOMAINS = LanServer wanServer
End Feature
lsf.licensescheduler
516 Platform LSF Configuration Reference