Re: [gridengine users] Priority?

2019-03-07 Thread Kandalaft, Iyad (AAFC/AAC)
Subject: Re: [gridengine users] Priority? On Thu, Mar 7, 2019 at 5:31 AM Kandalaft, Iyad (AAFC/AAC) wrote: > > Hi Simon, > > Can you provide your scheduler config: > $ qconf -ssconf > $ qconf -ssconf algorithm default schedule_interval

Re: [gridengine users] Priority?

2019-03-07 Thread Simon Matthews
> > -Original Message- > From: Simon Matthews > Sent: Thursday, March 7, 2019 1:09 AM > To: users Users > Subject: [gridengine users] Priority? > > I have a small grid running SoGE 8.1.8, > > Prioritization doesn't seem to work. Jobs seem to run purely

Re: [gridengine users] Priority?

2019-03-07 Thread Kandalaft, Iyad (AAFC/AAC)
AM To: users Users Subject: [gridengine users] Priority? I have a small grid running SoGE 8.1.8, Prioritization doesn't seem to work. Jobs seem to run purely in the order they are submitted (after allowing for prerequisite jobs). Changing priority of the jobs doesn't seem to change the

Re: [gridengine users] Priority?

2019-03-07 Thread Eur Ing Fotis Georgatos
Semi-relevant: while debugging issues like that we wrote the first (shell script) and second (python) versions of https://github.com/qtop/qtop So, qtop is somewhat more useful if you look at the scheduling in aggregate, as opposed to individual jobs - hopefully you might find it useful! F. >

Re: [gridengine users] Priority?

2019-03-06 Thread Reuti
> Am 07.03.2019 um 07:08 schrieb Simon Matthews : > > I have a small grid running SoGE 8.1.8, > > Prioritization doesn't seem to work. Jobs seem to run purely in the > order they are submitted (after allowing for prerequisite jobs). > Changing priority of the jobs doesn't seem to change the ord

[gridengine users] Priority?

2019-03-06 Thread Simon Matthews
I have a small grid running SoGE 8.1.8, Prioritization doesn't seem to work. Jobs seem to run purely in the order they are submitted (after allowing for prerequisite jobs). Changing priority of the jobs doesn't seem to change the order in which they run. Can anyone else confirm this behaviour? Is

Re: [gridengine users] priority formula

2013-05-03 Thread Mark Dixon
On Fri, 3 May 2013, Sangamesh Banappa wrote: ... prio= weight_priority * npprio + weight_urgency * nurg + weight_ticket * ntckts      npprior = normalized(ppri)           nurg = normalized(urg)          ntckts = normalized(tckts) Here what is the f

[gridengine users] priority formula

2013-05-03 Thread Sangamesh Banappa
Hi, prio= weight_priority * npprio + weight_urgency * nurg + weight_ticket * ntckts npprior = normalized(ppri) nurg = normalized(urg) ntckts = normalized(tckts) Here what is the formula to calculate the normalized value? Thanks