Am 23.02.2011 um 13:46 schrieb Dave Love: > Sangmin Park <[email protected]> writes: > >> Hi, everyone. >> does anyone know how to limit job submission from a user who spend usage >> time? >> now, I have to set up SGE for users. >> For example, we give 100 hours to every user and I want to limit job >> submission >> from a user who spends the time. > > You probably want to set up a share tree, e.g. > http://wikis.sun.com/display/gridengine62u5/Configuring+the+Share-Based+Policy > unless you actually want to limit them to a given quota.
Yep, there is nothing in SGE to withdraw the used computing time from some deposit. It would be possible with an external control instance, which issues: - `qacct` for the past usage. - `qstat -j "*"` to get the actual consumption for running jobs. - if the user is over his limit: put waiting jobs on system hold, and decide wether to drain (with some interest) / suspend / kill the just running ones. -- Reuti > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
