Hi All,

does anyone else get an error when they run the following in REPL:

addprocs(1)
using PyPlot
a = @spawn randn(2,2)
fetch(a)

After fetch(a) I get the following:

Worker 2 terminated. Error: ProcessExitedException() in wait at task.jl:284

Thanks,

Richard

Reply via email to