Use qdel to delete all my jobs at once, not one at a time

前端 未结 9 1577
悲哀的现实
悲哀的现实 2020-12-22 18:42

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

9条回答
  •  情话喂你
    2020-12-22 19:30

    Found the answer buried in an old supercluster.org thread:

    qselect -u  | xargs qdel
    

    Worked flawlessly.

提交回复
热议问题