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

前端 未结 9 1580
悲哀的现实
悲哀的现实 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:38

    Just use the following command:

    qdel all           
    

    It will cancel all jobs running on cluster.

提交回复
热议问题