Closed dsschult closed 8 years ago
In a queue submitting both cpu and gpu jobs, we ideally want the gpu jobs to get queued first because those sites are more limited. The same goes for high memory jobs, I suppose.
Figure out how to make this happen.
Since the client knows all the states, couldn't we just sort them accordingly?
Sure. You just have to define the right sorting algorithm.
In a queue submitting both cpu and gpu jobs, we ideally want the gpu jobs to get queued first because those sites are more limited. The same goes for high memory jobs, I suppose.
Figure out how to make this happen.