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 6a0383b commit af89e6cCopy full SHA for af89e6c
src/managers.jl
@@ -111,7 +111,9 @@ addprocs([
111
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.
+* `exeflags`: additional flags passed to the worker processes. It can either be a `Cmd`, a `String`
115
+ holding one flag, or a collection of strings, with one element per flag.
116
+ E.g. `\`--threads=auto project=.\``, `"--compile-trace=stderr"` or `["--threads=auto", "--compile=all"]`.
117
118
* `topology`: Specifies how the workers connect to each other. Sending a message between
119
unconnected workers results in an error.
0 commit comments