Re: [gridengine users] How setup queue priority?

2012-01-12 Thread Reuti
Am 12.01.2012 um 13:37 schrieb Semi: > I want to free nodes from jobs, when high priority job submitted. You mean to remove them from the nodes completely? This is tricky as SGE can't look ahead like: I will get an increment of h_vmem by 4 GB if I remove job 45636. For this you would need a co-

Re: [gridengine users] How setup queue priority?

2012-01-12 Thread Semi
I want to free nodes from jobs, when high priority job submitted. On 1/12/2012 2:21 PM, Reuti wrote: Am 12.01.2012 um 13:14 schrieb Semi: I have 3 queues. I want: all.q lowest priority mid.q middle hig.q highest Still the question: which effect to you want to achieve by this? Should jobs sta

Re: [gridengine users] How setup queue priority?

2012-01-12 Thread Reuti
Am 12.01.2012 um 13:14 schrieb Semi: > I have 3 queues. I want: > all.q lowest priority > mid.q middle > hig.q highest Still the question: which effect to you want to achieve by this? Should jobs start earlier in hig.q - should jobs get more CPU cycles - should jobs get suspended in all.q? --

Re: [gridengine users] How setup queue priority?

2012-01-12 Thread Reuti
Hi, Am 12.01.2012 um 12:41 schrieb Semi: > I need to setup high and low priority queues for the same nodes. > I preferred to make it without subordinate lists. > I know, that the following parameters are dealing with this: > seq_no10 > priority 20 In addition to Will

Re: [gridengine users] How setup queue priority?

2012-01-12 Thread Semi
I have 3 queues. I want: all.q lowest priority mid.q middle hig.q highest I can solve this problem only with subordinate list? qconf -sq hig.q subordinate_list all.q=1, mid.q=1 qconf -sq mid.q subordinate_list all.q=1 On 1/12/2012 2:04 PM, William Hay wrote: On 12 January 2012 11:41, Semi wr

Re: [gridengine users] How setup queue priority?

2012-01-12 Thread William Hay
On 12 January 2012 11:41, Semi wrote: > I need to setup high and low priority queues for the same nodes. > I preferred to make it without subordinate lists. > I know, that the following parameters are dealing with this: > seq_no                10 The seq_no is used to determine which queue a j

[gridengine users] How setup queue priority?

2012-01-12 Thread Semi
I need to setup high and low priority queues for the same nodes. I preferred to make it without subordinate lists. I know, that the following parameters are dealing with this: seq_no10 priority 20 If I'm right please explain me the meaning of numbers, if no correct me.