When you submit an LSF job, you must reserve the license using the resource requirement usage section (bsub -R "rusage..." option).
Specify the license token name (same as specifying a shared resource).
If using project mode, specify a license project name with the bsub ‑Lp option.
If you also have LSF_LIC_SCHED_STRICT_PROJECT_NAME=y in lsf.conf and you have not configured a default project for the required feature, the job is rejected.
If your queue or job starter scripts request a license that is managed by an LSF ELIM, you need to update the job submission scripts to request that license using the license token name.
bsub -R "rusage[AppB=1]" -Lp Lp1 myjob
This submits a job called myjob to license project Lp1 and requests one AppB license
bsub -R "rusage[AppC=1]" myjob
This submits a job called myjob and requests one AppC license.