[gridengine users] Killing groups of jobs (batches)

Rayson Ho rayson at scalablelogic.com
Sat Jun 2 18:52:23 UTC 2012


Simon,

Use a pseudo job group:

root at master:~/opencl# qsub -N sleep#group ~/sleep
Your job 76 ("sleep#group") has been submitted
root at master:~/opencl# qsub -N sleep2#group ~/sleep
Your job 77 ("sleep2#group") has been submitted

root at master:~/opencl# qdel "*#group"
root has deleted job 76
root has deleted job 77

Rayson





On Sat, Jun 2, 2012 at 2:43 PM, Simon Matthews
<simon.d.matthews at gmail.com> wrote:
> I am using 6.2U4.
>
> I would like to be able to group jobs into a batch and kill every job in
> that batch with a single command (or a small number of commands). Is there
> any way to do this?
>
> Simon
>
> _______________________________________________
> users mailing list
> users at gridengine.org
> https://gridengine.org/mailman/listinfo/users
>


More information about the users mailing list