Open
Description
Case
There are too many tasks in the task list, such as the dpgen
fp
step. And our cluster has different queues to submit jobs. So I want to assign tasks to different queues.
Problem
My method is to submit all tasks using dpgen
, then kill dpgen
and qdel
some tasks. Then change the queue_name
in machine.json
and rerun dpgen
. But the hash has changed due to queue_name
change, so it will create new directory and resubmit all tasks.
So is there any way to deal with this case?