- In Linux and Windows,
--threads=autonow tries to infer usable number of CPUs from the process affinity which is set typically in HPC and cloud environments ([#42340]).
- The package environment (active project,
LOAD_PATH,DEPOT_PATH) are now propagated when adding local workers (e.g. withaddprocs(N::Int)or through the--procs=Ncommand line flag) ([#43270]). addprocsfor local workers now accept theenvkeyword argument for passing environment variables to the workers processes. This was already supported for remote workers ([#43270]).