> Am 23.02.2017 um 01:30 schrieb Sangmin Park <dorimosi...@gmail.com>:
> 
> Yes, it is.
> I can handle the number of running jobs using resource quota policy. However, 
> the number of queue waiting jobs can't.
> Basic rule is FIFO, so if one user submits  hundre of jobs, another user has 
> to wait long time.
> Is there no way to do this in SGE?

In the scheduler configuration you can set:

$ qconf -ssconf
…
weight_tickets_functional         0
weight_tickets_share              0
…
policy_hierarchy NONE

This should give a plain FIFO scheduling.

Switching on "report_pjob_tickets" therein should reflect this. You can set 
additional weights to zero too, in case you don't see the desired effect.

-- Reuti

> 
> --Sangmin
> 
> On Wed, Feb 22, 2017 at 7:19 PM, Reuti <re...@staff.uni-marburg.de> wrote:
> Hi,
> 
> > Am 22.02.2017 um 09:41 schrieb Sangmin Park <dorimosi...@gmail.com>:
> >
> > Dear,
> >
> > I'm tryting to set the limitation of the number of queue waiting job per 
> > users.
> > This is for fair sharing of computing resource.
> 
> This means that it is allowed in your policy that one user has 1 job running 
> and 10 waiting, and another user has 100 jobs running and due to the policy 
> also 10 waiting ones?
> 
> Usually the fair share police targets only running jobs.
> 
> -- Reuti
> 
> 
> > I tried to use resource quota policy. But, there is only way to limit the 
> > number of cores, not the number of submission jobs.
> > Googling says JSV would be a way to do it. But, I don't know how to do it..
> >
> > --sangmin
> >
> > _______________________________________________
> > users mailing list
> > users@gridengine.org
> > https://gridengine.org/mailman/listinfo/users
> 
> 
> 
> 
> --
> Ubuntu!
> I am, because you are here.
> ===========================
> Sangmin Park
> mobile : +82-10-5094-0405
> ===========================

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
users mailing list
users@gridengine.org
https://gridengine.org/mailman/listinfo/users

Reply via email to