It4innovations / hyperqueue

Scheduler for sub-node tasks for HPC systems with batch scheduling
https://it4innovations.github.io/hyperqueue
MIT License
269 stars 20 forks source link

New "resubmit" mechanism #649

Closed spirali closed 7 months ago

spirali commented 7 months ago

The preparation for removing resubmit.

It allows "resubmit" via:

hq submit --array=`hq job task-ids --filter=filter` ... 

(This PR does not removes resubmit yet)