mllg / batchtools

Tools for computation on batch systems
https://mllg.github.io/batchtools/
GNU Lesser General Public License v3.0
171 stars 51 forks source link

Reuse Resources #164

Closed surmann closed 6 years ago

surmann commented 6 years ago

Is it possible to reuse the resources (walltime, memory) set in a job?

Yesterday, LiDo crashes. I want to submit my jobs with different resources again. Unfortunately, it is not possible to use a simple submitJobs(findExpired()), because the resources aren't reused. What do you think about this feature?

jakob-r commented 6 years ago

+1 for having resources connected with a job

mllg commented 6 years ago

Will be covered via #174.