Skip to content

Commit af89e6c

Browse files
authored
Adding better docs to exeflags kwarg (#108)
1 parent 6a0383b commit af89e6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/managers.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ addprocs([
111111
version is used on all remote machines because serialization and code distribution might
112112
fail otherwise.
113113
114-
* `exeflags`: additional flags passed to the worker processes.
114+
* `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"]`.
115117
116118
* `topology`: Specifies how the workers connect to each other. Sending a message between
117119
unconnected workers results in an error.

0 commit comments

Comments
 (0)