ProgressMeter.jl
ProgressMeter.jl copied to clipboard
@showprogress does not update progress until at 100%
I am using @showprogress
with Threads.@threads for ...
, applying the method mentioned in #140 . However, the progress is not updated until it finished. The job was submitted to a slurm cluster and the output is
Progress: 4%|█▊ | ETA: 1:17:40[K
Progress: 100%|█████████████████████████████████████████| Time: 6:12:58[K
There are 64 tasks using 48 threads. There is no update on the progress between 4%
and 100%
.