You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could reproduce this in the REPL and in the global scope. It doesn't happen in a function or a local scope:
using Distributed
addprocs(2)
@everywhereusing ProgressMeter
let a =0
result =@showprogress"Computing..."@distributed (+) for i in1:10sleep(0.1)
i^2endend
Sorry if it's already in the issues.
This example doesn't work in my case. Error:
My julia version:
The text was updated successfully, but these errors were encountered: