You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
addprocs: new keyword arguments env and cmdline_cookie
* generalized mechanics for passing environment variables to workers
* `cmdline_cookie` is work around for an ssh problem with Windows workers that run older (pre-ConPTY) Windows or Julia versions
Copy file name to clipboardExpand all lines: NEWS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,9 +103,9 @@ Standard library changes
103
103
104
104
#### Distributed
105
105
106
-
*Added keyword argument `shell` to `addprocs`; use `shell=:wincmd`to invoke Windows workers via ssh connections to `cmd.exe`.
106
+
*Now supports invoking Windows workers via ssh (via new keyword argument `shell=:wincmd`in `addprocs`) ([#30614])
107
107
108
-
*Added keyword argument `ssh` to `addprocs` to specify the ssh client path.
108
+
*Other new keyword arguments in `addprocs`: `ssh` to specify the ssh client path, `env` to pass environment variables to workers, and `cmdline_cookie` to work around an ssh problem with Windows workers that run older (pre-ConPTY) Windows or Julia versions. ([#30614])
0 commit comments