We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b677a5b commit abc1537Copy full SHA for abc1537
src/managers.jl
@@ -107,8 +107,8 @@ addprocs([
107
processes. Default is `false`.
108
109
* `exename`: name of the `julia` executable. Defaults to `"\$(Sys.BINDIR)/julia"` or
110
- `"\$(Sys.BINDIR)/julia-debug"` as the case may be. It is recommended that a common Julia
111
- version is used on all remote machines because serialization and code distribution might
+ `"\$(Sys.BINDIR)/julia-debug"` as the case may be. It is recommended that a common Julia
+ version is used on all remote machines because serialization and code distribution might
112
fail otherwise.
113
114
* `exeflags`: additional flags passed to the worker processes.
0 commit comments