JuliaLang / Distributed.jl

Create and control multiple Julia processes remotely for distributed computing. Ships as a Julia stdlib.
https://docs.julialang.org/en/v1/stdlib/Distributed/
MIT License
20 stars 8 forks source link

do not lock up addprocs on worker setup errors (with PR) #61

Open vtjnash opened 4 months ago

vtjnash commented 4 months ago

See code PR at https://github.com/JuliaLang/julia/pull/32290 to fix this