On Tue, Aug 11, 2015 at 01:15:11PM -0400, Chris Dagdigian wrote:

I've got a consumable resource called "foo" that I manage via an entry in the global exechost object ("qconf -me global; set foo=100")

But now due to a networking issue only 50% of my compute nodes are capable of running jobs that request this resource

I'd rather not pin the complex entry to individual hosts - is there a way I can reference hostgroups in an entry for "complex_values=" line?

I don't think so directly, but you could try something like:

 qconf -mc  # To add new resource
 qconf -aattr exechost complex_values foo=TRUE  host1 host2 host3....



--
Jesse Becker (Contractor)
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to