Platform LSF Reference Version 6.2

lsb.queues Structure
Platform LSF Reference
406
FILELIMIT
Syntax
FILELIMIT=
integer
Description
The per-process (hard) file size limit (in KB) for all of the processes belonging to a job
from this queue (see
getrlimit(2)).
Default
Unlimited
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 will run 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
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.