Adding a queue
Edit the lsb.queues file to add the new queue definition. Adding a queue does not affect pending or running jobs.
Procedure
Results
If you get errors, see Troubleshooting LSF problems for help with some common configuration errors.
- For more information about the lsb.queues file, see the Configuration Reference.
- For more information about the badmin reconfig command, see the Command Reference.
Example
Begin Queue
QUEUE_NAME = normal
PRIORITY = 30
STACKLIMIT= 2048
DESCRIPTION = For normal low priority jobs, running only if hosts are lightly loaded.
QJOB_LIMIT = 60 # job limit of the queue
PJOB_LIMIT = 2 # job limit per processor
ut = 0.2
io = 50/240
USERS = all
HOSTS = all
NICE = 20
End Queue