LSF Version 7.3 - Platform LSF Configuration Reference

HJOB_LIMIT
Syntax
HJOB_LIMIT=integer
Description
Per-host job slot limit.
Maximum number of job slots that this queue can use on any host. This limit is configured
per host, regardless of the number of processors it may have.
This may be useful if the queue dispatches jobs that require a node-locked license. If there is
only one node-locked license per host then the system should not dispatch more than one job
to the host even if it is a multiprocessor host.
Example
The following runs a maximum of one job on each of hostA, hostB, and hostC:
Begin Queue
...
HJOB_LIMIT = 1
HOSTS=hostA hostB hostC
...
End Queue
Default
Unlimited
HOSTS
Syntax
HOSTS=host_list | none
host_list is a space-separated list of the following items:
host_name[@cluster_name][[!] | +pref_level]
host_partition[+pref_level]
host_group[[!] | +pref_level]
[~]host_name
[~]host_group
all@cluster_name The list can include the following items only once:
others[+pref_level]
all
allremote
The none keyword is only used with the MultiCluster job forwarding model, to specify a
remote-only queue.
Description
A space-separated list of hosts on which jobs from this queue can be run.
lsb.queues
Platform LSF Configuration Reference 291