mschubert / clustermq

R package to send function calls as jobs on LSF, SGE, Slurm, PBS/Torque, or each via SSH
https://mschubert.github.io/clustermq/
Apache License 2.0
146 stars 27 forks source link

Add tick at 0 #107

Closed mschubert closed 5 years ago

mschubert commented 6 years ago

Previously the progress bar would show up as soon as there is at least 1 worker active.

That doesn't make sense anymore, because we report the number of workers. Better tick at 0 in the beginning, to see 0%/0 workers and not an empty line.