I have a Sun Grid Engine cluster with two pools of nodes: one pool has brand new hardware, and the other pool has slightly older hardware.
What I'd like to do is set up two subqueues, one for each node pool, and then somehow slave them to a master queue, such that a job submitted to the master queue will then actually run on the newer subqueue, unless it's full, in which case the job should run on the older subqueue.
Does anyone know how to set this (or something similar) up on SGE?