uqfoundation / pathos

parallel graph management and execution in heterogeneous computing
http://pathos.rtfd.io
Other
1.38k stars 89 forks source link

Implementation with tqdm to show overall progress? #187

Closed havardl closed 4 years ago

havardl commented 4 years ago

Are there any examples on how we can use tqdm in combination with pathos ThreadPool to show the overall progress of multiple threads?

gerhardamegg commented 4 years ago

I recommend checking out p_tqdm, a wrapper around pathos.multiprocessing and tqdm. It's working pretty good

mmckerns commented 4 years ago

Thanks @gerhardamegg for the link.