I am having an issue where if I have 2000 jobs queued and try to delete them with qdel all
, it'll keep trying to delete the running jobs first. This means I have to wait a long time for the jobs to get deleted because removing from the Running
list is slower than Idle
list.
Thus how do I remove all Idle
jobs without touching the Running
jobs?