I have two queues in SGE for different purposes. Each of them has a limit in slots. What I want is to have only a certain number of jobs submitted to a queue waiting even when the other queue is idle. However, what I found is the additional jobs were assigned to the second queue. How should I change the configuration?
feedback
|
|
You need to specify the queue name when submitting:
Then the other queue will not be used. | |||
|
feedback
|