Skip to content

Commit

Permalink
Adding better docs to exeflags kwarg (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
theogf authored Aug 14, 2024
1 parent 6a0383b commit af89e6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/managers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ addprocs([
version is used on all remote machines because serialization and code distribution might
fail otherwise.
* `exeflags`: additional flags passed to the worker processes.
* `exeflags`: additional flags passed to the worker processes. It can either be a `Cmd`, a `String`
holding one flag, or a collection of strings, with one element per flag.
E.g. `\`--threads=auto project=.\``, `"--compile-trace=stderr"` or `["--threads=auto", "--compile=all"]`.
* `topology`: Specifies how the workers connect to each other. Sending a message between
unconnected workers results in an error.
Expand Down

0 comments on commit af89e6c

Please sign in to comment.