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
* point out Julia versions should be the same
Using addprocs to add workers on remote machines can fail when Julia versions differ because serialization is not guaranteed to be backward compatible.
This points this out explicitly in the manual.
* updated docstrings for `exename` flag in addprocs
Another location where a warning about the necessity of matching Julia versions across worker processes might be helpful.
* fixed reference in manual
Co-authored-by: Valentin Churavy <[email protected]>
0 commit comments