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
Found the answer buried in an old supercluster.org thread:
qselect -u | xargs qdel
Worked flawlessly.