Skip to content

Commit

Permalink
Merge pull request JuliaLang#10459 from mweastwood/patch-1
Browse files Browse the repository at this point in the history
FIx misleading `addprocs` documentation
  • Loading branch information
amitmurthy committed Mar 10, 2015
2 parents 081be6b + 957859d commit e917b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/stdlib/parallel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ General Parallel Computing Support

``max_parallel`` : specifies the maximum number of workers connected to in parallel at a host. Defaults to 10.

``dir`` : specifies the location of the julia binaries on the worker nodes. Defaults to JULIA_HOME.
``dir`` : specifies the working directory on the workers. Defaults to the host's current directory (as found by `pwd()`)

``exename`` : name of the julia executable. Defaults to "./julia" or "./julia-debug" as the case may be.
``exename`` : name of the julia executable. Defaults to "$JULIA_HOME/julia" or "$JULIA_HOME/julia-debug" as the case may be.

``exeflags`` : additional flags passed to the worker processes.

Expand Down

0 comments on commit e917b99

Please sign in to comment.