Hi,

Am 08.11.2012 um 08:50 schrieb Arnau Bria:

> I've configured a couple of queues and "assigned" a node group to each
> of them. Now I'd like to restrict job submission depending on the unix
> group, so I've created an ACL with the UNIX group and configured
> user_lists and xuser_lists, too :
> 
> # qconf -sq cn-el6|grep user 
> user_lists            as cn
> xuser_lists           rg
> 
> 
> If I'm part of rg group, my sent jobs to cn-el6 queue are waiting
> forever, but, is there any way for getting an error message at
> submission time? something like "You're not allowed to submit to this
> queue"? 

$ qsub -w e ...

You could even put it in one of the sge_request files (man qsub) or attach it 
in an JSV.

The reason behind this behavior is, that it's valid to submit jobs this way "in 
advance", and maybe at some point in the future the admin will grant access for 
your jobs in this queue.

-- Reuti


> gridengine-2011.11p1-2.el6.x86_64
> 
> TIA,
> Arnau
> _______________________________________________
> users mailing list
> [email protected]
> https://gridengine.org/mailman/listinfo/users


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

Reply via email to