WIPACrepo / pyglidein

Some python scripts to launch HTCondor glideins
MIT License
7 stars 20 forks source link

prioritize gpus / other exotic resource requests #16

Closed dsschult closed 8 years ago

dsschult commented 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.

briedel commented 8 years ago

Since the client knows all the states, couldn't we just sort them accordingly?

dsschult commented 8 years ago

Sure. You just have to define the right sorting algorithm.