You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are too many tasks in the task list, such as the dpgenfp 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?
The text was updated successfully, but these errors were encountered:
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 killdpgen
andqdel
some tasks. Then change thequeue_name
inmachine.json
and rerundpgen
. But the hash has changed due toqueue_name
change, so it will create new directory and resubmit all tasks.So is there any way to deal with this case?
The text was updated successfully, but these errors were encountered: