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
29 stars 11 forks source link

Use `SIGQUIT` instead of `SIGTERM` #103

Closed staticfloat closed 3 months ago

staticfloat commented 3 months ago

This allows for easier collection of core dumps. X-ref: https://github.com/JuliaLang/julia/pull/45864