julia
163c0324 - Distributed: Propagate package environment to local workers. (#43270)

Commit
3 years ago
Distributed: Propagate package environment to local workers. (#43270) Local workers now inherit the package environment of the main process, i.e. the active project, LOAD_PATH, and DEPOT_PATH. This behavior can be overridden by passing the new `env` keyword argument, or by passing `--project` in the `exeflags` keyword argument. Fixes #28781, and closes #42089.
Author
Parents
Loading