[torqueusers] queue administrator
Andrus, Brian Contractor
bdandrus at nps.edu
Mon Oct 18 14:16:42 MDT 2010
I would suggest using sudo for that.
Create a simple script that verifies the jobid they are trying to delete is in the queue you want, then run the command on it.
if [ "$(qstat $JOBID 2>&1 |grep $QUEUE)" != "" ] ; then
qdel $JOBID;
fi
Brian Andrus
________________________________
From: torqueusers-bounces at supercluster.org on behalf of Glen Beane
Sent: Mon 10/18/2010 9:22 AM
To: Torque Users Mailing List
Subject: Re: [torqueusers] queue administrator
On Wed, Oct 6, 2010 at 2:31 AM, Dr. Henrik Schulz <h.schulz at fzd.de> wrote:
> Hi all,
>
> is there a chance to give a normal user permissions to hold, release, delete jobs of other users of a single queue only? Maybe some kind of queue configuration? The problem is that defining a user as "ADMIN1" in the maui config file would give him the permissions to administer all jobs.
>
> (We are using Torque 2.4.6 and Maui 3.2.6p21.)
this would require modification to TORQUE, I would suggest going to
the torque bugzilla and logging a feature request
www.clusterresources.com/bugzilla
_______________________________________________
torqueusers mailing list
torqueusers at supercluster.org
http://www.supercluster.org/mailman/listinfo/torqueusers
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 4554 bytes
Desc: not available
Url : http://www.supercluster.org/pipermail/torqueusers/attachments/20101018/7f27e4e5/attachment.bin
More information about the torqueusers
mailing list