LSF Version 7.3 - Running Jobs With Platform LSF
See Administering Platform LSF for more information about service classes and goal-
oriented SLA driven scheduling.
Submitting a job under a job group (bsub -g)
Use bsub -g to submit a job into a job group. The job group does not have to exist
before submitting the job. For example:
bsub -g /risk_group/portfolio1/current myjob
Job <105> is submitted to default queue.
Submits myjob to the job group /risk_group/portfolio1/current.
If group
/risk_group/portfolio1/current exists, job 105 is attached to the job
group.
If group
/risk_group/portfolio1/current does not exist, LSF checks its
parent recursively, and if no groups in the hierarchy exist, all three job groups are created
with the specified hierarchy and the job is attached to group.
See Administering Platform LSF for more information about job groups.