Platform LSF Reference Version 6.2
lsb.resources
Platform LSF Reference
437
Example 3
HOSTS SWP
(all ~hostK ~hostM) 10
Enforces a 10 MB swap limit on all hosts in the cluster, except for hostK and hostM
LICENSE
Syntax
LICENSE=[
license_name,integer] [[license_name,integer] ...]
LICENSE
( [
license_name,integer] [[license_name,integer] ...] )
Description
Maximum number of specified software licenses available to resource consumers. The
value must be a positive integer greater than or equal to zero.
Software licenses must be defined as decreasing numeric shared resources in
lsf.shared.
The RESOURCE keyword is a synonym for the LICENSE keyword. You cannot
specify RESOURCE and LICENSE in the same Limit section.
In horizontal format, use only one LICENSE line per Limit section.
In vertical tabular format, license entries must be enclosed in parentheses.
In vertical tabular format, use empty parentheses
() or a dash (-) to indicate the default
value (no limit). Fields cannot be left blank.
Default
None
Examples
LICENSE=[verilog,4] [spice,2]
Begin Limit
LICENSE PER_HOST
([verilog, 1]) (all ~hostA)
([verilog, 1] [spice,2]) (hostA)
End Limit
MEM
Syntax
MEM=
integer[%]
MEM
-
| integer[%]
Description
Maximum amount of memory available to resource consumers. Specify a value in MB
or a percentage (%) as a positive integer greater than or equal 0. If you specify a
percentage, you must also specify PER_HOST and list the hosts that the limit is to be
enforced on.
The Limit section is ignored if MEM is specified as a percentage:
◆
Without PER_HOST
OR
◆
With HOSTS
In horizontal format, use only one MEM line per Limit section.
In vertical tabular format, use empty parentheses
() or a dash (-) to indicate the default
value (no limit). Fields cannot be left blank.