Submit a job associated with a user group (bsub -G)

About this task

Note: This task is only useful with fair share scheduling.

You can specify any user group to which you belong. You must be a direct member of the specified user group.

User groups in non-leaf nodes cannot be specified because it will cause ambiguity in determining the correct shares that are given to a user.

Procedure

To submit a job and associate it with a specified user group, run bsub -G user_group.
For example, to submit the job myjob associated to user group special:
bsub -G special myjob