TACC / launcher

A simple utility for executing multiple sequential or multi-threaded applications in a single multi-node batch job
MIT License
63 stars 33 forks source link

Feature: resume job list after timeout #67

Open adamjstewart opened 2 years ago

adamjstewart commented 2 years ago

GNU parallel has a feature that allows you to pick up where you left off from a previous run (see the --resume and --resume-failed flags). Does launcher have this feature? If not, how hard would it be to add?