Platform LSF Reference Version 6.2
lsb.queues
Platform LSF Reference
429
Use the not operator (~) to exclude users from the all specification or from user
groups. This is useful if you have a large number of users but only want to exclude a few
users or groups from the queue definition.
The not operator can only be used with the
all keyword or to exclude users from user
groups.
The not operator does not exclude LSF administrators from the queue
definintion.
Default
all
(all users can submit jobs to the queue)
Examples
◆
USERS=user1 user2
◆
USERS=all ~user1 ~user2
◆
USERS=all ~ugroup1
◆
USERS=groupA ~user3 ~user4