Here's what I have in my notes:

making the test.q

    add testq to the global complex attributes list (qconf -mc)

# qconf -sc |grep testq
testq testq BOOL == FORCED NO 0 0

"requestable" is set to FORCED to make that attribute required (per 'man 5 complex')

    add testq to the complex attributes of the queue (qconf -sq test.q)

# qconf -sq test.q|grep testq
 hostlist              xx.yy.edu
 complex_values        testq=1

users now need to use the qsub parameter "-l testq=1" to have the job go to that queue instance. no jobs without testq=1 will go in that queue.

relevant thread: http://gridengine.org/pipermail/users/2012-March/002972.html

On 10/05/2012 03:36 PM, Orion Poplawski wrote:
I'd like to create a queue that only allows jobs that have requested a
specific resource requirement.  Is that possible?


--
Alex Chekholko [email protected]
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to