I'm using the wanderfull library charm4py to parralelise tasks on a cluster of several machines. I'm just using the function charm.pool.map, which is documented there.
Using the classical list(tqdm.tqdm(char.pool.map(...),total=...)) did not work: the progressbar was printed but only after the last iteration.
How should i write this ? is it even possible ?
Edit: cross-posted on a charm4py issue there : https://github.com/UIUC-PPL/charm4py/issues/178