This is a rather simple question but I haven\'t been able to find an answer.
I have a large number of jobs running in a cluster (>20) and I\'d like to delete them al
Building on what Gabriel answered:
qselect -u | xargs qdel qselect -u -s | xargs qdel
would be R for running jobs only.
R
qselect will allow you to select job based on other criterias, like ressources asked (-l), destination queue (-q) ...
qdel -u
will only work with SGE