Platform LSF Reference Version 6.2
lsb.resources
Platform LSF Reference
439
Use the keyword all to configure limits that apply to each host in a cluster. If host
groups are configured, the limit applies to each member of the host group, not the group
as a whole.
Use the not operator (
~) to exclude hosts or host groups from the all specification in
the limit. This is useful if you have a large cluster but only want to exclude a few hosts
from the limit definition.
In vertical tabular format, multiple host names must be enclosed in parentheses.
In vertical tabular format, use empty parentheses
() or a dash (-) to indicate each host
or host group member. Fields cannot be left blank.
Default None. If no limit is specified for PER_HOST or HOST, no limit is enforced on any host
or host group.
Example
PER_HOST=hostA hgroup1 ~hostC
PER_PROJECT
Syntax
PER_PROJECT=all
[~]project_name ...
PER_PROJECT
(
[-] | all [~]project_name ...)
Description
A space-separated list of project names on which limits are enforced. Limits are
enforced on each project listed.
Do not configure PER_PROJECT and PROJECTS limits in the same Limit section.
In horizontal format, use only one PER_PROJECT line per Limit section.
Use the keyword
all to configure limits that apply to each project in a cluster.
Use the not operator (
~) to exclude projects from the all specification in the limit.
In vertical tabular format, multiple project names must be enclosed in parentheses.
In vertical tabular format, use empty parentheses
() or a dash (-) to indicate each
project. Fields cannot be left blank.
Default
None. If no limit is specified for PER_PROJECT or PROJECTS, no limit is enforced
on any project.
Example
PER_PROJECT=proj1 proj2
PER_QUEUE
Syntax
PER_QUEUE=all
[~]queue_name ..
PER_QUEUES
(
[-] | all [~]queue_name ...)
Description
A space-separated list of queue names on which limits are enforced. Limits are enforced
on jobs submitted to each queue listed.
Do not configure PER_QUEUE and QUEUES limits in the same Limit section.
In horizontal format, use only one PER_QUEUE line per Limit section.
Use the keyword
all to configure limits that apply to each queue in a cluster.