LSF Version 7.3 - Platform LSF Configuration Reference

Example
QUEUES=normal night
RESOURCE
Syntax
RESOURCE=[shared_resource,integer] [[shared_resource,integer] ...]
RESOURCE
( [[shared_resource,integer] [[shared_resource,integer] ...] )
Description
Maximum amount of any user-defined shared resource available to consumers.
The RESOURCE keyword is a synonym for the LICENSE keyword. You can use RESOURCE
to configure software licenses. You cannot specify RESOURCE and LICENSE in the same
Limit section.
In horizontal format, use only one RESOURCE line per Limit section.
In vertical tabular format, resource names must be enclosed in parentheses.
In vertical tabular format, use empty parentheses () or a dash (-) to indicate all queues. Fields
cannot be left blank.
Default
None
Examples
RESOURCE=[stat_shared,4]
Begin Limit
RESOURCE PER_HOST
([stat_shared,4]) (all ~hostA)
([dyn_rsrc,1] [stat_rsrc,2]) (hostA)
End Limit
SLOTS
Syntax
SLOTS=integer
SLOTS
- | integer
Description
Maximum number of job slots available to resource consumers. Specify a positive integer
greater than or equal 0.
With MultiCluster resource lease model, this limit applies only to local hosts being used by
the local cluster. The job slot limit for hosts exported to a remote cluster is determined by the
host export policy, not by this parameter. The job slot limit for borrowed hosts is determined
by the host export policy of the remote cluster.
lsb.resources
336 Platform LSF Configuration Reference