LSF Version 7.3 - Using Platform LSF HPC

The cpuset option in the job submission overrides the DEFAULT_EXTSCHED, so the
job will run in a cpuset allocated with a maximum of 1 CPU per node, honoring the job-
level MAX_CPU_PER_NODE option.
If the queue specifies:
MANDATORY_EXTSCHED=
CPUSET[MAX_CPU_PER_NODE=2]
and the job is submitted with:
bsub -n 4 -ext "CPUSET[MAX_CPU_PER_NODE=1]" myjob
The job will run in a cpuset allocated with a maximum of 2 CPUs per node, honoring
the MAX_CPU_PER_NODE option in the queue.