Example

For example, suppose that there are 10 licenses for the Verilog package shared by all hosts in the cluster. The LSF configuration files should be specified as shown below. The resource is a static value, so an ELIM is not necessary.

lsf.shared

Begin Resource 
RESOURCENAME   TYPE    INTERVAL  INCREASING  DESCRIPTION 
verilog        Numeric    ()         N       (Floating licenses for Verilog) 
End Resource

lsf.cluster.cluster_name

Begin ResourceMap 
RESOURCENAME   LOCATION 
verilog        (10@[all]) 
End ResourceMap

Submit jobs

The users submit jobs requiring verilog licenses as follows:

bsub -R "rusage[verilog=1]" myprog