CoBrALab / qbatch

The Unlicense
27 stars 13 forks source link

Implement gnu parallel joblog functionality #155

Open gdevenyi opened 6 years ago

gdevenyi commented 6 years ago

Parallel has a joblog function which will store exit codes as well as timings for all jobs.

Should store that in /tmp and then cat it out at the end of the job. Helpful for benchmarking etc.