Is there a way that my users can kill their own jobs that are stuck in the dr state?

qstat -f <jobid>

as the user, returns

job <jobid> is already in deletion

yet when run as root it does get deleted

link|improve this question

68% accept rate
feedback

1 Answer

up vote 3 down vote accepted

If you have ENABLE_FORCED_QDEL set as part of qmaster_params in your cluster configuration (see the sge_conf(5) man page), then users can run qdel -f <jobid> to force deletion of their own jobs.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.