Platform LSF Administrator's Primer Version 6.2

Chapter 5
Using Shared Resources to Manage Software Licenses
Platform LSF Administrator’s Primer
51
Begin Queue
QUEUE_NAME = license1
RES_REQ=rusage[license1=1:duration=1]
...
End Queue
Then submit a batch job using one license1 resource using a command like:
% bsub -q license1 myjob
When licenses are available, LSF runs your jobs right away; when all licenses are in use,
LSF puts your job in a queue and dispatches them as licenses become available. This way,
all of your licenses are used to the best advantage.
For more information
See Administering Platform LSF for more information about adding external resources
to your cluster and using an ELIM to customize resources.
See the Platform LSF Reference for more information about
lsf.shared and
lsf.cluster.cluster_name and the parameters for configuring shared
resources.