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

Note:

This task is only useful with fairshare scheduling.

You can specify any user group to which you belong as long as it does not contain any subgroups. 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 given to a user.

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