Hi all, I am having trouble using ProgressMeter with a @distributed
for loop.
Here is an MWE
Any ideas why this is not working?
Often macros that take for
loop expressions don’t compose. So you can have only one applied at a time, but not both. I’m sure that you could fix this in ProgressMeters.jl by detecting an @distributed for
loop and explicitly handling it.
Thanks. Based on the other thread (where you answered that Dagger may be a better choice than @distributed
) this question may now be obsolete.
1 Like