Limiting Compile Priority
If you want to restrict compiles to the DS or ES subqueue, put a COMPPRI command in your Qeditmgr file. The syntax is a little nonstandard, in that it acts like a Set command, but does not use the word Set.
COMPPRI=DS {or COMPPRI=ES}
COMPPRI specifies the highest priority at which you can Compile within Qedit. Any Qedit compile commands automatically “create” the compiler in the lower priority. Qedit itself, and the user, remain in the original higher priority. In no case will the compile occur at a higher priority than that of Qedit. COMPPRI may only be executed via Qeditmgr; it cannot be entered from the keyboard.