Begin UserGroup
GROUP_NAME GROUP_MEMBER USER_SHARES
financial (user1 user2 user3) ([user1, 4] [others, 10])
system (all) ([user2, 10] [others, 15])
regular_users (user1 user2 user3 user4) -
part_time_users (!) -
End UserGroup
External user groups must also be defined in the egroup executable.
For external user groups, put an exclamation mark (!) in the GROUP_MEMBER column to tell LSF that the group members should be retrieved using egroup.
If ENFORCE_UG_TREE=Y is defined in lsb.params, all user groups must conform to a tree-like structure, and a user group can appear in GROUP_MEMBER once at most. The second and subsequent occurrence of a user group in GROUP_MEMBER is ignored.