LSF Version 7.3 - Platform LSF Configuration Reference
•
USERS or PER_USER
•
QUEUES or PER_QUEUE
•
HOSTS or PER_HOST
•
PROJECTS or PER_PROJECT
Each subsequent row describes the configuration information for resource consumers and the
limits that apply to them. Each line must contain an entry for each keyword. Use empty
parentheses () or a dash (-) to specify the default value for an entry. Fields cannot be left blank.
For resources, the default is no limit; for consumers, the default is all consumers.
Tip:
Multiple entries must be enclosed in parentheses. For
RESOURCE and LICENSE limits, resource and license names
must be enclosed in parentheses.
Horizontal format
Use the horizontal format to give a name for your limits and to configure more complicated
combinations of consumers and resource limits.
The first line of the Limit section gives the name of the limit configuration.
Each subsequent line in the Limit section consists of keywords identifying the resource limits:
•
Job slots and per-processor job slots
•
Memory (MB or percentage)
•
Swap space (MB or percentage)
•
Tmp space (MB or percentage)
•
Software licenses
•
Running and suspended (RUN, SSUSP, USSUP) jobs
•
Other shared resources
and the resource consumers to which the limits apply:
•
Users and user groups
•
Hosts and host groups
•
Queues
•
Projects
Example Limit sections
Vertical tabular format
In the following limit configuration:
•
Jobs from user1 and user3 are limited to 2 job slots on hostA
•
Jobs from user2 on queue normal are limited to 20 MB of memory
•
The short queue can have at most 200 running and suspended jobs
Begin Limit
NAME USERS QUEUES HOSTS SLOTS MEM SWP TMP JOBS
limit1 (user1 user3) - hostA 2 - - - -
- user2 normal - - 20 - - -
- - short - - - - - 200
End Limit
lsb.resources
326 Platform LSF Configuration Reference