I have one queue called "batch" in a torque setup. I want to create a new queue called "db" for debugging jobs. "db" queue will have several restrictions such as maximum CPU time of 10 min, etc. Both queues would use the same nodes in principle. I can create the new queue with the command "qmgr" there is not problem with that.
My question is, would there be any issue if both queues are using the same nodes? I don't know if there could be intereference between two processes comming from different queues. Usually what I observe in supercomputers is that they use different nodes for different queues, but in our case we have only a small cluster and it doesn't make sense to share resources between queues.
thanks.