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

RFC: Make addprocs() safe for reuse (i.e. doesn't request more processes if re-called) (with PR) #77

Open vtjnash opened 4 months ago

vtjnash commented 4 months ago

PR code at https://github.com/JuliaLang/julia/pull/41368 for implementing this suggestion